using RADs in object-oriented way
Serge Boiko
boiko at demogr.mpg.de
Wed May 21 16:23:21 EDT 2003
On Wed, 21 May 2003 12:48:06 +0200, Paolo Invernizzi wrote:
> Serge Boiko wrote:
>> Hi, there,
> >
>> <snip>
>>
>> So my question is: how to deal with such a situation in an
>> object-oriented and reusable way, to separate RAD generated code for
>> manually coded stuff?
>
> I can advice you to check boa-constructor, a RAD IDE for python/zope
> based on wxPython.
>
> It has an interesting way to handle custom visual classes, like your
> MyButton, and mix it in RAD visual generated code (and LOT more!)
>
> More informations can be found in it's help file.
>
> ---
> Paolo Invernizzi
Thanks for your reply, Paolo. I will definetely try Boa Constructor as soon
as find some time to dedicate to wxPython. Currently I'm stuck with PyQt :-)
My question however is more general: what if
you decide to change something on the late phase of the
development and you don't want to mix RAD generated code with our own.
-Serge
More information about the Python-list
mailing list