Search found 5 matches

by ChowNutz
Wed Feb 13, 2008 17:36
Forum: Help
Topic: Question about multicolumn + listbox.
Replies: 3
Views: 2393

alright sweet all good now i got it thanks
by ChowNutz
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"...
by ChowNutz
Thu Jan 31, 2008 00:32
Forum: Help
Topic: Need help with Drag/Drop
Replies: 4
Views: 3666

void onDragItemDropped(CEGUI::DragContainer* pDragItem, CEGUI::Window* pDropTarget) { if(pDropTarget->isPropertyPresent("FrameColours")) { pDropTarget->setProperty("FrameColours", colorNormalTarget); } pDragItem->setPosition(CEG...
by ChowNutz
Wed Jan 30, 2008 15:26
Forum: Help
Topic: Need help with Drag/Drop
Replies: 4
Views: 3666

what is cegui_reldim?

and how do i put an image on a static image?
by ChowNutz
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...

Go to advanced search