> > This is exactly why I have shied away from any general object framework
> for Palm Apps.
> >
> > * There are so many uses and considerations to take.
> > * It overall bloats the code.
> > * There are plenty of object like application environments out there
> already (Sat. Forms comes to mind)
> > * Most of all, it is already quick and easy to write a Palm app
> so I don't
> see much of an incentive to speed up the code.
> >
> > Steve
> >
>
> Agreed, I shy away from frameworks to avoid code bloat.

A framework does not have to induce too much code bloat.  I have a
frameworks I developed where the UI objects are just subclasses of the
PalmOS controls so you can just cast a FieldType* to a PField* and use the
methods.  It pretty much compiles down to the same object code and the
linker strips out any methods that aren't being used.  With my 170K app I
pay about a 20K penalty.  Well worth the increased maintainability.

Scott Maxwell
Quik Sense Software


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to