Object linking? Need Help
DesktopX Theme
Hi Folks;
I have listed a fw post here trying to get someone into this, so I took to info from one post and came up with the following.
Object:
Name: Today Test
The object is set to run a short cut and then scripted to change the background. This is how far I have gotten with this.
The script for Object 1 "today test" is as follows and when I click on it it starts to shortcut and then the script changes the background.
............................
Sub Object_OnStateChange(state)
If state = "Command executed" Then
Object.State = "Mouse down"
System.SetWallpaper "C:\Iron Man Start\Windows Exit.jpg", 1
End If
Second object just makes the first one "Today test" run
I can't seem to get this vbscript correct? When I click on the second object it doesn't make the first object " Today Test " run..
Second one I click to make the first one run is as follows:
Sub Object_OnStateChange(state)
If Object.State = "Command executed" Then
DesktopX.ScriptObject "Today Test".state = "Command executed"
End If
End Sub
If someone could help on this I will give out the theme with another Background instead of Iron Man Screen Capture:
Thanks folks
I'm really feeling stupid here....
Merry Christmas to all an have a great holiday season!!!!!![]()
Automan