texanpenguin
Registered Penguin
I don't yet know how feasible the idea is for someone like me who hasn't got the world's most fantastic working knowledge of Cocoa, but I've got a little app I'm dying to be made, and, since noone else has made it, I'm seeing what it would involve to take it upon myself.
All I want the app to do is get the number of unread non-junk mail messages from Mail (I can do that with AppleScript), then display the number in a large red star (as though the little red mail-count on the icon had grown). The star would be freely movable (click+drag anywhere on the face), and would open Mail with a double-click.
That much of the program seems OK (*seems* OK
), but the hard thing to find is how to make some program float above all windows, and, even better, over the screensaver. There's a program, iAlert, which already does this (so it's possible), but it's expanded into something far too complex for what I'm interested in.
The point of the program would be to be able to quickly gauge how many new Mail messages I have, even when my (very useful) screensaver is running, or when I'm a long distance away from the screen.
So what's the best way to approach the development? Cocoa? Is it possible to do it in AppleScript Studio? I'd like it to be hidden from the Dock too, but I can do that myself.
All I want the app to do is get the number of unread non-junk mail messages from Mail (I can do that with AppleScript), then display the number in a large red star (as though the little red mail-count on the icon had grown). The star would be freely movable (click+drag anywhere on the face), and would open Mail with a double-click.
That much of the program seems OK (*seems* OK

The point of the program would be to be able to quickly gauge how many new Mail messages I have, even when my (very useful) screensaver is running, or when I'm a long distance away from the screen.
So what's the best way to approach the development? Cocoa? Is it possible to do it in AppleScript Studio? I'd like it to be hidden from the Dock too, but I can do that myself.