DX Script Editor

Sunday, March 26, 2006 by jlaj1989 | Discussion: OS Customization

What is the Event Wizard in DesktopX Builder?? I was trying to mess with it but dont no how to use it. Thank You
ZubaZ
Reply #1 Sunday, March 26, 2006 9:58 AM
Each ActiveX control will expose it's own properties and these are displayed in the autocomplete feature. This makes it really easy to start coding for a control.
In addition to this it is useful to know which events are associated with a control. With this, we are able to react to events occurring in the control. DesktopX provides a tool to do just this. In the Script Editor, go to the Script Menu and select 'Event Wizard'.

Select the event you want to add and click OK to add it to your script. Click 'Done' when you have added all the events you want to.
You can now add script to that event. For example:

Sub Control_DocumentComplete(pDisp, URL)
Msgbox "Finished downloading the page " & URL
End Sub

Now, you will be advised when the page is completely loaded.


https://www.stardock.com/products/desktopx/documentation/scripting/activex.html




Posted via WinCustomize Browser/Stardock Central
jlaj1989
Reply #2 Sunday, March 26, 2006 10:27 AM
O lol didnt see that. Thanks

Please login to comment and/or vote for this skin.

Welcome Guest! Please take the time to register with us.
There are many great features available to you once you register, including:

  • Richer content, access to many features that are disabled for guests like commenting on the forums and downloading skins.
  • Access to a great community, with a massive database of many, many areas of interest.
  • Access to contests & subscription offers like exclusive emails.
  • It's simple, and FREE!



web-wc01