Hello,
I have a small script I am working on that requires the entry/modification of a few numerial values before 'executing the rest of the script' when the Accept button is pressed. When entering numbers in the script/dialog, out of pure bad habit of couse, I tend to press the Return/Enter key to 'confirm' the entered value for a parameter. This silly action is interpreted by the dialog to run whetever is in the if( wDlg.exec() ) { } code block. Is there a way to filter/disable keypresses in the scripting language? I have moved the 'focus' away from the 'Accept' button.
Thanks!
AMZs