Comment #42 Friday, August 20, 2004 7:48 PM
I have been keeping all my widgets in D:\Stardock Programs\Object Desktop\DesktopX\Widgets instead of D:\Stardock Programs\Object Desktop\DesktopX\objects
Could that be the problem??
Comment #43 Saturday, August 21, 2004 12:58 AM
#1 (Extremely unlikely) The Object.Directory method has issues if DX is installed on the D drive. I'm making this one up. I've never heard of it happening, nor do I think it's even remotely likely or have any way of testing it. This is like saying it could be gremlins. I suppose it might be possible.
#2 (Very likely) You're being bitten by the Object_OnScriptExit bug I mentioned earlier. I have seen that bug manifest many times (in many different situations) with my own eyes, although the reasons why it occurs are unclear.
If it's #2, there's two choices: wait for Stardock to find and fix it, or wait for me to rewrite the preferences code so that it doesn't use Object_OnScriptExit. To do that, I'd basically have to save every time you changed anything in the interface, and that would be both annoying and poor practice. I may turn my attention to it when my other current projects are complete, but I'd rather the root cause be fixed.
Sorry I don't have a better answer.
Comment #44 Sunday, August 22, 2004 1:04 PM
Could I make a request? There was a problem with an object I made when I upgraded to the newest DX version. I had to 'recompile' my DX object into a widged and now it works correctly. Would you mind trying that to see if it fixed anything? I was pretty sure that my settings for your object were being saved at one time when I first dl'd it. Not sure...The mind is a terrible thing to waste
Comment #46 Sunday, August 22, 2004 8:49 PM
Comment #47 Monday, August 23, 2004 8:19 PM
Comment #48 Monday, August 23, 2004 8:30 PM
Comment #49 Monday, August 23, 2004 9:00 PM
Create a default-style object with this simple script:
Sub Object_OnScriptEnter
msgbox Object.Directory
End Sub
Export that object as a widget then run the widget. A dialog box will pop up with some text. If the last 5 characters are NOT ".exe\" (Dot E X E Backslash) (case insensitive) or if the dialog box is empty, that's a problem. If that happens, please report your results, with the version of DX you're running.
Comment #50 Monday, August 23, 2004 9:45 PM
"
ny_
bgm
roc
1
http://sirocco.accuweather.com/nx_mosaic_640x480c/sir/inmasirny_.gif
"
The file was not recreated after I started the application and configured it...
Comment #51 Monday, August 23, 2004 10:09 PM
Comment #52 Tuesday, August 24, 2004 9:57 AM
I am running DesktopX -v 2.20.026. Hope this helps...
Comment #53 Tuesday, August 24, 2004 1:38 PM
Comment #54 Tuesday, August 24, 2004 5:31 PM
Two more announcements:
1) Please don't use the version of this widget that is packaged with DesktopX 2.2. The package Stardock put in there is broken, and I will try to get them to update the build on Stardock Central. Use the version posted here instead.
2) Watch for this widget to appear as part of my "LookingGlass Weather Suite" soon to appear in the objects library! (Yes, an object version!) It should should appear in the library any time now.
Comment #55 Thursday, August 26, 2004 7:06 PM
Check it out!
Comment #56 Sunday, August 29, 2004 10:33 AM
Comment #57 Sunday, August 29, 2004 11:20 AM
Comment #58 Sunday, August 29, 2004 11:29 AM
Comment #59 Sunday, August 29, 2004 1:25 PM
Comment #60 Sunday, August 29, 2004 1:34 PM
Please login to comment and/or vote for this skin.
Welcome Guest! Please take the time to register with us.
There are many great features available to you once you register, including:
- Richer content, access to many features that are disabled for guests like commenting on the forums and downloading files.
- Access to a great community, with a massive database of many, many areas of interest.
- Access to contests & subscription offers like exclusive emails.
- It's simple, and FREE!
Comment #41 Friday, August 20, 2004 1:22 AM
Also, note my comment about the Object_OnScriptExit bug.