On Jan 12, 2012, at 1:14 PM, Denis Kudriashov wrote:
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.
yes I see. Did you publish your code? So that we can have a look? Because I would like to have it more static because I remember that you used a lot properties.
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