Sign In/My Account | View Cart  

advertisement

AddThis Social Bookmark Button

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

Full Threads Oldest First

Showing messages 1 through 3 of 3.

  • Notification
    2003-12-27 06:16:33  anonymous2 [View]

    Apple has posted a technical document on how to get Panther to notify you when a new fax arrives:
    http://docs.info.apple.com/article.html?artnum=25691#o

    Wei-Meng
  • Notification
    2003-11-29 07:01:13  rbrockerhoff [View]

    I just published a little installer for a folder action, it notifies the user and opens the Fax in Preview: http://www.versiontracker.com/dyn/moreinfo/macosx/21692
    It's freeware. Hope this helps someone!
  • Notification
    2003-11-26 16:13:30  anonymous2 [View]

    See also /Library/Scripts/Folder Action Scripts/add - new item alert.scpt