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" <[EMAIL PROTECTED]> 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 > [email protected] > Please visit this url to subscribe, unsubscribe and manage your subscription > preferences: > http://lists.runrev.com/mailman/listinfo/use-revolution _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
