digital_trucker

digital_trucker

Joined Member # 405640
0 Posts 3 Replies 732 Reputation

Well yrag, if you can find a link to DesktopX dll source code out there in google-land, feel free to post it here. The DX2 is just our shorthand for DesktopX, in google-land dx2 means something entirely different.

7 Replies 4,171 Views

I'm trying to learn how to code the things, and the source code for a simple one would help immensely. The SDK for DX doesn't include any sample source code, unfortunately. (The SDk for ObjectDock does, but I'm told the plugins work differently.)

7 Replies 4,171 Views

I had the same problem. The latest release of WB automatically excludes Mozilla. Here is the easy fix... right-click on your desktop and click properties. click the appearance tab click the windowblinds button on the right, click user overrides, you'll see a list of apps represented by 'x' icons. Highlight the one for mozilla and click remove. click apply changes click close reboot.

9 Replies 1,492 Views

Your link doesn't go to the same place. If you look at the links on that page of yours, there are links shown to where I wanted to go...and they do the same thing. As far as the code, I've come to the conclusion that the problem is simply that VBScript is too slow to handle this kind of operation smoothly. Looks like I'm going to have to learn to code dll's to do what I want to do. Any tips on where to start to learn how to code dll's?

6 Replies 3,938 Views

I've got two differently named objects. One is a clock with a second hand whose position is updated by a timed event. The other is a gauge with a pointer whose position is updated by a timed event. The timers have different names. When the gauge script is active the clock's hand 'stutters'. if I disable the gauge script, the clock hand works fine. The following is the clock hand script: 'Called when the script is executed Sub Object_OnScriptEnter object.SetTimer 3

6 Replies 3,938 Views