From: Kevin A. <al...@se...> - 2004-05-20 17:07:57
|
On May 19, 2004, at 3:43 PM, Tim Black wrote: > I need to go back to pure wxPython to be able to use some controls not=20= > yet supported in PCP. I=92d like to be able to (automatically) convert=20= > some of my .rsrc.py files to .xrc format to import into a wxPython=20 > app. Is there a way to convert a .rsrc.py to a .xrc file? > No such beast exists, but it would be really useful if someone wants=20 to start working on it. If PythonCard was going to support XRC in the=20 future we'll need it and I would then be more inclined to look into the=20= custom loading code and resourceEditor support that would be necessary=20= for each component if XRC was used. The more difficult problem of parsing XRC files to pull out all the=20 relevant info could be saved for later. ka |