Akua spawn examples?
Akua spawn examples?
- Subject: Akua spawn examples?
- From: Bruce Robertson <email@hidden>
- Date: Tue, 02 Jan 2001 13:33:06 -0800
- Resent-date: Wed, 03 Jan 2001 22:42:17 -0800
- Resent-from: Bruce Robertson <email@hidden>
- Resent-message-id: <B6778912.3A56¿email@hidden>
- Resent-to: Macintosh Scripting Systems <email@hidden>
I tried to post a question previously about this but got no response.
I'm trying to get the date part of Akua "spawn thread" to work correctly.
Example:
set d to "1/2/2001 12:10 PM"
script autoPrint
ignoring application responses
tell application "FileMaker Pro"
activate
do menu menu item "Print
" of menu "File"
end tell
end ignoring
delay 3
TypeText return
end script
spawn thread autoPrint at date d
-- occurs immediately no matter what date is entered