Page 1 of 1

Dialog: Reuse open windows

Posted: Fri Aug 09, 2013 4:42 pm
by erion
Hello,
It would be very nice if PB could reuse already existing windows when creating new dialogs.

When freeing a dialog using FreeDialog, a flag could decide whether the dialog window should be closed automatically.
If this is not feasible, a function that recreates controls while ignoring the <window> definition could be a great solution.

This would be useful when creating, for example, multi-page dialogs, or where a window change could be quite awkward, e.g. when automating certain tasks.

Erion