Ed Leafe wrote:
Hey Paul,

I'm working on integrating the DataEnvWizard into the Designer in order to let users quickly layout fields from a table. So far so good, but when the wizard exits, the Designer form and all of its menus are disabled. I originally thought that the problem was that the wizard form is not based on dDialog, which is required for modal operation, so I tried switching that around, but while that correctly creates a wait state where the code calls wiz.start(), it doesn't fix the problem. This happens whether the wizard finishes or is exited early via the Cancel button.

Do you have any idea what could be causing this? I've been messing around with this for a couple of days, and nothing seems to work.

The behavior you describe would be caused by the instantiation of a wx.WindowDisabler... Does the disabling happen upon instantiation of the wizard or upon exit? Can you commit what you have so I have actual code to look at?

--
Paul McNett
http://paulmcnett.com
http://dabodev.com


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev

Reply via email to