[email protected] wrote:
> Modal forms are not really working. If you want modality you must use
> dialogs, but these will not support bizobjs.
> You can however, simulate modality to a *certain* extent, using
> FloatOnParent=True on the form.
> Best avoided.
>
> Miguel
I have created a menu option, clicking on which the user should open a 
Modal form. I wrote the following code based on the API documentation:

    ledgeraddForm = dabo.ui.createForm("ui/LedgerGroupAdd.cdxml", 
Modal=True)
    ledgeraddForm.show()

This code is working; a form is created from the cdxml file, which keeps 
the focus till it is closed and it also draws data through bizobjs. In 
fact, another menu option opens a form with Child-Parent relationship as 
well. So, I wonder why you suggest to avoid the Modal forms. (My 
platform is Ubuntu)

Manoharan



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/[email protected]

Reply via email to