How mature is xrc?

I'm new to wxPython and want to get started off on the right foot. I like using wxGlade to write the gui code and xrc sounds like a great idea. I'm working on a Postgresql DB Manager/Query Tool and don't want to get in too deep and find out that xrc is not ready for the task yet. So should I start using xrc now or should I use python?

Also I would like to learn good practices. I'm currently sifting through the docs, wiki, and newsgroup. If there are any 'must reads', I sure would like to know. I want to get started off on the right foot and I'm willing to invest some time and energy to do it right.

Randall

XRC is pretty mature. I couldn't find an error in it yet, and I'm using it in
a mission critical application in the finance industry.
Check out the demo and the wx documentation about xml handlers - you will need
them for customized dialogs.

I'm new to wxPython and want to get started off on the right foot. I
like using wxGlade to write the gui code and xrc sounds like a great
idea. I'm working on a Postgresql DB Manager/Query Tool and don't want
to get in too deep and find out that xrc is not ready for the task yet.
  So should I start using xrc now or should I use python?

Also I would like to learn good practices. I'm currently sifting
through the docs, wiki, and newsgroup. If there are any 'must reads', I
sure would like to know. I want to get started off on the right foot
and I'm willing to invest some time and energy to do it right.

Randall

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwindows.org
For additional commands, e-mail: wxPython-users-help@lists.wxwindows.org

- --
  UC

- --
Open Source Solutions 4U, LLC 2570 Fleetwood Drive
Phone: +1 650 872 2425 San Bruno, CA 94066
Cell: +1 650 302 2405 United States
Fax: +1 650 872 2417

ยทยทยท

On Tuesday 07 October 2003 07:59 pm, Randall Smith wrote: