Well, i've got a really stupid (easy to solve?) problem.
I created a gui button using
IGUIEnvironment::addButton(...)
and displayed it. Now the trouble began, id like to remove it
not just make it invisble. There are 2 function that, as the Irrlicht
documentation says, could do that
IGUIElement::remove()
and
IUnkown::drop().
But none of them is working for me. The buttons are still there.
Anyone has a solution?
thx,
schick
should not really be a problem, but...
upps
was a design bug...
documentation
as the documentation says irr::gui::IGUIElement::remove():
Removes this element.
I used it that way.
Removes this element.
I used it that way.