The ListBox is an Element is depend of ModalWindow.
For Example the Coords are relativ of 0,0 of ModalWindow.
With
gui::IGUIListBox* box0 = guienv->addListBox(mod1...
The ListBox appears depend of MainWindow.
I hope, you understand what my prob is.
CU Phoenix
Search found 3 matches
- Sun Nov 23, 2003 5:52 pm
- Forum: Beginners Help
- Topic: Probs with modalWindows
- Replies: 3
- Views: 481
- Sun Nov 23, 2003 12:26 am
- Forum: Beginners Help
- Topic: Probs with modalWindows
- Replies: 3
- Views: 481
Probs with modalWindows
I need a modalWindow with some GUIthings. My Code see at moment like this: gui::IGUIWindow* mod1 = guienv->addWindow(core::rect<int>(200,20,500,515),true,0); // add list box gui::IGUIListBox* box0 = mod1->Environment->addListBox(core::rect<int>(leftX,23,485,90), 0, 1); box0->addItem(L"Irrlicht ...
- Fri Nov 21, 2003 5:28 pm
- Forum: Beginners Help
- Topic: Is this a Bug of Engine or Techdemo ?
- Replies: 1
- Views: 584
Is this a Bug of Engine or Techdemo ?
In the Techdemo of Irrlicht can you turn 360° but the Skybox don't move like the walls of level.
Is this a bugproblem of the Engine or Techdemo and how can i fix them.
CU Phoenix
Is this a bugproblem of the Engine or Techdemo and how can i fix them.
CU Phoenix