Search found 13 matches

by traibuidoi
Mon Oct 06, 2008 02:55
Forum: Help
Topic: how to use TaharezLook/StaticImage
Replies: 6
Views: 4425

by traibuidoi
Sat Oct 04, 2008 17:07
Forum: Help
Topic: LookNFeel Question: Creating a "grouping window".
Replies: 11
Views: 7144

ah yes , i has just found the resolution after 1 minutes :D the resolution is : change the value <Dim type="TopEdge" > <AbsoluteDim value="0" /> to : <Dim type="TopEdge" ><AbsoluteDim value="5" /> in both ImagerySection name="label_bg" and <ImagerySe...
by traibuidoi
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 ...
by traibuidoi
Fri Oct 03, 2008 07:47
Forum: Help
Topic: [solved]what is TextCoulors property mean ?
Replies: 3
Views: 3198

oh yeah thx guy :D
by traibuidoi
Fri Oct 03, 2008 03:45
Forum: Help
Topic: [solved]what is TextCoulors property mean ?
Replies: 3
Views: 3198

hello again :D

i have just understood what the "eight-value" mean : It's AARRGGBB !

but about the tr,tl,bl,br keywords ?
by traibuidoi
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...
by traibuidoi
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...
by traibuidoi
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&...
by traibuidoi
Thu Aug 21, 2008 02:58
Forum: Modifications / Integrations / Customisations
Topic: Circle Button ?
Replies: 3
Views: 4229

Hi, it is not possible to create non-rectangular windows, sorry... About your scrollable pane withouth scrollbars (if you're still interested ;)) You can query the scrollbars and hide them, for example: scrollablePane->getVertScrollbar()->setVisible(false); scrollablePane->getHorzSc...
by traibuidoi
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...
by traibuidoi
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 ...
by traibuidoi
Fri Aug 08, 2008 09:24
Forum: Help
Topic: UTF32 in setText() method ?
Replies: 3
Views: 2453

thank you for helping me . The problem is solved :D

ah i my country there's a popular game online named "Thiên Long Bát Bộ " from Sohu company , Chinese . I founded it used CEGUI . Has they got license?
by traibuidoi
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

Go to advanced search