I have version 3.1. Is it possible for me to get the beta version 3.2? If yes, then how?
dthomas731
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
How to I set the URL property for an Object Type of "URL". I guessed at DesktopX.Object("GoTo").URL = "https://www.wincustomize.com" but it doesn't work. Thanks,
Yes DesktopX
Is there a built in way to make a single line of text scroll, like a marquee? What is the best way?
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?
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
There are a limited number of lines in the preference box. It won't grow to accomodate more lines. There is nothing in the documents to add another preference tab. What if I need more, what do I do? Can someone show me an example?
Thank you Roman, The Object.SetFont worked fine. My assumption is the Object.FontSize is a bug.
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