Search found 7 matches

by zander1976
Thu Jul 21, 2005 12:22
Forum: Modifications / Integrations / Customisations
Topic: ListBox and MultiListBox question
Replies: 6
Views: 4260

Re: ListBox and MultiListBox question

Ahh sweet.. Thank you very much CE for your help and for CEGUI.. :)

Ben
by zander1976
Tue Jul 19, 2005 15:01
Forum: Modifications / Integrations / Customisations
Topic: ListBox and MultiListBox question
Replies: 6
Views: 4260

ListBox and MultiListBox question

Hello Everybody, I have a few questions with regards to working with ListBoxes. Hopefully someone will have an idea of what I need to do. I have look threw the api docs and did some forum searching but I am still having problems. 1. MultiColumnList - if I understand correct gives me the ability to: ...
by zander1976
Thu May 19, 2005 15:07
Forum: Modifications / Integrations / Customisations
Topic: Using Listboxes
Replies: 1
Views: 1999

Re: Using Listboxes

Hello, I figured it out (well sort of anyway). Here is what I ended up doing. Its deleting based on text now. CEGUI::ListboxItem *listboxitem = mPlayerList->findItemWithText( name, mPlayerList->getListboxItemFromIndex(0) ); mPlayerList->removeItem( listboxitem ); Let me know ...
by zander1976
Thu May 19, 2005 14:21
Forum: Offtopic Discussion
Topic: CEGUI During Learning Curve
Replies: 1
Views: 2980

CEGUI During Learning Curve

Hello All, Well, I have to say that when I first started looking at CE I was a bit overwelmed. On first look it looks way to complicated and hard to learn. You see comments a lot about that on Ogres forum especially. So the point, once you actually try to use CE you quickly find out that there is ve...
by zander1976
Thu May 19, 2005 11:57
Forum: Modifications / Integrations / Customisations
Topic: Using Listboxes
Replies: 1
Views: 1999

Using Listboxes

Hello Everybody, I did some searching threw the forum and I can't really find anything that is helping me. I have also looked threw the api ref and I am not sure what the best way to use listboxes. I am creating the listbox item with and id: CEGUI::ListboxTextItem *listboxitem = new CEGUI::ListboxTe...
by zander1976
Tue Apr 26, 2005 13:30
Forum: Modifications / Integrations / Customisations
Topic: how can I show my ceguilayout and the ogre overlay at the sa
Replies: 5
Views: 4340

Re: how can I show my ceguilayout and the ogre overlay at th

Hey, great. Worked like a charm. There are some changes with Ogre1.0. void createScene(void) { //My Ogre Overlay Overlay *lay = OverlayManager::getSingleton().create ("background"); OverlayContainer* cont = (OverlayContainer*)OverlayManager::getSingleto...
by zander1976
Mon Apr 25, 2005 18:55
Forum: Modifications / Integrations / Customisations
Topic: how can I show my ceguilayout and the ogre overlay at the sa
Replies: 5
Views: 4340

Re: how can I show my ceguilayout and the ogre overlay at th

Hello

I am trying to do the same thing with ogre as well. I was wondering if you could post the solution.

Thanks, Ben

ps. Try using [ code ] [ /code ] without spaces and the smilies will not show up.

Go to advanced search