I've been playing around with dabo and have created a nice screen design
using the class designer. There were one or two idiosyncrasies with the xml
which i ironed out by hand and i find that if i run the code below i get
myself a pretty screen. But... part of my form design includes a button.
Where do i put the onhit code ? I would rather include it within my program
rather than as part of the cdxml file. Where and how is all i need to know.


testmycode.py



   app = dabo.dApp(MainFormClass='testSearchLayout.cdxml')
   app.setup()

   frm = dabo.ui.createForm('testSearchLayout.cdxml')

   frm.show()

   app.start()


--- 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/dabo-users/[EMAIL PROTECTED]

Reply via email to