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


Click here to return to the 'Scripts from Sal at Apple...' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Scripts from Sal at Apple...
Authored by: googoo on Jan 16, '04 12:57:09PM

I cannot get the first (read status false) script above to work! (Mac OS X 10.3.2) The error message I get is

NSUnknownKeyScriptError

The second and third scripts work flawlessly, though. I suspect the problem is with the read status property. Any ideas?

-Mark

[ Reply to This | # ]

Scripts from Sal at Apple...
Authored by: googoo on Jan 16, '04 12:58:42PM

BTW, I was referring to Sal's scripts above!

-Mark



[ Reply to This | # ]
a bug with "visible messages" ... it has to consist of at least 2 messages?
Authored by: eksimo on Jan 17, '04 12:42:26PM
maybe you have only 1 unread mail? there seems to be a bug with visible messages, as this list has to consist of at least 2 messages ... with only 1 or less you get that "NSUnknownKeyScriptError" error ... kind of buggy :-(

[ Reply to This | # ]
a bug with "visible messages" ... it has to consist of at least 2 messages?
Authored by: googoo on Jan 20, '04 11:07:38AM

That was it. Now why did I not think of that!

-Mark



[ Reply to This | # ]
a bug with "visible messages" - no, just bad AS coding...
Authored by: aamann on Apr 22, '04 02:04:52AM
It is not a bug with visible messages but rather an oversight in the coding of the original script...

Try using set the visible messages to every message whose read status is false as list which should work for single messages as well - AS automatically typecasts single item lists to non-list items...

[ Reply to This | # ]