Hello All,
just an easy question probably:
If i do a wxDialog::ShowModal, the listviews in the wxFrame under the dialog are not correctly graphically updated/refreshed on some events.
If i use wxDialog::Show, the frame below get correctly updated, but i need to avoid the user to click on it.
Is there some way to have a dialog that allow events of the message loop to update the frame below correctly, but at the same time forbid the user to click on it ?
thanks
wxDialog modal/modeless
wxDialog modal/modeless
spectrum