Wow mate, hold your horses here!
So you have a Excel 2003 sheet, and a application that's using CEGUI? When you enter something in the editbox in the CEGUI app, you want it to show up in a cell of the Excel worksheet?
Search found 83 matches
- Fri Mar 28, 2008 17:46
- Forum: Modifications / Integrations / Customisations
- Topic: edit box change sub
- Replies: 1
- Views: 2416
- Tue Jun 12, 2007 12:46
- Forum: Help
- Topic: Renaming windows recursively? (Or: Where is getNextChild?)
- Replies: 6
- Views: 5970
You can simple use the combination of getChildCount and getChildAtIdx
Code: Select all
for (int x = 0; x != mContainer->getChildCount(); ++x)
{
Window * wnd = mContainer->getChildAtIdx(x);
// do your stuff.
}
- Mon Jun 11, 2007 10:52
- Forum: Offtopic Discussion
- Topic: Property Finder
- Replies: 18
- Views: 43429
Ok, I have encountered a problem with the label, and that is that it would appear ok on lower resolutions, (800x600 and lower), but the label would be right next to the checkbox in higher ones (1024x786 and above), which is ugly. Fix: <!-- *************************************************** TaharezL...
- Fri Jun 08, 2007 17:53
- Forum: Help
- Topic: Filter CEGUI::PushButton::EventKeyDown
- Replies: 3
- Views: 3702
- Tue May 08, 2007 21:05
- Forum: Modifications / Integrations / Customisations
- Topic: Keybinding Widget
- Replies: 12
- Views: 12643
- Tue May 08, 2007 18:43
- Forum: Modifications / Integrations / Customisations
- Topic: Keybinding Widget
- Replies: 12
- Views: 12643
I already did that! A while ago
http://www.cegui.org.uk/wiki/index.php/ ... istboxItem
http://www.cegui.org.uk/wiki/index.php/ ... istboxItem
- Tue May 08, 2007 11:36
- Forum: Help
- Topic: Setting an ImageButton's image - With no imageset!
- Replies: 20
- Views: 15767
- Tue May 08, 2007 06:30
- Forum: Help
- Topic: Setting an ImageButton's image - With no imageset!
- Replies: 20
- Views: 15767
- Mon May 07, 2007 21:38
- Forum: Help
- Topic: Setting an ImageButton's image - With no imageset!
- Replies: 20
- Views: 15767
Rackle wrote:P.S. Create an application out of Property Finder to obtain a list of the properties for any .scheme.
Wasnt that what the property finder was for?? and it already did that didnt it?
- Mon May 07, 2007 17:35
- Forum: Help
- Topic: Setting an ImageButton's image - With no imageset!
- Replies: 20
- Views: 15767
- Mon May 07, 2007 16:27
- Forum: Help
- Topic: Setting an ImageButton's image - With no imageset!
- Replies: 20
- Views: 15767
- Sun May 06, 2007 21:37
- Forum: Modifications / Integrations / Customisations
- Topic: Keybinding Widget
- Replies: 12
- Views: 12643
- Sat May 05, 2007 17:06
- Forum: Modifications / Integrations / Customisations
- Topic: [Solved] fire MouseEvent
- Replies: 1
- Views: 3199
- Sat May 05, 2007 07:51
- Forum: Modifications / Integrations / Customisations
- Topic: [Solved] Combobox setSortingEnabled
- Replies: 2
- Views: 3490
Yes there is!
http://www.cegui.org.uk/wiki/index.php/SetProperty
And the property you want is 'SortList'. Set it to true and your set.
http://www.cegui.org.uk/wiki/index.php/SetProperty
And the property you want is 'SortList'. Set it to true and your set.
- Wed May 02, 2007 17:13
- Forum: Offtopic Discussion
- Topic: Property Finder
- Replies: 18
- Views: 43429