i'm interested in using wxpython with xrc. i've tried wxglade, xrced and wxdialogs, but i still don't feel comfortable using it yet because the xrc widget set does't seem to include all the widgets. how many people here are using xrc? what xrc editor are you using? are you coding in a mixed style, some controls using xrc and some controls all in your python code?
i'm interested in using wxpython with xrc. i've tried wxglade, xrced and
wxdialogs, but i still don't feel comfortable using it yet because the xrc
widget set does't seem to include all the widgets. how many people here are
using xrc? what xrc editor are you using? are you coding in a mixed style,
some controls using xrc and some controls all in your python code?
I'm using xrced. I usually code all widgets using XRC, there is only one
exception for a widget for which xrced doesn't propose the flags I want.
xrced has its own quirks and limitations (*), but I feel it's better
than hand-coding it in Python anyway.
((*) but my app is quite simple so I seldom bump into these limitations)
Regards
Antoine.
···
Le dimanche 13 février 2005 à 07:43 -0800, Bryan a écrit :