Search found 5 matches
- Fri Mar 18, 2005 04:48
- Forum: Modifications / Integrations / Customisations
- Topic: Multicolumn List Keyboard Configurator
- Replies: 2
- Views: 2255
Re: Multicolumn List Keyboard Configurator
i guess what i really need to know first off is how to add an edit box as a listbox item to a multicolumnlist. I might be able to figure out some of the rest of it.
- Thu Mar 17, 2005 22:57
- Forum: Modifications / Integrations / Customisations
- Topic: Multicolumn List Keyboard Configurator
- Replies: 2
- Views: 2255
Multicolumn List Keyboard Configurator
is configurator a word? hmmm..... :? anyways, i want to build something like counterstrike has where you can customize the keyboard and mouse events, like Strafe, Jump, Fire Weapon, etc. i want it to be a multicolumn list with one of the columns being an edit box that when double clicked, it acts as...
- Thu Mar 17, 2005 05:25
- Forum: Modifications / Integrations / Customisations
- Topic: Subscribing an event to a static image
- Replies: 2
- Views: 2270
Re: Subscribing an event to a static image
nevermind...i figured it out. i had designed the layout wrong. the static image was a child of the wrong gui sheet. i'm not sure why it make a difference but it works now. :D before: <GUILayout> <Window Type="DefaultGUISheet" Name="root"> <Window Type="TaharezLook/StaticImag...
- Thu Mar 17, 2005 05:06
- Forum: Modifications / Integrations / Customisations
- Topic: Error using latest cegui version
- Replies: 3
- Views: 3430
Re: Error using latest cegui version
the latest version of Ogre contains CEGUI. All you need to build is Ogre or download the precompiled SDK. Then check out the sample code for the GUI project.
tawraven
tawraven
- Wed Mar 16, 2005 23:14
- Forum: Modifications / Integrations / Customisations
- Topic: Subscribing an event to a static image
- Replies: 2
- Views: 2270
Subscribing an event to a static image
I am having trouble with this and I can't figure out what is wrong. I have an image that i want to use as a button but for some reason, my event function is not being called. Here is my event subscribe code: wmgr.getWindow((CEGUI::utf8*)"ImageOptions") ->subscribeEvent(...