Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Use Folder Actions to implement OS 9 folder auto-sorting' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Use Folder Actions to implement OS 9 folder auto-sorting
Authored by: ckier on May 26, '03 09:07:57AM

Is there a way to modify this script so that it displays the confirmation with SEC Helper instead of using a Finder dialog.



[ Reply to This | # ]
Use Folder Actions to implement OS 9 folder auto-sorting
Authored by: Diggory on May 27, '03 10:19:16AM
What is SEC helper?

---
*****
Use MoreInternet Preference Pane to change Internet Helpers without IE

[ Reply to This | # ]

Use Folder Actions to implement OS 9 folder auto-sorting
Authored by: Diggory on May 27, '03 06:20:18PM
yes - replace instances of Display Dialog "foo" with

tell application "SEC Helper"
show screen message "Foo"
end tell

---
*****
Use MoreInternet Preference Pane to change Internet Helpers without IE

[ Reply to This | # ]