Search found 8 matches
- Mon Oct 31, 2005 02:48
- Forum: Modifications / Integrations / Customisations
- Topic: Problem of event passing!
- Replies: 6
- Views: 4353
Re: Problem of event passing!
Sorry for my poor description. Thank you for your eager reply. You have got the point of my problem. you have two layers superposed, and they represents to differents stat of you'r app. And you want only one to be visible and active at a time. is it correct ? When I click the back button of the firs...
- Sat Oct 29, 2005 00:17
- Forum: Modifications / Integrations / Customisations
- Topic: Problem of event passing!
- Replies: 6
- Views: 4353
Re: Problem of event passing!
But if the button is the return button of a framewindow or state. Then it`s job is to call the state manager to change state .Hid or remove current state is must to be done.
- Fri Oct 28, 2005 11:12
- Forum: Modifications / Integrations / Customisations
- Topic: Problem of event passing!
- Replies: 6
- Views: 4353
Problem of event passing!
The cegui event seems do not fire for one time. I put two button in the same postion but different layer. The first button fire the event first . If set the button hidden or removed in it`s event dealing function,the second button`s event dealing function will be fired. So when I change from one sta...
- Tue Jun 21, 2005 03:45
- Forum: Modifications / Integrations / Customisations
- Topic: How to add a image into a MultiColumnList just like a Listbo
- Replies: 1
- Views: 2652
How to add a image into a MultiColumnList just like a Listbo
I want to make a image to be a element item of a MultiColumnList .But I cant find the method to do it .
Can somebody help me !
Thx!!
Can somebody help me !
Thx!!
- Fri May 27, 2005 07:25
- Forum: Modifications / Integrations / Customisations
- Topic: Can CEGUI::Image be converted to Ogre::Texture?
- Replies: 0
- Views: 3198
Can CEGUI::Image be converted to Ogre::Texture?
I create a CEGUI::Image . And I want to render it into the 3d scene .So I should convert it to Ogre::Texture first .But I cant find the functions to do it .
What on earth do I want to do this ?Because the special imge can only be created by CEGUI!
Some one help me.
Thx!!
What on earth do I want to do this ?Because the special imge can only be created by CEGUI!
Some one help me.
Thx!!
- Mon May 16, 2005 02:15
- Forum: Modifications / Integrations / Customisations
- Topic: How to draw the text to a Texture?
- Replies: 0
- Views: 3425
How to draw the text to a Texture?
I want to draw the text to a Texture.I have found the function follows: void Font::drawTextLine(const String& text, const Vector3& position, const Rect& clip_rect, const ColourRect& colours, float x_scale, float y_scale) const { Vector3 cur_pos(position); float base_y = position.d_y;...
- Tue Apr 05, 2005 13:31
- Forum: Modifications / Integrations / Customisations
- Topic: Help : how can I put the Chinese words into EditBox ?
- Replies: 6
- Views: 5769
Re: Help : how can I put the Chinese words into EditBox ?
noname wrote:
Thanks ,CrazyEddie,I have found it yesterday and trying now.
Can you tell me how to input Chinese in CEGUI.I will appreciate you showing me some codes.Thanks
- Wed Mar 09, 2005 08:42
- Forum: Modifications / Integrations / Customisations
- Topic: How to draw lines in a frame of CEGUI
- Replies: 1
- Views: 1864
How to draw lines in a frame of CEGUI
I want to draw lines in a frame .Is there any function can do it?
Thanks.
Thanks.