Ticket #1035 (closed enhancement: fixed)

Opened 1 year ago

Last modified 1 year ago

Modal dForm

Reported by: paul Assigned to: paul
Priority: major Milestone: 0.8.3
Component: ui Version:
Keywords: Cc:

Description

wx.Frame cannot be made truly modal, but there are cases where a modal form is desired. Put in some magic that instantiates a dDialog instead of a dForm if the form's Modal property is set to True.

Attachments

modal_dForm.patch (4.6 kB) - added by paul on 04/04/2007 12:30:12 AM.

Change History

04/03/2007 10:53:43 AM changed by paul

  • type changed from task to enhancement.

04/03/2007 10:58:16 AM changed by paul

  • owner changed from somebody to paul.
  • status changed from new to assigned.

I'll do this, along with #1034.

04/04/2007 12:27:48 AM changed by paul

Ok, I've succeeded at getting this working, I think. At least, it works for me. I'm not going to commit anything until after 0.8 is released though, just in case I've overlooked something major. I'll attach the patch from my other computer in a minute.

04/04/2007 12:30:12 AM changed by paul

  • attachment modal_dForm.patch added.

04/04/2007 10:49:03 PM changed by paul

  • status changed from assigned to closed.
  • resolution set to fixed.

Complete in [3033].