Malice12

Malice12

Joined Member # 1508883
0 Posts 0 Replies 233 Reputation

The answer to both my question seem to be the object.sleep(int) method. When you're repeatedly calling a desktopx value in a loop like this it seem to work best if you include the line "Object.Sleep 1" in the For loop somewhere.

1 Replies 1,450 Views

Has any one tried to use the opacity method of the desktopX.object class? I've written the following bit of code, it simply moves the object across the screen and makes it slowly disappear. Or it's supposed to. When I run this code the object moves ok, but the opacity isn't updated. When I uncomment the msgbox line below it works perfectly. Is there some kind of refresh method that I need to call? Also, I'd like to avoid using a "sleep" call t

1 Replies 1,450 Views

Has any one tried to use the opacity method of the desktopX.object class? I've written the following bit of code, it simply moves the object across the screen and makes it slowly disappear. Or it's supposed to. When I run this code the object moves ok, but the opacity isn't updated. When I uncomment the msgbox line below it works perfectly. Is there some kind of refresh method that I need to call? Also, I'd like to avoid using a "sleep" call t

1 Replies 3,352 Views