Search found 7 matches

by sphinkie
Sat Mar 18, 2006 14:23
Forum: Help
Topic: TaharezLook/ScrollablePane
Replies: 1
Views: 3284

TaharezLook/ScrollablePane

Hi, I use this scrollpanel creation: ScrollablePane* pane = (ScrollablePane*)mWinMgr->createWindow("TaharezLook/ScrollablePane", PaneID); and I have this error during runtime: Exception: WindowFactoryManager::getFactory - A WindowFactory object (or an alias) for 'Ta...
by sphinkie
Fri Mar 10, 2006 14:37
Forum: Help
Topic: scrolling image with ScrollablePane
Replies: 1
Views: 3217

scrolling image with ScrollablePane

Hi, I am trying to create a small window, with an EEG scrolling inside. I have created a ScrollablePane. I have created a Child ContentPaneArea for him. If I understand well, the ScrollablePane has a bigger size. And the Child is like a small windows that I can move and I can see a part of the Scrol...
by sphinkie
Fri Apr 01, 2005 19:07
Forum: Offtopic Discussion
Topic: Problem with empty lines
Replies: 3
Views: 4935

Re: Problem with empty lines

Code: Select all

pText->setHorizontalFormatting(CEGUI::StaticText::LeftAligned);


works well
thanks
by sphinkie
Thu Mar 31, 2005 09:15
Forum: Offtopic Discussion
Topic: Problem with empty lines
Replies: 3
Views: 4935

Problem with empty lines

Hi I have a problem with empty lines in CEGUI.When I write: pText->setText("line1\nline2"); I have the right result: line1 line2 but when I write: pText->setText("line1\n\nline2"); or: pText->setText("line1\n \nline2"); or even: pText->setText...
by sphinkie
Fri Jan 14, 2005 12:44
Forum: Offtopic Discussion
Topic: Scroling image
Replies: 2
Views: 4743

Scroling image

Well,

I have found in the roadmap that this is planned for the next incoming monthes...
so I can ignore my question.

CE-GUI roadmap :
http://crayzedsgui.sourceforge.net/modules.php?name=Content&pa=showpage&pid=4
by sphinkie
Fri Jan 14, 2005 11:26
Forum: Offtopic Discussion
Topic: Scroling image
Replies: 2
Views: 4743

Scroling image

Hi,

I am using CEGUI in a Ogre application, and I was wondering if it is possible with CE-Gui to have an Image (or a StaticImage) in the GUI which is either scrolling (like an Electcro-cardiogram, for instance) or changing (like a slowly flashing icon, for instance)

thanks
by sphinkie
Tue Nov 09, 2004 21:02
Forum: Modifications / Integrations / Customisations
Topic: pb compiling demo7
Replies: 1
Views: 1998

pb compiling demo7

Sorry: my fault.
I had a directory with an old version of demo7, and another with the latest version, and there was some mixing during compilation...

Go to advanced search