From sal.scotto at gmail.com Thu Nov 10 16:03:05 2005 From: sal.scotto at gmail.com (Sal Scotto) Date: Thu, 10 Nov 2005 16:03:05 -0500 Subject: [Wxruby-users] wxRuby on osx tiger and ruby 1.8 Message-ID: <431cdf710511101303t6971bf7en1b9ba51914c4adf3@mail.gmail.com> Does anyone have a dmg image or .bundle of wxRuby built against wxwindows 2.4/2.5/2.6 and Ruby 1.8? I attempted to build all the parts with not much success. -- -- I am not a number I am a man! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/wxruby-users/attachments/20051110/c50ecb13/attachment.htm From alex at pressure.to Thu Nov 10 16:28:56 2005 From: alex at pressure.to (Alex Fenton) Date: Thu, 10 Nov 2005 21:28:56 +0000 Subject: [Wxruby-users] wxRuby on osx tiger and ruby 1.8 In-Reply-To: <431cdf710511101303t6971bf7en1b9ba51914c4adf3@mail.gmail.com> References: <431cdf710511101303t6971bf7en1b9ba51914c4adf3@mail.gmail.com> Message-ID: <4373BB98.60802@pressure.to> Hi Sal Sal Scotto wrote: > Does anyone have a dmg image or .bundle of wxRuby built against > wxwindows 2.4/2.5/2.6 and Ruby 1.8? > I've built both wxruby and wxruby2 against 1.8, wx 2.6 on OS X 10.3. For OS X WxWidgets 2.6 is better than 2.4 - which means you are best using wxruby2, which supports this version. I can happily send you a wxruby2.bundle, but it's a little dated (Sept/Oct CVS HEAD). It'd be better to build an up-to-date if poss, and also for 10.4 > I attempted to build all the parts with not much success. > Perhaps you could post the problem you've run into - there are a few people using OS X so hope we can help you track down the problem, alex From sal.scotto at gmail.com Thu Nov 10 17:36:10 2005 From: sal.scotto at gmail.com (Sal Scotto) Date: Thu, 10 Nov 2005 17:36:10 -0500 Subject: [Wxruby-users] wxRuby on osx tiger and ruby 1.8 In-Reply-To: <4373BB98.60802@pressure.to> References: <431cdf710511101303t6971bf7en1b9ba51914c4adf3@mail.gmail.com> <4373BB98.60802@pressure.to> Message-ID: <431cdf710511101436g41911aeav48957323472b6ce6@mail.gmail.com> I had slews of compiler errors, I search long and hard trying to find fixes, but had little luck. Buildign via darwinports fails badly. Does wxruby2 support draop and drop yet ? Thats the biggest feature im using (cross platform ruby app) the bundle would be appreciated On 11/10/05, Alex Fenton wrote: > > Hi Sal > > Sal Scotto wrote: > > > Does anyone have a dmg image or .bundle of wxRuby built against > > wxwindows 2.4/2.5/2.6 and Ruby 1.8? > > > I've built both wxruby and wxruby2 against 1.8, wx 2.6 on OS X 10.3. For > OS X WxWidgets 2.6 is better than 2.4 - which means you are best using > wxruby2, which supports this version. > > I can happily send you a wxruby2.bundle, but it's a little dated > (Sept/Oct CVS HEAD). It'd be better to build an up-to-date if poss, and > also for 10.4 > > > I attempted to build all the parts with not much success. > > > Perhaps you could post the problem you've run into - there are a few > people using OS X so hope we can help you track down the problem, > > alex > _______________________________________________ > wxruby-users mailing list > wxruby-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/wxruby-users > -- -- I am not a number I am a man! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/wxruby-users/attachments/20051110/1804a064/attachment.htm From alex at pressure.to Fri Nov 11 00:27:57 2005 From: alex at pressure.to (Alex Fenton) Date: Fri, 11 Nov 2005 05:27:57 +0000 Subject: [Wxruby-users] wxRuby on osx tiger and ruby 1.8 In-Reply-To: <431cdf710511101436g41911aeav48957323472b6ce6@mail.gmail.com> References: <431cdf710511101303t6971bf7en1b9ba51914c4adf3@mail.gmail.com> <4373BB98.60802@pressure.to> <431cdf710511101436g41911aeav48957323472b6ce6@mail.gmail.com> Message-ID: <43742BDD.8070103@pressure.to> > I had slews of compiler errors, I search long and hard trying to find > fixes, but had little luck. Just compiled CVS HEAD on OS X 10.3 - I'll send you the bundle off-list. It'd still be useful if you could post the errors you got though, just in case there's a problem with Tiger. > Buildign via darwinports fails badly. Haven't tried it -- I have ruby 1.8.2, swig 1.3.25, wxwidgets 2.6.2 all built from source. Dunno if anyone has had success with this? > Does wxruby2 support draop and drop yet ? Thats the biggest feature im > using (cross platform ruby app) I might be wrong, but I don't think the relevant classes (DropSource, DropTarget, DataObject etc) are available yet. Just for list reference - though the bundle seems to work OK, I got a lot of warnings of this type, which I haven't seen before on OS X / wxruby: swig/classes/include/wxBitmapButton.h:9: Warning(471): Unable to use return type wxPoint in director method wxBitmapButton::ScreenToClient (skipping method). (similarly for lots of methods, with return type wxPoint, wxSize, wxRect, wxRegion, wxString, wxColour) alex From artooro at gmail.com Mon Nov 14 11:34:46 2005 From: artooro at gmail.com (Arthur Wiebe) Date: Mon, 14 Nov 2005 16:34:46 +0000 Subject: [Wxruby-users] Error when building on OSX 10.4/wxWidgets 2.7 Message-ID: I've installed ruby 1.8.3, wxWidgets 2.6-cvs, and swig 1.3.27. When running rake here's the error I get: src/App.cpp:1419: error: 'CreateLogTarget' is not a member of 'wxRubyApp'src/App.cpp: In function 'VALUE _wrap_App_CreateLogTarget(int, VALUE*, VALUE)':src/App.cpp:1612: error: 'class wxRubyApp' has no member named 'CreateLogTarget'rake aborted!Command failed with status (1): [g++ -c -I/Users/arthur/wxWidgets/include -...] From wxruby at qualitycode.com Wed Nov 16 09:00:49 2005 From: wxruby at qualitycode.com (Kevin Smith) Date: Wed, 16 Nov 2005 09:00:49 -0500 Subject: [Wxruby-users] Error when building on OSX 10.4/wxWidgets 2.7 In-Reply-To: References: Message-ID: <437B3B91.7040509@qualitycode.com> Arthur Wiebe wrote: > I've installed ruby 1.8.3, wxWidgets 2.6-cvs, and swig 1.3.27. > When running rake here's the error I get: > src/App.cpp:1419: error: 'CreateLogTarget' is not a member of 'wxRubyApp'src/App.cpp: In function 'VALUE _wrap_App_CreateLogTarget(int, VALUE*, VALUE)':src/App.cpp:1612: error: 'class wxRubyApp' has no member named 'CreateLogTarget'rake aborted!Command failed with status (1): [g++ -c -I/Users/arthur/wxWidgets/include -...] Apparently App#create_log_target has become deprecated in wxwidgets, and apparently it was not compiled in to your wxwidgets build. This might be because your wxwidgets was compiled without 2.4 compatibility, or without logging support. Regardless of the reason, the simple fix is to modify wxruby2/swig/classes/app.i and delete the line that says: virtual wxLog* CreateLogTarget() ; (it's line 158 in the copy of app.i that I'm looking at right now). I'll try to make this change myself in the official wxruby2 tree at some point. We don't need to support deprecated wx methods. Kevin From wxruby at qualitycode.com Wed Nov 16 09:02:45 2005 From: wxruby at qualitycode.com (Kevin Smith) Date: Wed, 16 Nov 2005 09:02:45 -0500 Subject: [Wxruby-users] wxRuby on osx tiger and ruby 1.8 In-Reply-To: <43742BDD.8070103@pressure.to> References: <431cdf710511101303t6971bf7en1b9ba51914c4adf3@mail.gmail.com> <4373BB98.60802@pressure.to> <431cdf710511101436g41911aeav48957323472b6ce6@mail.gmail.com> <43742BDD.8070103@pressure.to> Message-ID: <437B3C05.7070600@qualitycode.com> Alex Fenton wrote: > Just for list reference - though the bundle seems to work OK, I got a > lot of warnings of this type, which I haven't seen before on OS X / wxruby: > > swig/classes/include/wxBitmapButton.h:9: Warning(471): Unable to use > return type wxPoint in director method wxBitmapButton::ScreenToClient > (skipping method). > > (similarly for lots of methods, with return type wxPoint, wxSize, > wxRect, wxRegion, wxString, wxColour) This is a known problem on all platforms. SWIG automatically handles returns of object pointers, but not returns of actual objects like these. We need to add typemaps for each returned class, to create a new ruby object of the appropriate type. Kevin From artooro at gmail.com Wed Nov 16 09:48:23 2005 From: artooro at gmail.com (Arthur Wiebe) Date: Wed, 16 Nov 2005 14:48:23 +0000 Subject: [Wxruby-users] Error when building on OSX 10.4/wxWidgets 2.7 In-Reply-To: <437B3B91.7040509@qualitycode.com> References: <437B3B91.7040509@qualitycode.com> Message-ID: > Apparently App#create_log_target has become deprecated in wxwidgets, and> apparently it was not compiled in to your wxwidgets build. This might be> because your wxwidgets was compiled without 2.4 compatibility, or> without logging support.>> Regardless of the reason, the simple fix is to modify> wxruby2/swig/classes/app.i and delete the line that says:>> virtual wxLog* CreateLogTarget() ;>> (it's line 158 in the copy of app.i that I'm looking at right now).>> I'll try to make this change myself in the official wxruby2 tree at some> point. We don't need to support deprecated wx methods.>> Kevin> _______________________________________________ OK, after that I get another error: src/BitmapButton.cpp: In member function 'virtual voidSwigDirector_wxBitmapButton::SetTitle(const wxString&)':src/BitmapButton.cpp:2078: error: 'SetTitle' is not a member of 'wxWindow'rake aborted!Command failed with status (1): [g++ -c -I/Users/arthur/wxWidgets/include -...] So I guess the same thing can be done there. But actually it lookslike you're trying to use SetTitle on wxBitmapButton which is notallowed. This method is only applicable to frames and dialogsaccording to the wxWidgets docs for 2.6.2.You should be using SetLabel. From artooro at gmail.com Wed Nov 16 11:19:56 2005 From: artooro at gmail.com (Arthur Wiebe) Date: Wed, 16 Nov 2005 16:19:56 +0000 Subject: [Wxruby-users] Error when building on OSX 10.4/wxWidgets 2.7 In-Reply-To: <437B3B91.7040509@qualitycode.com> References: <437B3B91.7040509@qualitycode.com> Message-ID: > I'll try to make this change myself in the official wxruby2 tree at some> point. We don't need to support deprecated wx methods.> I just want to note that it does work fine using wxWidgets 2.6.2.Although there is a warning saying this method is deprecated.Also when using the CVS version of wxWidgets there are a lot of errorsabout SetTitle. But not when using wx2.6.2. So it might be a bug inwxwidgets. From alex at pressure.to Wed Nov 23 12:19:37 2005 From: alex at pressure.to (Alex Fenton) Date: Wed, 23 Nov 2005 17:19:37 +0000 Subject: [Wxruby-users] Wx::SystemSettings Message-ID: <4384A4A9.9050709@pressure.to> Hi all Please find attached files to implement (much of) Wx::SystemSettings for wxruby2. I really just wanted to be able to get screen width and screen height, but there's lots of other stuff there too; the sample file provides a listing of what's avaiable, with descriptions. With this email * patch to typemap.i * patch to RubyConstants.i * new SystemSettings.i file for swig/classes * new sample file for samples/system_settings/ There's a few wrinkles that are beyond me: 1) The wx header file in wxruby2 CVS tree seems to be missing some methods listed elsewhere: SystemSettings::GetScreenType (listed in 2.6 docs & my wx header file, settings.h), and SystemSettings::HasFeature (in header files, not in docs though) 2) Wx::SystemSettings.get_colour(xxx) segfaults for me (OS X 10.3) on a few of the constants listed in the docs. I have commented these out in the sample file for now, and the rest work as expected. For reference, running this in gdb I get the following error with the bad colours: Program received signal EXC_BAD_ACCESS, Could not access memory. 0x02da4c04 in wxColour::wxColour(wxColour const&) () 3) Wx::SystemSettings.get_font(xxx) segfaults for me for any value, so I have %ignored it for now in the .i file. For reference, gdb reports: Program received signal EXC_BAD_ACCESS, Could not access memory. 0x02d83d68 in wxObject::Ref(wxObject const&) () all the best alex -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: typemap.patch Url: http://rubyforge.org/pipermail/wxruby-users/attachments/20051123/fe5e1bd9/typemap.bat -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: RubyConstants.patch Url: http://rubyforge.org/pipermail/wxruby-users/attachments/20051123/fe5e1bd9/RubyConstants.bat -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: SystemSettings.i Url: http://rubyforge.org/pipermail/wxruby-users/attachments/20051123/fe5e1bd9/SystemSettings.bat -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: system_settings.rb Url: http://rubyforge.org/pipermail/wxruby-users/attachments/20051123/fe5e1bd9/system_settings.bat From alex at pressure.to Fri Nov 25 02:38:55 2005 From: alex at pressure.to (Alex Fenton) Date: Fri, 25 Nov 2005 07:38:55 +0000 Subject: [Wxruby-users] Wx::SystemSettings In-Reply-To: <4384A4A9.9050709@pressure.to> References: <4384A4A9.9050709@pressure.to> Message-ID: <4386BF8F.9010309@pressure.to> Alex Fenton wrote: > 2) Wx::SystemSettings.get_colour(xxx) segfaults for me (OS X 10.3) on > a few of the constants listed in the docs. > > 3) Wx::SystemSettings.get_font(xxx) segfaults for me for any value, so > I have %ignored it for now in the .i file. A post on the wxwidgets list pointed out that trying to use GetColour static function without an inited App is not recommended, and causes segfaults. Turns out this was the problem with GetFont, so this class can be ported completely. Please don't commit for now, I'll resubmit shortly with a sample which works and the %ignore removed. Would be nice if WxWidgets did something more informative than segfaulting. alex From alex at pressure.to Fri Nov 25 18:35:33 2005 From: alex at pressure.to (Alex Fenton) Date: Fri, 25 Nov 2005 23:35:33 +0000 Subject: [Wxruby-users] Wx::SystemSettings mark II Message-ID: <43879FC5.9010107@pressure.to> hi patches and files for Wx::SystemSettings, with get_font included in swig file and a sample that doesn't segfault wxruby. CVS patches: RubyConstants.i, type_map.i CVS new: system_settings.rb (sample) SystemSettings.i (SWIG file) The sample should allow you to view the available information about system colours, fonts and metrics (eg cursor size, display size) in a Grid. Incidentally, there seems to be a bug in Wx::Grid - when I double-click on a grid cell, I get samples/system_settings/system_settings.rb:245:in `get_text_extent': No matching function for overloaded 'wxWindow_GetTextExtent' (ArgumentError) from samples/system_settings/system_settings.rb:245:in `main_loop' from samples/system_settings/system_settings.rb:245 There's no explicit call to get_text_extent, so maybe something getting called by Wx that isn't wrapped as expected? cheers alex -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: typemap.patch Url: http://rubyforge.org/pipermail/wxruby-users/attachments/20051125/4b78d8eb/typemap-0001.bat -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: RubyConstants.patch Url: http://rubyforge.org/pipermail/wxruby-users/attachments/20051125/4b78d8eb/RubyConstants-0001.bat -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: system_settings.rb Url: http://rubyforge.org/pipermail/wxruby-users/attachments/20051125/4b78d8eb/system_settings-0001.bat -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: SystemSettings.i Url: http://rubyforge.org/pipermail/wxruby-users/attachments/20051125/4b78d8eb/SystemSettings-0001.bat From alex at pressure.to Fri Nov 25 20:28:08 2005 From: alex at pressure.to (Alex Fenton) Date: Sat, 26 Nov 2005 01:28:08 +0000 Subject: [Wxruby-users] new textctrl sample Message-ID: <4387BA28.4090607@pressure.to> Hi An updated textctrl sample, with rich text and a bit more commenting and current ruby style. I haven't done as patch b/c it's from scratch. I'm working on something similar to show off Wxruby's new unicode features. It all works pretty smoothly, with a few patches to typemap.i to make string return values work with multibyte characters (I'll send these over with the sample). Good support for UTF-8 is a big attraction (for me at least) for wxruby2. cheers alex -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: textctrl.rb Url: http://rubyforge.org/pipermail/wxruby-users/attachments/20051126/1c4b4eaa/textctrl.bat From roys at mindspring.com Sat Nov 26 00:33:48 2005 From: roys at mindspring.com (Roy Sutton) Date: Sat, 26 Nov 2005 00:33:48 -0500 Subject: [Wxruby-users] Wx::SystemSettings mark II In-Reply-To: <43879FC5.9010107@pressure.to> References: <43879FC5.9010107@pressure.to> Message-ID: <4387F3BC.6090605@mindspring.com> Alex Fenton wrote: > Incidentally, there seems to be a bug in Wx::Grid - when I > double-click on a grid cell, I get > > samples/system_settings/system_settings.rb:245:in `get_text_extent': > No matching function for overloaded 'wxWindow_GetTextExtent' > (ArgumentError) > from samples/system_settings/system_settings.rb:245:in `main_loop' > from samples/system_settings/system_settings.rb:245 > > There's no explicit call to get_text_extent, so maybe something > getting called by Wx that isn't wrapped as expected? > This is a known bug and I suppose once we all get back to working on wxRuby again we'll tackle the last of these problems. From alex at pressure.to Mon Nov 28 15:14:07 2005 From: alex at pressure.to (Alex Fenton) Date: Mon, 28 Nov 2005 20:14:07 +0000 Subject: [Wxruby-users] WxRuby2 Unicode Message-ID: <438B650F.1070705@pressure.to> Hi Please find some bits n pieces for CVS for Wxruby2's unicode support 1) a patch for typemap.i (typemap_unicode.patch) - this makes methods that return strings (eg TextCtrl#get_value) return them as proper UTF8 strings. Currently, if the strings contain non-latin characters, an empty string is returned. This should only affect unicode builds, according to the method docs. 2) a sample (unicode.rb) and accompanying sample text file (utf8.txt) that exercises some of the unicode features, such as displaying controls with non-latin characters, and input/output of UTF-8 strings. If the iconv library is installed, it also has a set of menu options for importing and exporting text files in various encodings. It's intended to show how easy writing international apps can be using just ruby's stdlibs and wx. Thanks to Kevin for kicking this off - hope this can be a real selling point for wx as a GUi for ruby. cheers alex -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: unicode.rb Url: http://rubyforge.org/pipermail/wxruby-users/attachments/20051128/e36f2519/unicode.bat -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: utf8.txt Url: http://rubyforge.org/pipermail/wxruby-users/attachments/20051128/e36f2519/utf8.txt -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: typemap_unicode.patch Url: http://rubyforge.org/pipermail/wxruby-users/attachments/20051128/e36f2519/typemap_unicode.bat From wxruby at qualitycode.com Mon Nov 28 20:06:34 2005 From: wxruby at qualitycode.com (Kevin Smith) Date: Mon, 28 Nov 2005 20:06:34 -0500 Subject: [Wxruby-users] Wx::SystemSettings mark II In-Reply-To: <43879FC5.9010107@pressure.to> References: <43879FC5.9010107@pressure.to> Message-ID: <438BA99A.2020407@qualitycode.com> Alex Fenton wrote: > hi > > patches and files for Wx::SystemSettings, with get_font included in swig > file and a sample that doesn't segfault wxruby. Very nice, thanks. It's in. I put the sample in etc/ > Incidentally, there seems to be a bug in Wx::Grid - when I double-click > on a grid cell, I get > > samples/system_settings/system_settings.rb:245:in `get_text_extent': No > matching function for overloaded 'wxWindow_GetTextExtent' (ArgumentError) > from samples/system_settings/system_settings.rb:245:in `main_loop' > from samples/system_settings/system_settings.rb:245 > > There's no explicit call to get_text_extent, so maybe something getting > called by Wx that isn't wrapped as expected? As Roy mentioned, we need to handle GetTextExtent specially. Hopefully we can just add a method to the %extend area in the .i file which calls the wx method, then packages the results into a ruby array to return. That's how you can say x,y = some_function() right? We should probably match the Python approach and have two methods. Kevin From wxruby at qualitycode.com Mon Nov 28 20:16:07 2005 From: wxruby at qualitycode.com (Kevin Smith) Date: Mon, 28 Nov 2005 20:16:07 -0500 Subject: [Wxruby-users] new textctrl sample In-Reply-To: <4387BA28.4090607@pressure.to> References: <4387BA28.4090607@pressure.to> Message-ID: <438BABD7.70806@qualitycode.com> Alex Fenton wrote: > Hi > > An updated textctrl sample, with rich text and a bit more commenting and > current ruby style. I haven't done as patch b/c it's from scratch. Sweet. It's in. Kevin From wxruby at qualitycode.com Mon Nov 28 22:15:53 2005 From: wxruby at qualitycode.com (Kevin Smith) Date: Mon, 28 Nov 2005 22:15:53 -0500 Subject: [Wxruby-users] WxRuby2 Unicode In-Reply-To: <438B650F.1070705@pressure.to> References: <438B650F.1070705@pressure.to> Message-ID: <438BC7E9.9020407@qualitycode.com> Alex Fenton wrote: > Please find some bits n pieces for CVS for Wxruby2's unicode support That is totally cool! It's in. Kevin From joaopedrosa at gmail.com Wed Nov 30 15:30:34 2005 From: joaopedrosa at gmail.com (Joao Pedrosa) Date: Wed, 30 Nov 2005 17:30:34 -0300 Subject: [Wxruby-users] No matching function for overloaded 'wxWindow_GetTextExtent' on Linux Message-ID: Hi guys, I get this error when I try to edit an item in the grid: dewd at marieta:/mnt/workspace/tpl_src/src/wxruby2/samples/etc$ ruby system_settings.rb Our Initialize was called Their Initialize returned 1 system_settings.rb:245:in `get_text_extent': No matching function for overloaded 'wxWindow_GetTextExtent' (ArgumentError) from system_settings.rb:245 I have been getting this consistently on Ubuntu Breezy, wxRuby2 from CVS and Darcs (I tested both just in case :-). wxWidgets is 2.6.2. GTK+ 2.8.6. Any idea? Thanks. Cheers, Joao -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/wxruby-users/attachments/20051130/0506fe30/attachment.htm From alex at pressure.to Wed Nov 30 15:37:20 2005 From: alex at pressure.to (Alex Fenton) Date: Wed, 30 Nov 2005 20:37:20 +0000 Subject: [Wxruby-users] No matching function for overloaded 'wxWindow_GetTextExtent' on Linux In-Reply-To: References: Message-ID: <438E0D80.5020509@pressure.to> Hi Joao This is a known issue - there's currently a problem with the SWIG mapping of some Wx methods that should return multiple values to ruby (as Wx::Window#get_text_extent) Unfortunately Wx::Grid calls this method by default when you start editing a grid cell item (all platforms). So Wx::Grid crashes for now in CVS HEAD - but it's something that should be fixed before too long. cheers alex Joao Pedrosa wrote: > Hi guys, > > I get this error when I try to edit an item in the grid: > > dewd at marieta:/mnt/workspace/tpl_src/src/wxruby2/samples/etc$ ruby > system_settings.rb > Our Initialize was called > Their Initialize returned 1 > system_settings.rb:245:in `get_text_extent': No matching function for > overloaded 'wxWindow_GetTextExtent' (ArgumentError) > from system_settings.rb:245 > > I have been getting this consistently on Ubuntu Breezy, wxRuby2 from > CVS and Darcs (I tested both just in case :-). > > wxWidgets is 2.6.2. > GTK+ 2.8.6. > > Any idea? > > Thanks. > > Cheers, > Joao > >------------------------------------------------------------------------ > >_______________________________________________ >wxruby-users mailing list >wxruby-users at rubyforge.org >http://rubyforge.org/mailman/listinfo/wxruby-users > >