Desktop X weather object grouped?
Sunday, May 30, 2004 by Richard Mohler | Discussion: Stardock Software
Reply #3 Sunday, May 30, 2004 4:49 PM
[Message Edited]
Reply #4 Sunday, May 30, 2004 5:49 PM
Reply #5 Monday, May 31, 2004 2:53 PM
The problem with copying and pasting from another script is that the script will not necessairly reference the same objects as you have created.
If you look at the script you will see lines such as:
DesktopX.Object("an_object").Text="some text" (or a variable)
if you copy the script from a different object it is possible, even likely, that "an_object" won't exist in your weather object
the copied script may also differ in its functionality from your object - not all weather objects are created equal etc
Reply #6 Monday, May 31, 2004 6:48 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 skins.
- 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!







Reply #1 Sunday, May 30, 2004 3:29 PM