ID:1124754
 
(See the best response by Jemai1.)
Problem description:
This is pretty straightforward; Is there any way to delete a control/window? I'm thinking to generate additional input controls with winclone(), but I don't want a ton of controls bogging up the players and eating resources (if they do)

If they don't eat up resources by being there, invisible, then this doesn't even really matter.

winset(src,"window1.label1","parent=")


This deletes said window.
In response to Kozuma3
Best response
That's for a control.

Should be winset(src, "window1", "parent=none"), silly.
Interesting... I'm glad they can be deleted; I wish parent was referenced in more than just that tiny area at the bottom of the reference though, I never noticed it!

Thanks a lot you two.
In response to Jemai1
Jemai1 wrote:
That's for a control.
Should be winset(src, "window1", "parent=none"), silly.

;_; Damn, well this way works too ;P