Hello,
I need to capture whether a dialog gave up or not.
tell application "Finder"
display dialog "Do you want to do something?" giving up after 10
if <did give up after 10> then
do one thing
else
do another thing
end if
end tell
Thanks!
Asu
I need to capture whether a dialog gave up or not.
tell application "Finder"
display dialog "Do you want to do something?" giving up after 10
if <did give up after 10> then
do one thing
else
do another thing
end if
end tell
Thanks!
Asu