Article:
 |
|
Faxing in Panther
|
| Subject: |
|
Notification |
| Date: |
|
2003-11-26 15:44:18 |
| From: |
|
anonymous2
|
|
|
|
Maybe it is possible to attach an applescript to the Fax Folder? I don't know if a fax would trigger this, and I haven't tested this...
(* Folder gets a red label, and a dialog is displayed *)
on adding folder items to this_folder after receiving these_items
tell application "Finder"
set label index of this_folder to 2
display dialog "Faxes received"
end tell
end adding folder items to
(* When the folder is opened, the red label is removed *)
on opening folder this_folder
tell application "Finder"
set label index of this_folder to 0
end tell
end opening folder
|
Showing messages 1 through 3 of 3.
-
Notification
2003-12-27 06:16:33
anonymous2
[Reply | View]
-
Notification
2003-11-29 07:01:13
rbrockerhoff
[Reply | View]
-
Notification
2003-11-26 16:13:30
anonymous2
[Reply | View]
http://docs.info.apple.com/article.html?artnum=25691#o
Wei-Meng