_Martin_

_Martin_

Joined Last seen Member # 325
0 Posts 8 Replies 30,780 Reputation

Randahl, Personally I suspect that this functionality has been superceded by the ability to manipulate object position by script.

3 Replies 5,099 Views

Close the widget and clean out C:\Documents and Settings\User\Local Settings\Application Data\Stardock\DesktopX. To be clear User in the above directory structure is actually your username e.g. for me: C:\Documents and Settings\ Martin \Local Settings\Application Data\Stardock\DesktopX

30 Replies 5,677 Views

Not got DX to hand, but this should work. This script in an object would cause a predefined URL to launch. Dim myURL Sub Object_OnScriptEnter() myURL = "http:\\www.stardock.com" End Sub Sub Object_OnLButtonUp(x,y,dragged) If dragged = False Then Dim WshShell Set WshShell = CreateObject("WScript.Shell") WshShell.Run Chr(34) & myURL & Chr(34) Set WshShell =

2 Replies 1,463 Views

Not got DesktopX to hand, but the following script should do this for a text object: Sub Object_OnScriptEnter Object.SetTimer 1,10000 ' Ping every 10 seconds End Sub Sub Object_OnTimer1 Object.Text = "Ping is: " & System.Ping("www.wincustomize.com") ' Change URL as appropriate End Sub

6 Replies 3,050 Views

There is a high colour 1024x768 version which was created a good while ago. It looks great when working, but my understanding of why it was never released was that it wasn't possible to make it fully compatible with the video cards/systems out there and therefore it was anticipated that a huge amount of support would have been required which couldn't be justified on a free product.

10 Replies 3,780 Views

I think one of the key features of 3.2 that is critical is the "reusable code" which essentially plugs in. This will be crucial in getting more people into leverage the power of DX. I know that I use this in many areas myself, and have objects that I transport between widgets for things like manipulating XML. The key is making this easy and flexible. If a developer is creating reusable code for themself or others then we need a simple syntax

51 Replies 21,622 Views

As per aufisch's comment this application does have a specific purpose and you should not worry about it. Because it has use across a range of Stardock applications it is (I believe) installed by Stardock Central. It isn't practical to uninstall this immediately you uninstall a specific application as this may cause problems with other installed applications. As has been stated this can be switched off using Stardock Central if you are reall

8 Replies 3,981 Views

Another minor issue that occurs is that if a user is using large fonts then the image for all programs can start to tile which looks pretty ugly. This occurs on many otherwise "high quality" skins.

12 Replies 12,296 Views

I had this a while ago and reported it. Things with DX are generally more stable but this does happen occassionally. From memory, when I reported this, I seem to remember I thought the issue was caused by several scripts that interact with each other all running at the same time following a script change.

31 Replies 8,710 Views

Yes, but one of my gripes is that it should be possible to set Rotation via the GUI rather than having to do this via script. In addition to the above script I would recommend that you set the objects default visibility to Off via the GUI, and only show it after rotation. This looks cleaner on screen. Sub Object_OnScriptEnter() Object.Rotation = 90 Object.Visible = True End Sub

3 Replies 1,799 Views

Certainly reinforce (1). I'm adding an AOT feature to DeskNotes, and again using a template to clone. Not a huge deal to do, but not as tidy as I'd like. Re (2), yes, I'd like this, and the ability to set font etc. Would also like the IconX label backgrounds migrated over to DX. Positioning and rotation of labels relative to objects ... also good. My biggie at the moment is a modular concept that would allow the equivalent of DX p

16 Replies 15,685 Views

DC: I don't know on the grounds that don't currently do much work specifically for Stardock - the [Stardock] tag probably relates more to my [email protected] email address than anything else. I'm sure something will work out, I just hope that my bank doesn't charge me too much for cashing US dollars! Exchange rates and bank charges are going to further diminish any returns I make.

11 Replies 4,730 Views

Thanks for the updates. We know we are trying hard on this project and there are bound to be some teething problems. I guess it's just frustration when we're all so excited by the opportunity

9 Replies 1,910 Views

Thanks ever so much for the feedback, I look forward to seeing the updates. Re contact details. I can see the need for data protection etc, but developers need supporting too. Think the risk of developers abusing the system is about as likely as individuals claiming to have purchased the product and seeking an "update" to be sent directly. How about when a customer downloads a gadget, there is a checkbox where they can opt to not

6 Replies 933 Views