On Fri, Dec 12, 2008 at 5:32 AM,  <nicksta...@codesnippersteam.com> wrote:
> Yes. Exists. But for my case I need dialog without frame, that cannot be
> moved and main window should not have an ability to be activated while
> dialog is shown. Now when I show modal dialog I could click on the main
> window under and it will cover popup.
>
> Perhaps someone know how to attribute the dialog with mentioned behaviour?

Without a frame I'm not sure, but if you set the Dialog's TransientFor
property to the parent Window you want it to cover, clicking the
parent will instead raise both the parent and the Dialog, in that
order.  (In other words, it will never allow the parent, disabled
Window from being raised above the Dialog.)

-- 
Chris Howie
http://www.chrishowie.com
http://en.wikipedia.org/wiki/User:Crazycomputers
_______________________________________________
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to