Littleboy

Littleboy

Joined Member # 99
0 Posts 16 Replies 1,901 Reputation

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).

2 Replies 6,741 Views

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).

7 Replies 7,434 Views

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...).

13 Replies 8,137 Views

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!

7 Replies 7,434 Views

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

7 Replies 7,434 Views

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]

7 Replies 7,434 Views

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]

44 Replies 112,564 Views

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

6 Replies 6,756 Views

[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

12 Replies 6,735 Views

[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

6 Replies 6,756 Views

[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.

6 Replies 6,756 Views

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

6 Replies 6,756 Views

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.

13 Replies 5,882 Views

[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?

154 Replies 94,854 Views

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.

3 Replies 1,767 Views

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.

10 Replies 14,229 Views