>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 <laurent.laffont@gmail.com>
On Thu, Jan 12, 2012 at 11:07 AM, Denis Kudriashov <dionisiydk@gmail.com> wrote:
2012/1/12 St�phane Ducasse <stephane.ducasse@inria.fr>

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