This implements the wxCursor demo and includes a patch to RubyConstants.i needed to make the cursors work right. pointy.png goes into the icons directory Roy _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
Committed, thank you. I edited the sample panel to use sizers as some text was overlapping. Also, I am getting a segfault when I select the custom cursor. Program received signal EXC_BAD_ACCESS, Could not access memory. 0x031b2a30 in wxCursor::CreateFromImage(wxImage const&) () alex Roy Sutton wrote:> This implements the wxCursor demo and includes a patch to > RubyConstants.i needed to make the cursors work right. pointy.png > goes into the icons directory > > Roy
Alex Fenton wrote:> Committed, thank you. I edited the sample panel to use sizers as some > text was overlapping. >Good. They used sizers but since we didn''t have GridBagSizer yet I just left it alone.> Also, I am getting a segfault when I select the custom cursor. > > Program received signal EXC_BAD_ACCESS, Could not access memory. > 0x031b2a30 in wxCursor::CreateFromImage(wxImage const&) () >Hmm. Odd. Might be one to track down later.
Maybe Matching Threads
- [990] branches/wxruby2/wxwidgets_282/samples/bigdemo/wxCursor.rbw: Use paint block instead of ClientDC; load icon file safely
- [827] trunk/wxruby2/swig: Moved NULL objects into constants so they can be used for default args
- sizer support for colspan > 1?
- Patch to fix ArtProvider and ArtProvider sample
- Re: new RubyConstants.i