Search found 5 matches
- Wed Feb 13, 2008 17:36
- Forum: Help
- Topic: Question about multicolumn + listbox.
- Replies: 3
- Views: 2393
- Wed Feb 13, 2008 07:08
- Forum: Help
- Topic: Question about multicolumn + listbox.
- Replies: 3
- Views: 2393
Question about multicolumn + listbox.
K I'm working on keybinding gui... I used the cegui layout editor to create a multicolumnlist window with a listbox inside it. And then in code I went itemMultiColumnList = new CEGUI::ListboxTextItem("WALK", 2); itemMultiColumnList->setSelectionBrushImage("WindowsLook"...
- Thu Jan 31, 2008 00:32
- Forum: Help
- Topic: Need help with Drag/Drop
- Replies: 4
- Views: 3666
- Wed Jan 30, 2008 15:26
- Forum: Help
- Topic: Need help with Drag/Drop
- Replies: 4
- Views: 3666
- Wed Jan 30, 2008 00:51
- Forum: Help
- Topic: Need help with Drag/Drop
- Replies: 4
- Views: 3666
Need help with Drag/Drop
here is my code....I got the dragging and dropping to work but when I drop it.....it disappears. AND I how would i put any kind of image on the static image instead of using the windowsLook close button? bool MinigameState::handleDragEnter(const CEGUI::EventArgs& args) { const CEGUI...