Hi all A brief update on wxruby progress from the development list... The good news is - we tagged version 0.0.37. This includes some important new features, including: - Complete support for the printing framework (thanks to Sean Long) - Support for WxScintilla on OS X - DragImage and StdDialogButtonSizer classes added - various bugfixes and support for additional methods The bad news is - it doesn''t work perfectly on all platforms, so we''re not making a more public announcement - but we''d like to keep the users on this list in the loop. * Users on OS X should be fine - binary gems are available (though only powerpc includes Scintilla, for now). * The WINDOWS port seems to be running into some garbage collection crasher problems when running alongside rubygems. So there is no binary gem available, but if you have the compile chain set up you might want to try ''rake'' and ''rake install''. * LINUX/BSD etc GTK users should also be able to compile from source, but you may need to apply the following patch first: http://rubyforge.org/pipermail/wxruby-development/attachments/20061030/27f1625a/attachment.pl We''re working hard to iron out the memory bugs, and as usual your support through bug reports of crashes or weird behaviour is very welcome. cheers alex