problems with GUI in Irrlicht engine

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
Spidla

problems with GUI in Irrlicht engine

Post by Spidla »

Hi I have a problem with GUI interface.
I create some buttons one image and one static text, everything was displayed and seems to be allright but when i tried to remove something (button,static text....) i have got a Debug Assert Failed window.
I am sure that it happened in remove() function.
Please help !!!! :evil: :evil: :evil: :evil:
[dx/x]=HUNT3R
Posts: 271
Joined: Sat Aug 23, 2003 5:52 pm
Location: Hurricane Central, Florida

Post by [dx/x]=HUNT3R »

How did you try to remove them? I usually just do a setVisible(false) on them to make them invisible if I don't want to see them anymore.
Spidla
Posts: 31
Joined: Tue Nov 25, 2003 3:46 pm
Location: Czech Republic
Contact:

Post by Spidla »

It is allright now I downloaded newer release (v0.4.1). There is no problem it`s fixed.
Post Reply