Shortcutting to screendump despite opened menus ?
Jim Ault
JimAultWins at yahoo.com
Mon Apr 3 00:03:09 EDT 2006
Yes.. In this case I will use a spare button.
on openstack
set the script of button "spare" to scriptText
insert the script of button "spare" into front
end openstack
you can extract the handler from a larger script container, read in a url
filelocation, or even the contents of a field.
Hope this gives you ideas about your particular case.
Jim Ault
Las Vegas
On 4/2/06 6:08 PM, "Kresten Bjerg" <Kresten.Bjerg at psy.ku.dk> wrote:
> Hi Phil
>
> The frontscript idea sounds good. But from the documentation it seems as if it
> is only objects which can be send to frontscript. So when it is a single
> handler in a very very long substackscript, ..????????.... is there a way to
> send a single handler to frontscript ?
>
>
> on commandKeyDown theKey
> global phenodate
> if theKey is "y" then
> put the snappath of this stack & "/" & phenodate && the time & ".jpg"
> into navn
> export snapshot from rect "0,0,1021,764" to file navn as JPEG
> else pass commandKeyDown
> end commandKeyDown
>
> Kresten
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
More information about the use-livecode
mailing list