Hello,
I have very specific issue and need help on how to solve it.
Say we have main frame and two dialogs A and B. Main frame is owner of A and A is owner of B.
I would like to have dialog or frame C which will be non-modal and always on top,
no matters where user is (on main frame, dialog A or B). Also dialog C should
always exist (while main frame exist).
If i make main frame to be owner of C and set always on top to C then everything
will be fine, except when we are on A or B. If user is on dialog A or B and clicks on
dialog C, dialog C will disappear and go behind .
If i make dialog A or B as owner of C then when i close dialog A or B, dialog C
will also be closed.
Maybe i am going to wrong direction, and hopefully someone have another idea how to achieve this.
Best regards.