Search found 6 matches
- 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...
- 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.
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.
- 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:
in TaharezLook/MultiLineEditbox in TaharezLook.looknfeel file to align text in a MultiLineEditbox?
Code: Select all
<HorzFormat type="CentreAligned" />
in TaharezLook/MultiLineEditbox in TaharezLook.looknfeel file to align text in a MultiLineEditbox?
- Tue Feb 24, 2009 19:50
- Forum: Offtopic Discussion
- Topic: 3d GUI ?
- Replies: 8
- Views: 17804
- Mon Feb 23, 2009 14:04
- Forum: Offtopic Discussion
- Topic: 3d GUI ?
- Replies: 8
- Views: 17804
- 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 ?