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
ID:156570
Sep 4 2010, 10:55 pm
|
|
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.