10-07-2016, 04:05 PM
Dialogs, other >> Password input box
The dialog settings for the password inputfield has the setting:
"If password does not match"
If I test this, the indented code directly below the if statement is executed when the "Cancel" button is pressed.
I would expect that it would be executed when password does not match.
Macro m1
The 'out' get's executed when I press "cancel"
Portable QM, version 2.4.3.8 (windows 7, 64bit English)
I might have overlooked something. If that is the case, my apologies.
The dialog settings for the password inputfield has the setting:
"If password does not match"
If I test this, the indented code directly below the if statement is executed when the "Cancel" button is pressed.
I would expect that it would be executed when password does not match.
Macro m1
if(!inpp("[*C9104FF08510827805*]" "This is the description..." "This is the TITLE!" 1)) ;;show password input box. If Cancel or incorrect password...
,out "USER CANCELED(?)"
The 'out' get's executed when I press "cancel"
Portable QM, version 2.4.3.8 (windows 7, 64bit English)
I might have overlooked something. If that is the case, my apologies.