noreply at rubyforge.org
2011-Jan-21 09:46 UTC
[wxruby-development] [ wxruby-Bugs-28872 ] xrcise generates stupid code
Bugs item #28872, was opened at 2011-01-21 09:46
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=218&aid=28872&group_id=35
Category: Incorrect behavior
Group: wxSugar
Status: Open
Resolution: None
Priority: 3
Submitted By: Florian Hars (fhars)
Assigned to: Nobody (None)
Summary: xrcise generates stupid code
Initial Comment:
The constructor for every generated class calls xml.load("foo.xrc"),
which means that every time you instantiate a new dialog or something, the xrc
is reloaded and lots of memory (easily a few hundred KB for each opened window)
is leaked.
----------------------------------------------------------------------
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=218&aid=28872&group_id=35