Shari wrote: > So if a user did something that put text into a field, or something > scripted put text into a field, this new info would be lost once the > program quit? Unless the info was saved to a substack? > > Is this cross platform? Or just for Windows?
Windows cannot save modifications to the running application. This means that your mainstack cannot have changes saved on Windows. Using a small "loader" mainstack to open your other stacks can work around this problem. Think of the mainstack as the application which can't be changed, and substacks as "documents" which can. While MacOS should be able to save changes to the mainstack, I find that for cross-platform development it's best to follow the Windows rules. -- Troy RPSystems www.rpsystems.net
