OK, 
 
I changed the line that calls the dialog:
 
from :
 
    dlg = dabo.ui.createForm("findRun3.cdxml",  self)
dlg.show()

to:
 
    dlg = dabo.ui.createForm("findRun3.cdxml", show=True,  parent=self)
#dlg.show()
 
(I saw these extra parameters on a post by Ed)
 
Now everything works fine!
 
Any explanations?




--- StripMime Report -- processed MIME parts ---
multipart/alternative
  text/plain (text body -- kept)
  text/html
---

_______________________________________________
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