Rotterdam actually (Feyenoord! )
AndreasV
Sorry that should be Styl Smurfer in this thread.
Styl Skinner: You have been smoking to much nedersmurf
I have a dream: smurf skins, smurf objects, smurf docklets, SMURF GUIs, Windows XP Smurf Edition, Apple Smurf OS X.... winsmurfomize.com maybe?
Smurf this! this smurfs!
Yes you can include the DLL . If you name it globe.png that animation will show up as default.
BTW, I am also implementing this animation technique in some new docklets. So instead of the regular attention animation, you will be able to play an animation like this shortcut. For example, In my upcoming Mail Checker 2, you will be able to play your mail-animation when new mail arrives
Well, you were helpfull, so you deserved some credit I already have uploaded it....
your turn again
Check your mail btw
can you send me the animation you made?
Fixed some things in the drawing routine so smaller images than 96pix will be drawn right now: http://home.hccnet.nl/averhoev.2/AnimatedShortcut.zip
If you want the source code of this docklet, just send me an e-mail [email protected]
will fix that fixed, http://home.hccnet.nl/averhoev.2/AnimatedShortcut.zip There is no limit on the dimension Please send me your animation [Message Edited]
Don't tell anyone, but programming is not writing lines and lines of code, but it is actually REAL magic. You never wondered why those "wizards" suddenly showed up in all software? [Message Edited]
Plain ol' Magic
I've uploaded one that has a built-in delay of 100ms before the animation will start on hoover. This will workaround the delay I guess. http://home.hccnet.nl/averhoev.2/AnimatedShortcut.zip
uhhm, not exactly sure about what you mean. I think what you mean is, when hovered OD magnify the icon and that is when the animation is halted for a few milliseconds. I will see if I can work around that. BTW, an animation for an e-mailclient will be cool. Something like an envelope opening and closing or something like that
Update on this one, I've changed the mouseover-event. In the previous version I used the WM_MOUSEMOVE message and the mouse is near the window's borders-technic, which doesn't always work properly. Now I have switched to the NT-only function TrackMouseEvent() which always work properly. Link is still the same btw http://home.hccnet.nl/averhoev.2/AnimatedShortcut.zip