HyperNext Studio

HyperNext Studio => General => Topic started by: androbourne on August 11, 2011, 05:27:14 AM

Title: User Save Function
Post by: androbourne on August 11, 2011, 05:27:14 AM
As stated here http://www.tigabyte.com/smf/index.php?topic=113.0

I would like to know if there is a save command?

I understand it saves during exit but I'd like to add a save function as well incase of crashes for my users.

My software requires a lot of start up work as in importing .exes and setting images etc... I would hate for someone to get half way through and it crashes for them to have to redo it.
Title: Re: User Save Function
Post by: Malkom on August 11, 2011, 05:57:27 AM
Unfortunately there isn't a Save command just the option to Save on Quitting so you would have to make your own.

I guess you would need to save file paths as text but I'm not sure about any other info to save.

There are quite a few posts on saving/loading using both text and binary files - look for Excel data as that is often asked.

http://www.tigabyte.com/smf/index.php?topic=78.msg224#msg224 (http://www.tigabyte.com/smf/index.php?topic=78.msg224#msg224)






Title: Re: User Save Function
Post by: androbourne on August 12, 2011, 11:31:42 PM
Ok thank you.