ID:156570
 
I have been undertaking in a project, which is going to be used outside of Byond, for sometime now however my biggest issue I run into is re-using forms I have setup. For example I have a form in which the client adds information on a game by scanning the UPC on the box. Then the software goes on the internet and retrieves the data I need and so forth, and then the data is saved to its own savefile threw byond.

Now my question is after enter the data on the form I have it cleared using a long set of winset() commands. Is there a way to return the window to its original untouched state after every time its closed, because currently even with a "Clean Slate" I still have issues with overlapping data.

Sorry for the long description I wanted to make sure everyone understood my reason for the question. Thanks
As far as I know, there isn't any way to set anything in the interface to an original value, like the way you can return a variable to its original with initial().

I think that the only way you would be able to accomplish this would be to manually change everything back to normal, one element at a time.
Clearing each control should work fine. Is their a specific control (grid perhaps) that you are having trouble with?

ts