Displaying 1 result from an estimated 1 matches for "fxfiledialog".
Did you mean:
wxfiledialog
2008 Jan 12
3
Is there a way to handle window (FXDialogBox) "close event" (or any other event/message)?
I cannot figure out how to call a function (or have a block executed)
when a FXDialogBox closes (to have some program variables set from the
text-fields in the dialog).
Also, how do I close the dialog box when user presses Enter in some
text-field, I know how to handle Enter key-press but not how to send
message to the FXDialogBox window).
Vlad
PS: I searched and tried but still failing.