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
MountainDragon
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.
Thanks, Mike.
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
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.
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.
Still happening ...
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
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"
Lantec: Not sure if I saw an email from you. Would it be the address in your profile? If so, try sending again.
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.
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.
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
The top one. The others are good, but too busy for wallpaper.
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
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
Homer - this thread caused me to check out your latest wall, and I liked it so much I had to post a screenshot of it: Link
Don't mention it!
Here ya go: Link
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... )
Life is good!
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.
Robe, sheepskin boots...that's all Anion WB, Rusty Rooster IP, Wall is Dragon Heart by homeryulo, and Dark Glass DX theme.
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
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...