Search found 6 matches

by orlay
Mon Jan 25, 2010 14:04
Forum: Offtopic Discussion
Topic: Text alignment in MultiLineEditbox ?
Replies: 5
Views: 5056

Re: Text alignment in MultiLineEditbox ?

ok, sorry. It show the vertical scrollbar but when I try: static_cast<CEGUI::StaticText *> (myStaticText)->getVertScrollbar() My IDE show ( error: ‘StaticText’ is not a member of ‘CEGUI’) as is logic. My actual solution: static_cast<CEGUI::MultiLineEditbox *> (myStaticText)->getVertScrollbar() mySta...
by orlay
Thu Jan 21, 2010 17:32
Forum: Offtopic Discussion
Topic: Text alignment in MultiLineEditbox ?
Replies: 5
Views: 5056

Re: Text alignment in MultiLineEditbox ?

What component do you advise me to use for display multi line and aligned text ?

I tried with static text, I could align it but I can only display the text that fits on the screen because the VertScrollbar did not work.
by orlay
Wed Jan 20, 2010 22:33
Forum: Offtopic Discussion
Topic: Text alignment in MultiLineEditbox ?
Replies: 5
Views: 5056

Text alignment in MultiLineEditbox ?

Where should I paste:

Code: Select all

<HorzFormat type="CentreAligned" />

in TaharezLook/MultiLineEditbox in TaharezLook.looknfeel file to align text in a MultiLineEditbox?
by orlay
Tue Feb 24, 2009 19:50
Forum: Offtopic Discussion
Topic: 3d GUI ?
Replies: 8
Views: 17804

ok, thank you very much. For now I'll use my own GUI, and wait for the 0.7 series of CEGUI.
by orlay
Mon Feb 23, 2009 14:04
Forum: Offtopic Discussion
Topic: 3d GUI ?
Replies: 8
Views: 17804

That has real 3d representation.

My idea is use it in a cave of virtual reality, and I need menus with depth.
by orlay
Thu Feb 19, 2009 21:51
Forum: Offtopic Discussion
Topic: 3d GUI ?
Replies: 8
Views: 17804

3d GUI ?

Can I use Crazy Eddie's GUI System as 3D GUI ?

Go to advanced search