similar to: Patch to BusyInfo.i

Displaying 20 results from an estimated 60000 matches similar to: "Patch to BusyInfo.i"

2006 Aug 21
2
Patch to Calendar sample
This patch cleans up the calendar sample to follow the Ruby coding style. It also uses ID_ABOUT and ID_EXIT for the About and Quit menu item ID''s these allow wxWidgets to put the About and Quit menu in the correct location on Mac OS X. We should probably do this with all the samples. Sean _______________________________________________ wxruby-users mailing list
2006 Aug 12
7
Documentation for wxRuby
I have written an addon file for rake that turns the wxWidgets documentation into something much more Ruby like. The code has not been cleaned up or re-factored and needs some extra features added but it does quite a bit already. I have uploaded the generated documentation to my web site so people can view it. http://hailstonesoftware.com/_files/Ruby/wxruby/html/wx_contents.html. I also have a
2007 Apr 12
3
I''m looking for a wxwidgets interface builder which can output ruby code
Hi ! well i''m looking for a wxwidgets programming gui ( such as gtk/glade qt-designer ), which can output ruby code, i found wxglade, and wxdesigner, but both can''t output ruby files ... do you one ? ( which runs on linux ) thanks _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org
2006 Aug 12
5
Windows build?
I performed a get on the CVS WxRuby2; I have installed wxWidgets 2.6.3 and SWIG 1.3.29. Additionally I am running Visual Studio on Windows XP. When I run rake to compile I receive the following error. App.cpp c:\wxWidgets-2.6.3/include\wx/platform.h(190) : fatal error C1083: Cannot open include file: ''wx/setup.h'': No such file or directory rake aborted! Command failed with
2007 Oct 24
2
MediaCtrl?
Hi. First of all, thank you for your hard work - wxRuby (with wxSugar) is a wonderful tool! I have been playing with it on and off for a year or so for toy projects and really like it! I need to play mediafiles (mostly mp3s) from within an application. In wxwidgets (the c++) I can use wxMediaCtrl. As I understand it this class is not implemented in wxRuby - right? Is there a reason for this - is
2006 Aug 14
1
Patch for wxWindow.h
This patch updates a few existing methods so the signature matches the wxWidgets headers more exactly and also adds a bunch of missing methods. Sorry for the flood of patches but I was waiting for the pending patches to go thru before submitting these. This should be the last one for tonight. Sean _______________________________________________ wxruby-users mailing list
2010 Mar 13
3
[BUG] Menus on Snow Leopard not working correctly
I posted the following bug at http://rubyforge.org/tracker/index.php?func=detail&aid=27962&group_id=35&atid=218. Is anyone else dealing with this? > In running the 2.0.1 samples under OS X 10.6.2, some menu items do not appear as they should. > > For example: > * in the "minimal" sample, the "file" menu appears in the menu bar, but the individual items
2006 Oct 21
6
Window#paint patch
Attached is a patch and some extra files to fix our ObjectPreviouslyDeleted crasher with the paint method. As discussed, it just re-implements the method in Ruby. I created a directory lib/wx/classes as a place to hold Ruby extensions to the API. The attached app.rb and window.rb files should be added to it. When this patch is applied, files in that directory are automatically required on
2007 Nov 01
6
Universal Binary on OS X
Since the PPC Macs are no longer being produced and my PPC build machine is getting a little old I thought I would try making a universal version of the Mac OS X gem. After a little investigation it turned out to be surprisingly easy to do, just pass --enable-universal_binary when building wxWidgets and add -arch ppc -arch i386 to $extra_cppflags and $extra_ldflags in rakemacosx.rb. Now the
2007 Aug 29
13
Scintilla
Hi I''ve been trying out the StyledTextCtrl/Scintilla component bundled with wxWidgets 2.8. Surprisingly, it''s very easy to get this working at a basic level with wxRuby (95% of credit to Roy, who originally created a SWIG file for this). So I''m wondering: should we try and integrate this into wxRuby core? Pros: - a cool component, interesting to developers - not
2005 Aug 29
3
added Choicebook
Here are the new files in a zip and the patches to existing. Also added Listbook values to parents.rb that I forgot when adding that. Sean _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2006 Mar 17
1
New wxWidgets book released
The upstream wxWidgets folks just released a 700-page book about wxWidgets. Obviously it''s aimed at the C++ libraries, but most of it should be helpful for wxRuby users as well. It appears to be available as a free download, or as a bound book for purchase. It would be great to hear from anyone who has a copy to know how good it is. It would also be great if people actually buy a copy to
2005 Sep 19
9
more fixes for Grid classes
I am still hunting the bug where the cell editor finishes and crashes on Mac OS. In the process I have gone over these Grid related classes in great detail and found most were %importing wxObject.h and wxEvtHandler.h and they were not needed. I added a *.i file for ClientDataContainer not sure if it is needed out side Grid. I also added GridCellCoords. Sean
2006 Sep 15
2
wxSugar 0.1.1, in subversion
Hi WxSugar 0.1.1 is now available for download from: http://rubyforge.org/frs/?group_id=35 And in subversion svn co svn://rubyforge.org/var/svn/wxruby/trunk/wxsugar This version speeds up accessors.rb (thanks to Sean''s suggestion), and fixes a few bugs. alex
2007 Oct 02
2
wxRuby Tutorial
Hi Everyone, My name is Sean Lindsay, and I have recently joined the wxRuby project. I have been talking with Alex and have agreed to update the tutorial. I have started by placing a link to a new temporary tutorial page so that the old one can stay in place for the time being. I have written up a preliminary table of contents and would be happy to hear any
2005 Aug 22
2
Adding ScreenDC
Here is the file to add ScreenDC. I noticed that it inherits from wxDC which is what the docs show but the headers for each platform are much different: - Mac,MSW,os2,motif,palmos all inherit from wxWindowDC - X11,GTK inherit from wxPaintDC - MGL, cocoa inherit from wxDC After saying that on Windows it still work inheriting from wxDC so I left it for now, any thoughts? Sean
2006 Aug 14
6
Patches to rake files
rakewx.rb: - Added a $debug_build variable so when we do eventually we can also release non debug builds. I did not make this a constant on purpose so in the package tasks we can change it to false if we want to always make non debug builds by default. - Changed wx_config to use the $debug_build variable rakemswin.rb: - Updated the copyright year. - removed the $DEBUG const and make use of
2006 Sep 12
6
Patch for Unicode on windows
This patch makes Unicode the default build for windows. You can override the default by setting a WXRUBY_NO_UNICODE environment variable. Roy _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2007 Jul 29
5
wxruby2 beta 1.9.0 released
Hi I''m pleased to announce the release of wxruby2 version 1.9.0. This is a significant milestone for wxruby as this is the first release that we consider near to production quality. We hope that this 1.9.x series of releases will soon lead to a stable wxruby 2.0. = INSTALLATION The easiest way to install is using a ready-to-use binary gem for your platform: gem install wxruby Or
2007 May 21
5
Wx::Scintilla class not defined
I''m posting this for a friend who is having trouble with this and here is his message. "Heya! I''m working on a script editor application, but it''s missing one key feature: Syntax highlighting. Seeing this, I looked around in the sample directory and came across scintilla.rb. I attempted a run, however Ruby reported Wxruby2::Scintilla as an uninitialized