Activate a modal windows MessageBox from within Scorpion. Requires :
python and python for windows extentions to be installed.
# note that a valid windows handle is retrieved from the result panel.
import win32api,win32con
win32api.MessageBox(GetResultPanel().handle,'Press OK to
continue','Automatic Inspection Complete',win32con.MB_OK) |