Search found 25 matches
- Sat Dec 29, 2007 14:02
- Forum: Help
- Topic: Does "setText" keep Combobox items ordered?
- Replies: 6
- Views: 6048
- Mon Dec 17, 2007 01:35
- Forum: Help
- Topic: Does "setText" keep Combobox items ordered?
- Replies: 6
- Views: 6048
Still not working
To make it sorted (when I start) I'm using this:
Am I right?
Thanks,
Dirso

To make it sorted (when I start) I'm using this:
Code: Select all
static_cast<CEGUI::Combobox*>(getWindow(ID))->setSortingEnabled(true);
Am I right?
Thanks,
Dirso
- Sun Dec 16, 2007 12:15
- Forum: Help
- Topic: Does "setText" keep Combobox items ordered?
- Replies: 6
- Views: 6048
Does "setText" keep Combobox items ordered?
Hi,
If I store a pointer for each CEGUI::ListboxTextItem that I add to my combobox and if I have to change their text - for translation purposes for example, will it stay sorted? I'm asking because it's not sorted with me.
Thanks,
Dirso.
If I store a pointer for each CEGUI::ListboxTextItem that I add to my combobox and if I have to change their text - for translation purposes for example, will it stay sorted? I'm asking because it's not sorted with me.

Thanks,
Dirso.
- Sat May 05, 2007 16:33
- Forum: Modifications / Integrations / Customisations
- Topic: [Solved] fire MouseEvent
- Replies: 1
- Views: 3673
[Solved] fire MouseEvent
Hi, When the mouse enters a button, I'm setting the focus to this button and I would like this buttons react to keyboard input, for example, if I press <<Enter>> it should act like left click mouse event: bool keyReleased( const CEGUI::EventArgs& e ) { // what should i put here to f...
- Sat May 05, 2007 13:12
- Forum: Modifications / Integrations / Customisations
- Topic: [Solved] Combobox setSortingEnabled
- Replies: 2
- Views: 4129
- Sat May 05, 2007 02:58
- Forum: Modifications / Integrations / Customisations
- Topic: [Solved] Combobox setSortingEnabled
- Replies: 2
- Views: 4129
[Solved] Combobox setSortingEnabled
Hi, Is there anyway to change the sortingenabled using only the xml? I tried this code but it didn't work: <Window Type="TaharezLook/Combobox" Name="MainMenu/Avatar/CbAvatar"> <Property Name="UnifiedPosition" Value="{{0.1,0},{0.3,0}}&q...
- Sun Apr 29, 2007 01:31
- Forum: Modifications / Integrations / Customisations
- Topic: [solved] Windows get inactive... for no reason
- Replies: 1
- Views: 2733
- Sun Apr 29, 2007 01:30
- Forum: Help
- Topic: [Solved] Disable button
- Replies: 4
- Views: 4434
- Sat Apr 28, 2007 13:32
- Forum: Modifications / Integrations / Customisations
- Topic: [solved] Windows get inactive... for no reason
- Replies: 1
- Views: 2733
[solved] Windows get inactive... for no reason
Hi, I made 2 wrapper classes to make easy the work of handling buttons and windows. The problem is when I show a FrameWindow it becomes inactive, I can't click anywhere inside it not move it. It was based on wallaber work GuiObj.h #ifndef __GUIOBJ_H__ #define __GUIOBJ_H__ #include "eCGFWPrereqs...
- Wed Apr 25, 2007 00:45
- Forum: Modifications / Integrations / Customisations
- Topic: Multi Column ComboBox
- Replies: 2
- Views: 3226
- Mon Apr 23, 2007 01:22
- Forum: Modifications / Integrations / Customisations
- Topic: Multi Column ComboBox
- Replies: 2
- Views: 3226
Multi Column ComboBox
Hi,
I would like to have a combobox where the user can choose his country and I would like he could see a flag in the right side of each country name in the drop down list. Is it possible?
Thanks,
Dirso.
I would like to have a combobox where the user can choose his country and I would like he could see a flag in the right side of each country name in the drop down list. Is it possible?
Thanks,
Dirso.
- Wed Apr 18, 2007 21:48
- Forum: Help
- Topic: CELayoutEditor 0.5
- Replies: 10
- Views: 8199
- Mon Apr 16, 2007 20:01
- Forum: Help
- Topic: CELayoutEditor 0.5
- Replies: 10
- Views: 8199
- Mon Apr 16, 2007 00:09
- Forum: Help
- Topic: CELayoutEditor 0.5
- Replies: 10
- Views: 8199
CELayoutEditor 0.5
Is there any step by step guide to make it work?
Thanks,
Dirso
Thanks,
Dirso
- Sun Apr 15, 2007 23:19
- Forum: Help
- Topic: [Solved] Disable button
- Replies: 4
- Views: 4434