Thanks for the pick!
Littleboy
You might want to get in touch with Jafo or another admin here, as they have some experience dealing with this kind of stuff and might be able to help you. Ultimately if the RocketDock admins do not want to cooperate, there isn't much you can do (unless you have a lot of time to write legal letters or lot of money to pay a layer).
This one fails for me. And that one too :D Oh, and the link to install the Framework (shown when the gadget cannot be loaded) is broken, looping endlessly.</
I'm not sure copying files will be enough to make it work correctly, but simply running the sidebar in x86 mode will work around the problem. There is an explanation on how to do that here .
The final version is now available here . Only ObjectDock docklets are supported at the moment. Please report non-working/crashing docklets in the skin comments (I know Weather and SysStats are not working, will try to see if DockletX can be fixed to make SysStats work in the future).
[quote]I don't think Stardock had subscribers back in 98.[/quote] Souvenirs , souvenirs ... Oh and the obligatory screenshot (sorry Neil [e digicons]:-"[/e] or whoever was responsible for that work of art).
Just for reference, a way to know which docklet was called is to save the docklet data pointer in the call to OnAcceptDropFiles and use that in the next call to OnDropData (and hope that ObjectDock does not start to cache the results in the future...).
Congrats to all!
First test version available here (expires 04/01/2009). This is full of bugs but a lot of docklets are already working ok, so enjoy it!
Yep, it's a DesktopX plugin implementing the Docklet Host interface. Pretty much every docklet works (apart from Weather, but it's more of a stub than a docklet anyway). Drag&Drop isn't implemented on the DesktopX side yet, so the docklet never reveive those events. Weather is not working and probably never will. Harcoded in OD, tsk tsk. Export is not working (ie. it doesn't package the docklet with the
Not sure I'll be able to make it work properly enough (without ugly hacks) to make a public release, but that's the long-term plan [e digicons]:borg:[/e]
I do have one of their angle desks. I have a relatively small room to use as workspace so it's great! And I did put the saved money into better computer, screen space and seating [e digicons]}:)[/e]
I finished rewriting some parts to remove external dependencies a few days ago and the animator component is now entirely self contained. I also fixed a few bugs along the way and it's much more robust now (until all you people proceed to break it [e digicons]>_>[/e] ). It includes the FrameAnimation component given as an example in my latest reply too. You have to initialize it with the total number of frames and the interval as it doesn't seems to be exposed to script. It then inte
[quote]well, if it IS a bug, would you happen to know how I can fix it? It is rather annoying...[/quote] Since you are using the free trial, this isn't a bug. You will have to buy either the Client or Standard version . If that happens again after installing the registered version, then you will have to contact support (make sure you uninstall the trial and reboot before installing the registered
[quote]a script(?) thats basically says ....Play animation 1 time starting at 10% opacity ending at 100% ....Then loop animation at 100% opacity ( X ) # of times then start animation at 100% fading to 10%[/quote] You can write your own FrameAnimation that takes a loop number. Everything in my script is time-based, so you will have to convert the loop time to a length in milliseconds. The fading will be done by the included FadeAnimation. [code="vbscript"] Dim fadeAnimStart, fa
[quote]ex...10 frames for fade in 10 frame animation 10 frames fade out[/quote] My FadeAnimation object only deals with the opacity property, so if your animation is using frames, you're going to need to do the work by hand. Yahoo Widget provides a CustomAnimation class, but it's easily replaced with a timer and a callback function. You can write your own animation class easily anyway (2 properties, a constructor, one Animate method) and use it with the animator component.
Update: You can find the script along with a sample widget in the DesktopX Objects gallery. I have this animation script I wrote 2 years ago for a widget (that I never finished [e digicons]:([/e] ), and I recently got back to work on a package tracking widget that is going to use some part of it. Still 70% of the script is neve
Related to that, you can login using your email address, in which case, it will be used instead of your Impulse nick [e digicons]:thumbsdown:[/e] .
Isn't it the same regression as posted here . If so, it's already been reported by at least a few people (but one more won't hurt [e digicons]:typo:[/e] ). Broken since 3.5. Worked fine in 3.1 and maybe 3.2.
Congrats! [e digicons]:borg:[/e]
[quote]"Customer, I am sorry, but we don't have any in stock at the moment. I can give you a refund now, or you can wait until we get them back in stock."[/quote] Well, if you asked support back then and they gave you the choice between waiting or a refund, you can send a copy of that email to the sales deparment and surely they should honor their word. That's what happened, right? You contacted them and they proposed to give you a refund?
There is the MSN Messenger docklet that does just that for MSN Messenger. Does Digsby expose a COM object to query the status programmatically? If so, someone will have to write a docklet to do the same as the MSN one. If not, you're out of luck I'm afraid.
No, I renamed it for the 2.0 version and forgot to update the documentation [e digicons]:|[/e] Another thing that is gone in 2.0 is the autorun feature that allowed to bypass the docklet selection UI and always load the docklet specified in an ini file. I don't know if the documentation mentionned it as it was a little bit buggy and never worked the way I wanted.
demorrison47psyc : You should contact [email protected] and tell them you cannot use it on Vista. They should be able to issue a refund if you can't run it on your system. Almost everybody is away on Christmas vacation, so it might take some time to get an answer though.