On Feb 28, 2007, at 8:41 PM, johnf wrote:

> Yes it works and it works well.  But often the change to the design  
> just does
> work with add slot.  Adding a control or moving control from grid  
> sizer does
> not come easy if I want to change the control in the middle of the  
> sizer.
> What I have done (just playing with stuff) is to first use the "add  
> from
> data" feature because it adds the bizobject.

        Of course, the plans are for a bizobj 'builder' from a given  
connection. I've deliberately not implemented it now, because it  
really need a full IDE environment.

> Then delete the controls and then add sizers and controls that  
> match my needs.  This works but I find it slow compared to the drag  
> and drop of VFP.

        Again, planned for the IDE.

> I have been hand coding UI's for
> dialogs (classdesigner does not support creating modal forms).

        A severe limitation of wxPython. Both Paul and I have tried to work  
with this, but it is simply too much of a hack to work with dialogs/ 
forms right now. I would much prefer that we had the ability to  
simply change a 'Modal' property, but it is very difficult to  
accomplish that in wxPython now.

> Handing code them has been very easy but does take time.  But it  
> also offers plenty of
> flexibility.  Using ClassDesigner takes about 10 min and hand  
> coding about an
> hour.

        Have you ever tried hand-editing the cdxml files? I do it all the  
time - just change the SlotCount property for a sizer, and then add a  
basic element for the control I want to insert. Save, and then launch  
the cdxml in the Class Designer to customize the added control. Works  
great!

-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users

Reply via email to