Page 1 of 1

Show Modal

PostPosted: Thu Dec 09, 2021 7:54 pm
by SBarnes
Is there a way to show a form/dialog modally from a menu item instead of as an mdi tab?

Re: Show Modal

PostPosted: Fri Dec 10, 2021 4:13 pm
by SBarnes
I think I've nutted this if I have a form the implements IJiwaForm and in Start call ShowDialog instead of Show, I should get what I want is this correct?

Re: Show Modal

PostPosted: Thu Dec 16, 2021 4:47 pm
by SBarnes
Bump

Re: Show Modal  Topic is solved

PostPosted: Thu Dec 16, 2021 6:06 pm
by Mike.Sheen
If that works for you, then great - but it's not something we've ever done before because we never had the need to make forms which are designed to be MDI child tabbed forms to be modal.