Re: [dabo-users] putting together an app

2009-08-28 Thread John
On Thursday 27 August 2009 03:06:10 pm jpoorra...@aol.com wrote: And furthermore, how would we substitute our own forms created in the CD,   since these are not python code but rather cdxml? Can we use the   dabo.ui.createForm function somehow?     And as a more general question, what's the

Re: [dabo-users] putting together an app

2009-08-28 Thread Ed Leafe
On Aug 27, 2009, at 6:06 PM, jpoorra...@aol.com wrote: Question: how do the forms, (which exist in the ui directory as FrmRuns.py and FrmTubes.py), get into the app.ui? I've tried to trace through the program to see where these forms might be picked up and made part of the app.ui,

Re: [dabo-users] putting together an app

2009-08-28 Thread Paul McNett
Ed Leafe wrote: On Aug 27, 2009, at 6:06 PM, jpoorra...@aol.com wrote: And furthermore, how would we substitute our own forms created in the CD, since these are not python code but rather cdxml? Can we use the dabo.ui.createForm function somehow? Exactly. If the form was in the ui

[dabo-users] putting together an app

2009-08-27 Thread JpoorRandP
Dabo group: We've figured out a few things with forms, dialogs, bizobjs, data controls, etc., and now we're trying to put together the outlines a complete application. One thing missing is how to construct our own sort of menu, and Paul has pointed us to the AppWizard application