I'm trying to use the subclass feature of XmlResource and looked at the demo XmlResourceSubclass to figure out how to do it. But I can't get mine to work. But then I realized that the demo has the critical line commented out and appears to fake it. It doesn't really use the XmlResource at all, does it?
Does XmlResourceSubclass work? Is there a working example of its use?
This doesn't answer both your questions, but from what I understand XRC does work...
Eggert Jon Magnusson wrote:
Maybe it's just me, but it seems that the XmlResourceSubclass example
actually isn't using XRC?
Correct. I had been trying to track down some problems and forgot to put the XRC loading code back in place before the release. The current version in CVS is loading the panel from XRC.
Gary Bishop wrote:
···
On 5/5/2004 1:22 PM Robin Dunn wrote:
I'm trying to use the subclass feature of XmlResource and looked at the demo XmlResourceSubclass to figure out how to do it. But I can't get mine to work. But then I realized that the demo has the critical line commented out and appears to fake it. It doesn't really use the XmlResource at all, does it?
Does XmlResourceSubclass work? Is there a working example of its use?
Thanks
gb
---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org
I'm trying to use the subclass feature of XmlResource and looked at the demo XmlResourceSubclass to figure out how to do it. But I can't get mine to work. But then I realized that the demo has the critical line commented out and appears to fake it. It doesn't really use the XmlResource at all, does it?
Does XmlResourceSubclass work? Is there a working example of its use?
Yes. Joe quoted my other message where I explained why that sample was in the state it is. It's since been corrected in CVS.