Hi

I have an AIR app that minimizes to the system-tray, displaying an icon.
When calling
stage.nativeWindow.notifyUser(NotificationType.INFORMATIONAL);
... I expect the icon to do something exciting, but it stays exactly
the same. Debugging the app confirms that the function is being called. 
Is there anything else I need to do to trigger an effect on the icon,
and what would the effect be? I have also tried setting multiple icons
in the bitmap array.

Cheers
Tracy

Reply via email to