Rob's TIMSS Blog

My discoveries and ramblings of TIMSS/Personify.

Tuesday, April 25, 2006

Extender Scripting: Finding the right event

So you are writing scripts in the extender and you aren't sure which event fires when you when you want your code to be executed? Use a MsgBox to see which event fires when.

In the event you are curious about, put the following statement:

MsgBox("Test Message #1")

This will put a dialog box on the screen in TIMSS when the event fires.


You can obviously do this for multiple events, just change the message so you know which event gave the message box.

Applies to: TIMSS6

0 Comments:

Post a Comment

<< Home