another newbie question
dunbarx at aol.com
dunbarx at aol.com
Fri Apr 4 09:04:38 EDT 2014
Larry.
if I understand you correctly, is it that you might simply invoke a handler from a button or via the message box?
In other words, if you have an "openstack" handler in the stack script, you can just write, in a button:
on mouseUp
openstack
end mouseUp
Or do this from msg. If you have a different handler, the same method applies. You can also:
send "openstack" to this stack -- or even from somewhere else:
send "openstack" to stack yourStackOfInterest
from any convenient source. Or do I have this all wrong?
Craig Newman
-----Original Message-----
From: larry <larry at significantplanet.org>
To: use-livecode <use-livecode at lists.runrev.com>
Sent: Fri, Apr 4, 2014 2:59 am
Subject: another newbie question
If I make a change to my stack script (I only have 1 stack) is there a way to
test the code in the script without having to close the IDE and then restart LC
to see if my stack script is running properly - such as something within the
openStack command?
Thank you
_______________________________________________
use-livecode mailing list
use-livecode at lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode
More information about the use-livecode
mailing list