>From reusable components I want two main things - ability to change appearance and behavior of component when I use it iniside different component - ability to subclass component and specify different appearance and behavior for created child component class
"Mainstream UI designer-approaches" does not get me this stuff. So it is forced me to copy UI code again and again and stop object programming. 2012/1/12 laurent laffont <[email protected]> > On Thu, Jan 12, 2012 at 11:07 AM, Denis Kudriashov > <[email protected]>wrote: > >> 2012/1/12 Stéphane Ducasse <[email protected]> >> >>> >>> but UI building is just one part of the story. If after you just get a >>> long initialize methods then nothing gets really reused. >>> >>> >> Yes, >> It is reason why I hate VisualStudio and Delphi approaches. It is >> imposible to create reusable components of user interface applications. >> > > ??? Haven't use Delphi for +4 years but from Delphi 3 -> 7 it was not > really hard to create reusable components, extend them and the IDE > itself...... > > Laurent >
