MountainDragon

MountainDragon

Joined Member # 1874951
0 Posts 15 Replies 497 Reputation

I had this happen once with a desktop theme I was working on. Everything was fine for quite a while until it crashed, and then the current theme (from the DX current theme folder) would crash the program and the saved (long before the crash) version would also crash the program. It didn't make sense, since the saved version was quite a bit older than the crash event. I tried long and hard to get it back. I even sent an email to Alberto ab

26 Replies 9,443 Views

In DesktopX 3.2, scripts can be seperate. This sounds like a great idea. Now, has anyone looked at my recent post on DX requests? There are a few more items that would really make a difference to those of us trying to unlock the potential of DesktopX, which IMO is really great.

26 Replies 9,443 Views

I think this is a old Enhanced Dialog bug. Do you have it installed? Yeah, that's why I posted this in the Enhanced Dialog category. Just reportn the bug, sir. <img src="http://images.stardock.com/wc

10 Replies 7,024 Views

this will give you a random number between 0 and 1: Sub Object_OnLButtonUp(x,y,dragged) If Not dragged Then Randomize n = Rnd MsgBox(n) End If End Sub You can manipulate the result after that if you need it bigger, integer, etc.

3 Replies 1,451 Views

Using the Recent Folders drop down in the Select Application dialog under Per Application Settings in WBConfig crashes the program. I'm using all the latest beta versions of everything.

10 Replies 7,024 Views

Thought I'd revive this. Is anyone listening? Priorities: 1. Make the DX Builder auto-save an option that can be turned off. 2. Make the Font properties work like the doc says. 3. Fix the bug where moving an object with a label via script doesn't move the label. 4. Fix the DesktopX.HostType property - it has never worked correctly for me. 5. Have the script editor automatically save a backup copy of the script

16 Replies 15,888 Views

Substantial memory overhead for each widget It's things like this that seem unfair - nothing in the review to substantiate this or give comparisons to other similar programs, just the statement, and people read it and take it as fact. <img src="http://images.stardock.com/wc/smiles/Mad.gif"

2 Replies 10,622 Views

I have new RSS Ticker widget that's pretty much complete, that I'd like to get a few beta testers to look at before I actually release it. If you would be interested please contact me at Email You don't have to be technically savvy or a DX coder. You do have to have DesktopX.

4 Replies 4,102 Views

Hold on there, cowpokes. Why not just toss a script in a string of lights: I guess I did give DD quite a bit to do, just to avoid a simple script. <img src="http://images.stardock.com/wc/smiles/Laugh.

34 Replies 4,597 Views

DD: The key to making a new object is the Clone command in the context menu. As far as changing colors goes, if you're using objects (as opposed to Widgets run as .exe) then you could use my Color Adjuster to do it very easily. Link

34 Replies 4,597 Views

DigitalDanes: If you're in DX Builder mode (right-click DX icon in system tray, select Switch to builder): 1. Right-click on the object, select properties, go to the States tab 2. You'll notice that the image being used is "christmas lights.png". Cancel out of the properties. 3. Now, you'll need to find that file on your drive. The easiest way is from the DX configuration dialog. 4. Right-click on the DX icon in the system tray, sel

34 Replies 4,597 Views

Don't know if this has been posted before, but I just found it, and it's pretty cool. It's a screen saver that cycles images and displays information, sorta widget-like. Check it out. from the site: With the new MSN Screen Saver (Beta) you can: * Personalize with background photos and news and weather information from MSN® or any RSS feeds from websites you choose. * Search the Web and click news headline

3 Replies 13,759 Views

You're right Bichur - Client means no Builder, no editing, no cloning. (Kinda makes me wonder how people not listed as customers are creating the DX Themes they are uploading... )

34 Replies 4,597 Views

Are you creating the file? There are different settings for wma files that determine the quality/size ratio. If it's a file that already been created you can probably convert it to a small, lower quality version. Check Tools->Options in Media Player.

13 Replies 45,993 Views

Here's a VBScript sub that when called, will handle the three windows arranging choices: Sub ArrangeWindows(a) Set sh=CreateObject("Shell.Application") Select Case a Case 2 sh.TileVertically Case 3 sh.TileHorizontally Case 4 sh.CascadeWindows End Select Set sh=nothing End Sub If you created a DX widget that used this in the script you could then use it

6 Replies 5,977 Views

I do believe there is a function in WB for doing just that - a button on the titlebar can be configured that way if I remember correctly. Perhaps you inadvertantly implemented that. I'm not really a WB skinner, so maybe someone with more experience will chime in...

11 Replies 43,056 Views