Richard,

Make a stack with the following script in the stack script:

on openStack
     insert script of btn 3 of me into back
end openStack

The back script should be:

on bla
     return the text of fld 1 of stack "x"
end bla

and the AppleScript:

tell application "LiveCode 4.6.1"
        set x to choose file
        set thePath to the POSIX path of x
        do script "go stack \"" & thePath & "\""
        do script "bla; return the result"
end tell

Run the AppleScript, choose your "hack" stack, excute whatever you like and 
retrieve the result.

You can do this with standalones, too.

There might be a much simpler solution, but I know this works.

--
Best regards,

Mark Schonewille

Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer
KvK: 50277553

New: Download the Installer Maker Plugin 1.6 for LiveCode here http://qery.us/ce

On 16 mei 2011, at 17:09, Richard Gaskin wrote:

> Mark Schonewille wrote:
> 
>> On 16 mei 2011, at 16:53, Trevor DeVore wrote:
>> 
>>> Can AppleScript access the text in LiveCode fields?
>>> 
>> Yes.
> 
> How?
> 
> I had thought the AE dictionary was limited to DOSC and EVAL, thereby limited 
> access to only those things the scripter has implemented (or at least not 
> blocked).
> 
> What AppleScript would one use to access field content in a way that cannot 
> be blocked by LiveCode?
> 
> --
> Richard Gaskin
> Fourth World
> LiveCode training and consulting: http://www.fourthworld.com
> Webzine for LiveCode developers: http://www.LiveCodeJournal.com
> LiveCode Journal blog: http://LiveCodejournal.com/blog.irv


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to