mikejj

mikejj

Joined Member # 2170923
10 Posts 8 Replies 214 Reputation

Hello, I want to make a desktop pet program and have my object(sprite) move around in a circle. Does anyone know what the math would be to make an object move in a circular motion from the center of the screen? or point me to a tutorial. Thanks.

2 Replies 4,186 Views

Is there a limit on the file size of a executable gadget or the number of sprites that can be used within a gadget? Thanks.

2 Replies 1,392 Views

I'm using Windows xp home. The following works both way with no problems for me. I wondering what people normally use for this. What would be considered good syntax or programming structure. Does it matter? Thanks if blah => blah blah then something if blah >= blah blah then something

3 Replies 1,517 Views

I think I saw this before, but cannot find it now. Is there a limit on the size of a sprite that we use for DesktopX gadgets? Thanks.

2 Replies 1,469 Views

I'm playing around with this code from the tutorials. Sub Object_OnDropFiles(files) Object.picture = files End Sub How would we test for valid file formats (bmp,ico,png,tga,jpg) for the pic

7 Replies 6,069 Views

1. Whats the difference between ScreenWidth and VScreenWidth? 2. When using timers, I see object.killtimer when existing the app. Whats happens if you don't kill the timer when you exit the app? Thanks

2 Replies 3,776 Views

I want to program a button to close, exit or terminate my object. I think I looking for something like this, "object.close or object.exit", but I can't find it. Does anyone know the correct syntax to do this? Thanks.

2 Replies 3,539 Views

I have an icon in the system tray for my gadget. When I right click on it, dialog box has the following --- hide, close, about and preferences. Can we add more selections to this dialog box? If so, is there a tutorial on this and how to write script for these extra selections? Thanks.

0 Replies 2,340 Views

Thanks RabidRobot. I know what you mean about the default being set to "Normal" on first load. It would be nice if it did not override what we set it to in the properties "Relation" tab.

5 Replies 5,133 Views

I created an executable gadget and have it set to "Always On Top" located at the bottom of the screen. When you read the "About" dialog box and then close it, the gadget is no longer "Always On Top". It is now located behind the taskbar. I can click or drag the gadget and it will come back to "Always On Top", but it would be nice to stay on top even after someone closes the "About" box. Is this normal or a bug? I'm usin

0 Replies 2,476 Views

Is it possible to change the z-order of an object with script? I want to do this, object.z-order = always on top. If it's possible, can someone please post the correct syntax. I've searched and cannot find it. Maybe I'm overlooking it. Thanks.

5 Replies 5,133 Views

Thomassen, I'm trying to figure out how to do this with my gadget. It will clone itself 5 times when we start OnScriptEnter and delete all clones and the original when we do OnScriptExit. Can you do an example of this. Thanks.

70 Replies 59,671 Views

Hello, For my OnScriptExit routine I want to do this. If "multiple instances of my gadget are running, close all instances" end if. Can this be done with code? Thanks

0 Replies 2,383 Views

Hi, I'm using DesktopX shareware version. I want to position an object right on top of the taskbar using the following code, object.Bottom = system.ScreenHeight - taskbar.Height. Not sure what the correct syntax is for the taskbar.Height should be. Is this possible with vbscript? Thanks

3 Replies 4,481 Views

Hello, How would I program the up and down arrow keys to increase or decrease the value of a variable? What the difference between system.ScreenWidth and ScreenWidth? Is it a matter of programming struction or syntax? What is a good book to learn vbscript language? I interested in the graphic aspects of it. Not the Web stuff. I want to program gadgets for my desktop. Nothing related to the web. Thanks.

3 Replies 4,486 Views