Search found 423 matches

by WaltBrown
Mon May 11, 2009 11:31 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Resetting stack while debugging "on open" scripts
Replies: 6
Views: 5977

Thanks Bernd, somehow I missed that in the brief documentation. Neat! A list of the available system globals in there as well! I have dusted off my Danny Goodman "The Complete Hypercard" book, maybe I'll need to symbolically burn it to get rid of old assumptions. Now if I could only find a machine w...
by WaltBrown
Mon May 11, 2009 10:32 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Quick question
Replies: 1
Views: 2344

I put this in a field script and it worked by setting the insertion point then right clicking the mouse:

on mouseup
ask "Please enter text here" titled "Text Entry"
set the clipboardData["text"] to it
paste
end mouseup

Is this what you meant?
Walt
by WaltBrown
Mon May 11, 2009 9:20 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Resetting stack while debugging "on open" scripts
Replies: 6
Views: 5977

Resetting stack while debugging "on open" scripts

Hope this isn't misplaced or an RTFM question from a newbie - I am debugging scripts that execute on card and stack opening - is there a way in the IDE to recycle the script in memory to trigger the "on open" scripts without going through a Compile/Save/Close/Remove from memory/Open Recent cycle eac...

Go to advanced search