I have designed a dialog using the class designer, and am wanting to use 
it as a modal dialog from my app wizard created application.

I have the following lines to create the dialog:

             frm = dabo.ui.createForm(filename)
             frm.Parent = app.MainForm
             frm.showModal()

Unfortunately there are the following issues:
1) the dialog has its own copy of the DABO menus (it should have no menu 
bar)
2) it does not block the main application


Issue (1) exists if I create a non-modal form, and as I am running on 
Windows as an MDI application the form should not have its own menus.


I hope that this helps.

regards,
Richard Appleton


PS. as mentioned before I have an issue with the handling of NULL values 
by the datanav classes - is there any solution to this?

(Issue is translation of NULL database value to Python NONE to "None" in 
display, then DABO thinks the value has been changed and writes "None" 
to database)

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

Reply via email to