Comment #62 Thursday, October 14, 2004 1:40 PM
Could you please give me a hint as to what I would need to change to make all of the objects "pop up" or maximize to the bottom instead of the bottom left?
Comment #63 Thursday, October 14, 2004 1:41 PM
OK, I'm begging now......
Could you please give me a hint as to what I would need to change to make all of the objects "pop up" or maximize to the bottom RIGHT instead of the bottom left?
Comment #64 Thursday, October 14, 2004 2:16 PM
One minor problem. I am using on a dual monitor system with the weather on the second monitor on its top right corner. When I hover over a daily forcast the tooltip displays on the main monitor's right edge. The hourly tooltip however displays ok.
Comment #65 Thursday, October 14, 2004 2:17 PM
Comment #66 Thursday, October 14, 2004 6:54 PM
Is there any chance of releasing lite or ultra lite version?
Comment #68 Friday, October 15, 2004 4:52 PM
As for that tooltip, it's a catch22. You're going to have to play with lines 68-71 in the NarrativeTooltip object. You can experiment with changing the System.Workarea??? statements to System.VScreen???. (see the DX scripting guide) That will fix your multimonitor problem, but at the cost of not honoring any docks or taskbars you have at the edges of the monitors (you might get a tooltip showing up behind a dock). Depending on which statements you use, you could also have issues with LG sitting at the right edge of the left monitor. I couldn't find a method that was universally compatible with everything, so a compromise had to be made.
Comment #69 Sunday, October 17, 2004 2:10 AM
Comment #70 Monday, October 18, 2004 7:03 AM
Comment #72 Tuesday, November 2, 2004 2:01 PM
Comment #73 Wednesday, November 10, 2004 4:47 AM
exist. Could you please help me how to solve this problem? Thanks, and gratulation to this object its a great work.
David
Comment #74 Wednesday, November 10, 2004 10:48 AM
I have problems on line 583 in the script with the validDoc.documentElement
I enter the zipcode HUXX0002. Could you help me whats the problem? I am absolutly beginner in scripting, and I couldn't solve the problem. Regards:
David
Comment #75 Wednesday, November 10, 2004 4:24 PM
I'm glad you like it...
Comment #76 Thursday, November 11, 2004 2:49 AM
For me it is still giving that there is an error in line 583, with validDoc.documentElemenent variable. I use DesktopX 2.3, maybe thats the problem? Which version do you use? Regards:
David
Comment #77 Thursday, November 11, 2004 4:03 PM
Comment #78 Thursday, November 11, 2004 10:15 PM
also, how do you change the text/fram colors? i thought you said you could do it by dblclicking on the background, but i only see options to change the background image
Comment #79 Thursday, November 11, 2004 10:54 PM
http : //images.ireland.com/webcam/liveview.jpg?999999
I inserted the spaces around the colon here to prevent wincustomize from inserting the image. Enter the url as you would in your browser.
And on the dialog that pops up when you double click the background, you'll see in the lower left corner the words "Text Color", that lights up when you mouse over it. Try clicking that. If you want a different frame, you'll need to make one yourself and replace the image file.
Comment #80 Monday, November 15, 2004 3:05 AM
Here is the complet message it gives me when I try to get the weather for Budapest. As You mentioned before it is not to helpfull. I think the XML feed will be wrong. Here is the error message:
Object required: 'validDoc.documentElement'
Line: 583
Code:
(not available)
How do I insatll a new XML library on my machine. What to install, from where can I get it. Thanks for your help:
David
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 #61 Wednesday, October 13, 2004 3:09 AM
Really though, performance will be better as an object. Each time a widget is run, the whole thing must be unzipped. As an object, unless you "delete" the object from within DesktopX, all the files are cached in your theme directory and need not be unzipped again. This makes startup much faster. If a widget is tiny, the unzipping causes an unnoticeable delay. LookingGlass has a huge amount of animation, so the unzip takes a few seconds. I exported the widget just to show it could be done.