On 10/04/2010 09:49 AM, John Fabiani wrote:
> On Monday, October 04, 2010 09:41:26 am Jeff Johnson wrote:
>    
>> I was having trouble creating an application from scratch.  No trouble
>> with Dabo - it was a snap.  The trouble was packaging it.  So I decided
>> to use the appwizard to create an application.  The question is can I
>> use a cdxml form as my main form?  How would I modify main.py to to do
>> that?  If not, how can I call a cdxml form as my default form in frmmain?
>>
>> The nice thing about the appwizard is that it has all of the setup stuff.
>>
>> TIA
>>      
> custFrm = dabo.ui.createForm("custfrm1.cdxml")
> custFrm.show()
>
> Johnf
>    

John:  That works great but the main form still comes up in the 
background and custFrm is not in it.  I would either want custFrm in the 
main form or custFrm without the main form.  When I try to call 
custFrm(app.MainForm).show() it gives me "dForm_60233 is not callable"




Jeff

-------------------

Jeff Johnson
[email protected]




_______________________________________________
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