src<<browse(stats,"window=StatSheet;size=250x300;can_close=0")
//test
sleep(20)
src<<browse(null)
Problem description:
Regardless of whether or not can_close is on doesn't (or shouldn't) solve my problem. I read that setting the Body and Options to null will close the Browser, but it only wipes it clean with just a white rectangle staring you in the face. Any reason as to why it doesn't close? Any help is always appreciated, thank you!
To close out of the window element, you might want to use winshow(player, window, 0).