I need some help!
I want to make three alerts for the platform that I work, when a user uploads.
One:
Success
Error:
Alert:
Since my alert space is small and my PO wants large text.
I had thought of it this way: file upload successful.
Currently I’m using amber alert messages for system errors, for a web application I’m designing, however the PM has come back asking if red alerts would be more suitable for these system errors.
My assumption is that red error alerts are u…
I am coding a Tray Icon application in Java – it runs in the background & polls a server. On receiving a particular message from the server the application pops up an alert from the Tray Icon. The Alert contains a summary of the messag…