R RB Smissaert Well-Known Member Licensed User Longtime User Jan 30, 2022 #1 Is it possible to do this? So, that is press the button, do the action and the dialog will close without having to press the OK button. If so is there an example of this somewhere? RBS
Is it possible to do this? So, that is press the button, do the action and the dialog will close without having to press the OK button. If so is there an example of this somewhere? RBS
Computersmith64 Well-Known Member Licensed User Longtime User Jan 31, 2022 #2 There is a PreferencesDialog.Dialog.Close method - I assume you can call it to close the dialog. - Colin. Upvote 0
There is a PreferencesDialog.Dialog.Close method - I assume you can call it to close the dialog. - Colin.
R RB Smissaert Well-Known Member Licensed User Longtime User Jan 31, 2022 #3 Computersmith64 said: There is a PreferencesDialog.Dialog.Close method - I assume you can call it to close the dialog. - Colin. Click to expand... Thanks, will try that. RBS Upvote 0
Computersmith64 said: There is a PreferencesDialog.Dialog.Close method - I assume you can call it to close the dialog. - Colin. Click to expand... Thanks, will try that. RBS