This site is designed to take advantage of CSS. If you are seeing this, CSS must not be available or enabled in your browser. Everything should still work, but won't be as pretty. :)
I just created a few new notifiers and noticed a bug.
When double clicking on a newly created notifier, in some occasion the status says "editing" but no edit screen shows. The only way to get access to the given notifier in edit mode requires stopping and restarting Simon.
Re: Issue with Notifiers edit
That's a new one. Can you please send me your Console log; that may contain an exception explaining what is happening.
Console messages
See below
2007-02-15 08:35:33.865 Simon[503] *** -[NSPopUpButton selectItemWithTag:]: selector not recognized
2007-02-15 08:35:33.975 Simon[503] NSInvalidArgumentException: *** -[NSPopUpButton selectItemWithTag:]: selector not recognized
2007-02-15 08:35:34.177 Simon[503] *** -[NSPopUpButton selectItemWithTag:]: selector not recognized
If you need anything else, let me know
Thanks for your help,
Robert Ernens
HCTBA Consulting
Re: Console messages
Thank you for that. That helped trace the issue to the Growl notifier plug-in. I assume that was the one you were using? It used the
-selectItemWithTag:call mentioned in the console log, which was introduced in Mac OS X 10.4, thus rendering it incompatible with 10.3.9.Now fixed for the next release.
Re: Consoles
Thanks for your fast reaction.
Robert Ernens
HCTBA Consulting