> hello,
>
> is there a way that a Wx::Dialog only blocks the program flow from one
> Frame? i expected that only the given parent is blocked, but every
> opened frame is blocked.
Yes, this is the expected behaviour for modal dialogs, AFAIK.
You may try to disable the parent before the dialog is shown.
HTH
Mattia
|