dthomas731

dthomas731

Joined Member # 2276958
0 Posts 0 Replies 177 Reputation

What is the DesktopX script for a gadget that I would need to down load a picture from the internet to my local drive. I am trying to create a gadget that gets picture files from NOAA. One of the links is: http://www.goes.noaa.gov/GIFS/HUVS.JPG Thanks, DeLeon

0 Replies 937 Views

I have the following code DesktopX.Object("RingBell").Volume = 10 But it doesn't matter what number I use the volume is always the same. The object has two states "Ring" and "NoRing" so I tried. DesktopX.Object("RingBell").States("Ring").Volume = 10 And I get an error message saying no such property. Any help?

0 Replies 1,053 Views

Thank you rabid, This does allow me to put as many on one form as I can squeeze. Now for another question. I tried to create two preference pages. One using the default Preferences with Widget.AddPreference, then as my last preference I added a checkbox that says to modify other preferences check this. Then in the OnPreferencesChange event I tried to open a form I created in the OnScriptEnter event. The problem I am having is if there are two forms with pref

2 Replies 548 Views

I am using the following line in my code DesktopX.Object("Digital").FontSize = 10 and I get the following error message Wrong number of arguments or invalid property assignment: 'FontSize' What am I doing wrong? Thanks

5 Replies 589 Views