Tremorblue
Programmer
I dynamically create frames at run time and put them in a panel.
The frame has a button on it to allow the user to delete the frame.
What code should I use to delete the frame ?
delete (this); is causing random errors.
At the moment I have a work around but I'd like to know the "proper" way to do this.
/Thanx
TB.
The frame has a button on it to allow the user to delete the frame.
What code should I use to delete the frame ?
delete (this); is causing random errors.
At the moment I have a work around but I'd like to know the "proper" way to do this.
/Thanx
TB.