I'm looking for a way to script the buttons found in the widgets and have them controlled by a keyboard command.
It should be noted that you can assign CTRL-0 thru CTRL-9 for these functions, however I'm looking for a different set of key commands - possibly even using an X-Keys device. I figured part of it out - at least for a basic counter up/down... "variable" can be named anything....if somebody knows how to reset the value, please share!
'=== begin code
dim variable as xpCounterWidget
engine.GetWidgetByName("name of widget", variable)
variable.Up -or- variable.Down
'=== end code
Thanks!
Brian