Search found 4 matches
- Mon Aug 15, 2005 21:25
- Forum: Modifications / Integrations / Customisations
- Topic: StaticText Formatting incorrect.
- Replies: 5
- Views: 3646
Re: StaticText Formatting incorrect.
Doesnot wroking. there code working fine. msgbox = (StaticText *) WindowManager::getSingleton().createWindow((utf8*)"WindowsLook/StaticText", (utf8*)"message_msgbox" ) ; panel->addChildWindow(msgbox); msgbox->setPosition(Point(0.1,0.1)); msgbox->setSize(Size(0.8,0.6)); msgbox->se...
- Mon Aug 15, 2005 19:21
- Forum: Modifications / Integrations / Customisations
- Topic: StaticText Formatting incorrect.
- Replies: 5
- Views: 3646
StaticText Formatting incorrect.
i setting StaticText fromat with the code
but just working fine at Latin character string,can't auto wrap in chinese character string.
what warning?
setFormatting(StaticText::HorzFormatting::WordWrapLeftAligned ,StaticText::VertFormatting::TopAligned);
but just working fine at Latin character string,can't auto wrap in chinese character string.
what warning?
- Mon Aug 15, 2005 19:03
- Forum: Modifications / Integrations / Customisations
- Topic: how to hiding the CEGUI default image
- Replies: 2
- Views: 2309
Re: how to hiding the CEGUI default image
thanks for your help.
- Mon Aug 15, 2005 08:02
- Forum: Modifications / Integrations / Customisations
- Topic: how to hiding the CEGUI default image
- Replies: 2
- Views: 2309
how to hiding the CEGUI default image
i want hiding the widget default image,such as Editbox,MultiLineEditbox's default background image ,just draw text. how do it?
thanks for any help.
thanks for any help.