|
'Called when the scriptis executed
Sub Object_OnScriptEnter
Object.SetTimer 444, 1000
End Sub
'Called when the script is terminated
Sub Object_OnScriptExit
Object.KillTimer 444
End Sub
Sub Object_OnTimer444
Object.Text = Now
End Sub
-
Close the editor. Click Ok in the
Properties panel.
-
The object should appear similar as
this one:

-
Sure, there is more work to do
regarding the formatting, but this is only a simple tutorial.
-
You want now turn it into a widget.
-
Right click on it and select
Export...
-
Choose "Export as a widget". Click
Next.
-
Enter some basic information like
Widget name, Author and Accessibility.
-
Click Next and browse the Save as
File name, then click Finish.
-
The beauty of Widgets is that they
are stand alone applications, so they can be run without DesktopX running in
background. You only need to have DesktopX installed. Plus they can be
optionally accessed via System tray or Windows taskbar.
-
Close DesktopX now.
-
Run the newly created EXE.
-
You can see the widget appearing in
the very same location.
-
You can right click and access widget
options.

|