Two very simple questions
Sarah Reichelt
sarahr at genesearch.com.au
Thu Aug 25 22:34:30 EDT 2005
> 1) I'm in the process of developing an application. I put all the
> buttons,
> create a complex GUI, and write the Close button's script as
>
> close stack "myStack"
>
> OK, now I want to test if this really works. So I switch to the
> testing
> mode, and click on the Close button, and the stack closes. Fine, it
> works. But how can I bring it back??? Or maybe I've just lost all
> my work
> because I didn't save it to a file?
Add another line to your close button's script so that it saves the
stack before closing it. That will make sure you can't loose
anything. A regular save routine is always useful.
>
>
> 2) Did anyone else notice that when you put some code between /* */
> then after that the editor will write EVERYTHING in purple, even stuff
> outside the comment signs, and even after you delete the comment
> signs?
Bugzilla #284 lists this bug and also suggests a workaround.
<http://support.runrev.com/bugdatabase/show_bug.cgi?id=2844>
Cheers,
Sarah
More information about the use-livecode
mailing list