Search found 13 matches
- Mon Oct 06, 2008 02:55
- Forum: Help
- Topic: how to use TaharezLook/StaticImage
- Replies: 6
- Views: 4425
- Sat Oct 04, 2008 17:07
- Forum: Help
- Topic: LookNFeel Question: Creating a "grouping window".
- Replies: 11
- Views: 7144
- Sat Oct 04, 2008 16:44
- Forum: Help
- Topic: LookNFeel Question: Creating a "grouping window".
- Replies: 11
- Views: 7144
sorry all you guys for up the old topic again ! :lol: when i use the Comonweath-10 font , the groupbox seems OK : http://img.photo.zing.vn/file_uploads/gallery/w642h/q32008/2008/10/04/11/94411223138238.JPG But when i changed the font in TaharezLook.scheme file to the Times New Roman (size 10 ) font ...
- Fri Oct 03, 2008 07:47
- Forum: Help
- Topic: [solved]what is TextCoulors property mean ?
- Replies: 3
- Views: 3198
- Fri Oct 03, 2008 03:45
- Forum: Help
- Topic: [solved]what is TextCoulors property mean ?
- Replies: 3
- Views: 3198
- Fri Oct 03, 2008 03:33
- Forum: Help
- Topic: [solved]what is TextCoulors property mean ?
- Replies: 3
- Views: 3198
[solved]what is TextCoulors property mean ?
Hello CEGUI comunity ! i want to change colour property in Static Text and i know how to deal with it : <Property Name="TextColours" Value="tl:FF00FF00 tr:FF00FF00 bl:FF00FF00 br:FF00FF00" /> In my knowledge , colours often in RGB system . White is (0,0,0) , black is (255,255,255...
- Thu Oct 02, 2008 09:51
- Forum: Modifications / Integrations / Customisations
- Topic: How to make Frame skin in the easy way
- Replies: 1
- Views: 2783
How to make Frame skin in the easy way
Hello CEGUI community ! i'm writting my plain game and i want to change the WindowsLook/Frame skin for my GUI But i'm a programmer so i can't use photoshop to change windowlook.tga file . You khow , draw frame left ,frame right , frame top .v.v in pixels . With me , it's too hard :lol: The same prob...
- Wed Sep 03, 2008 10:23
- Forum: Help
- Topic: Window Constructor really do ???
- Replies: 1
- Views: 1693
Window Constructor really do ???
at first , please look at this very simple code : CEGUI::Window* t = new CEGUI::Window("WindowsLook/StaticImage","test"); CEGUI::ImagesetManager::getSingleton().createImagesetFromImageFile("ImgOne","imgOne.PNG"); myRoot->addChildWindow&...
- Thu Aug 21, 2008 02:58
- Forum: Modifications / Integrations / Customisations
- Topic: Circle Button ?
- Replies: 3
- Views: 4229
- Wed Aug 20, 2008 09:32
- Forum: Modifications / Integrations / Customisations
- Topic: Circle Button ?
- Replies: 3
- Views: 4229
Circle Button ?
Everything in CEGUI base on rectangle But I want to create a circle button in my game . How could i do that ? Maybe should i change button skin to a circle ? But it isn't real circle because user can click the outside of circle but inside the button's rectangle and my button will response :( To crea...
- Tue Aug 12, 2008 01:54
- Forum: Help
- Topic: Vietnamese : another problem !
- Replies: 1
- Views: 1797
Vietnamese : another problem !
In Windows XP , it's IME System support Japanese ,Chinese ,Korean ... But unfortunately it doesn't support Vietnamese ! So we use UniKey - an application to typing Vietnamese in document application(Word , Excel , Notepad .v.v.) and GUI : textbox,editbox.. Unikey's principles is : Windows Key Board ...
- Fri Aug 08, 2008 09:24
- Forum: Help
- Topic: UTF32 in setText() method ?
- Replies: 3
- Views: 2453
- Wed Aug 06, 2008 08:48
- Forum: Help
- Topic: UTF32 in setText() method ?
- Replies: 3
- Views: 2453
UTF32 in setText() method ?
The setText() method in CEGUI only work with UTF8 string .
But Vietnamese need UTF32 to display correct . So how can i do that ?
For ex , i need some code like : textBox ->setText(L"Tùy chọn");
i'm very pleasure if you can help me and sorry for my bad English
But Vietnamese need UTF32 to display correct . So how can i do that ?
For ex , i need some code like : textBox ->setText(L"Tùy chọn");
i'm very pleasure if you can help me and sorry for my bad English