noreply at rubyforge.org
2007-Jan-12 08:56 UTC
[Wxruby-development] [ wxruby-Bugs-7773 ] ObjectPreviouslyDeleted error when using custom ArtProvider
Bugs item #7773, was opened at 2007-01-12 08:56 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=7773&group_id=35 Category: Incorrect behavior Group: current Status: Open Resolution: None Priority: 4 Submitted By: Alex Fenton (brokentoy) Assigned to: Alex Fenton (brokentoy) Summary: ObjectPreviouslyDeleted error when using custom ArtProvider Initial Comment: According to the docs, it should be possible to define a custom subclass of ArtProvider that responds to create_bitmap, and add it to the sources used by ArtProvider by calling push_provider: Wx::ArtProvider.push_provider(MyArtProvider.new) Wx::ArtProvider.get_icon(''project'') However, this causes an ObjectPreviouslyDeleted error. ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=7773&group_id=35
Reasonably Related Threads
- [838] trunk/wxruby2/doc/textile/artprovider.txtl: Add methods listing; rubyify examples; distinguish class methods
- Patch to fix ArtProvider and ArtProvider sample
- [ wxruby-Bugs-12748 ] ObjectPreviouslyDeleted error when exiting bigdemo
- [1006] trunk/wxruby2/samples/bigdemo/wxArtProvider.rbw: ok method name changed to is_ok
- ArtProvider.i.patch