Search found 10 matches

by lan
Wed Dec 28, 2005 05:27
Forum: Modifications / Integrations / Customisations
Topic: Problem with alpha
Replies: 1
Views: 2280

Problem with alpha

Hello!! I have some problem. I use: <Window Type="TaharezLook/StaticImage" Name="Window1/Map"> <Property Name="Position" Value="x:0.43 y:0.13" /> <Property Name="Size" Value="w:0.5 h:0.75" /> <Property Name="FrameEnabled" Value=&q...
by lan
Sun Dec 25, 2005 16:06
Forum: Modifications / Integrations / Customisations
Topic: Cegui with Irrlicht engine
Replies: 2
Views: 3433

Cegui with Irrlicht engine

I'm trying to use CEGUI with Irrlicht Engine but I don't know how to start(I used to use cegui with Ogre). I found the forum: http://www.cegui.org.uk/modules/newbb/viewtopic.php?topic_id=1071&forum=1&post_id=5949#forumpost5949, but still confused on where to start. Could anyone recommend a g...
by lan
Mon Dec 12, 2005 16:36
Forum: Modifications / Integrations / Customisations
Topic: Problem with load layout
Replies: 7
Views: 5080

Re: Problem with load layout

Is it really impossible to display 2 layouts simultaneously? :cry: Couldn't it be done with child windows?
Thank you for your help :)
by lan
Mon Dec 12, 2005 10:21
Forum: Modifications / Integrations / Customisations
Topic: Problem with load layout
Replies: 7
Views: 5080

Re: Problem with load layout

Thank you for the reply. I found my mistake and its reason. I understand it’s because I press the button twice. There was no response in the first time I press the button (no new layout displayed) so I thought I need to press it again. So I did and found the error message (because the new layout is ...
by lan
Sun Dec 11, 2005 15:21
Forum: Modifications / Integrations / Customisations
Topic: Problem with load layout
Replies: 7
Views: 5080

Re: Problem with load layout

This is my log file..... 11/12/2005 22:16:09 (InfL1) +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 11/12/2005 22:16:09 (InfL1) + Crazy Eddie's GUI System - Event log + 11/12/2005 22:16:09 (InfL1) + (http://www.cegui.org.uk/) + 11/12/2005 22:16:09 (InfL1) +-+-+-+-+-+...
by lan
Fri Dec 09, 2005 17:40
Forum: Modifications / Integrations / Customisations
Topic: Problem with load layout
Replies: 7
Views: 5080

Problem with load layout

I’m trying to load a new layout when the button is pressed. The codes are as follow... wmgr.getWindow((CEGUI::utf8*)"MainWindow/ExpandMenu" ) ->subscribeEvent( CEGUI:: PushButton::EventClicked, CEGUI::Event::Subscriber(&GuiApplication::handleMenu, this)); bool handleMenu(const CEGUI::E...
by lan
Mon Dec 05, 2005 13:06
Forum: Modifications / Integrations / Customisations
Topic: Problem about StaticText
Replies: 3
Views: 2979

Re: Problem about StaticText

:D I can do it. Thank you for yours help :D
by lan
Mon Dec 05, 2005 09:44
Forum: Modifications / Integrations / Customisations
Topic: Problem about StaticText
Replies: 3
Views: 2979

Problem about StaticText

I'v a problem again. I use StaticText class to creat my texts and I can create them, but I want to include some variable values that come from my calculation function. Example my sentence is " My calculation is ...... " I use : MyText -> setText( " My calculation is ...... " ) I ...
by lan
Mon Dec 05, 2005 08:38
Forum: Modifications / Integrations / Customisations
Topic: Where is file *.font come from??
Replies: 2
Views: 2509

Re: Where is file *.font come from??

thx for your answer :D
by lan
Sun Dec 04, 2005 14:52
Forum: Modifications / Integrations / Customisations
Topic: Where is file *.font come from??
Replies: 2
Views: 2509

Where is file *.font come from??

Hi!

I'm a beginner with CEGUI and not very well in English.
I've problem about using font. I want to change font(default font is Tahoma-12) but I don't know what is *.font and where is it come from. Please answer me, thank you.

Go to advanced search