similar to: ANN: wxRuby 0.2.1 has been released!

Displaying 20 results from an estimated 11000 matches similar to: "ANN: wxRuby 0.2.1 has been released!"

2004 Jan 04
4
wxRuby Windows installer available for testing
I have a first cut of a windows installer for wxRuby available for testing. It can be downloaded with this URL: http://curthibbs.us/wxruby-mswin-0.2_debug.zip This installer currently assumes that you have installed Ruby from Andy Hunt''s one-click Ruby Installer for Windows, *and* that you have installed it in the default directory (C:\ruby). I still need to figure out how to read
2004 Jan 05
3
Updated - wxRuby Windows installer available for
Curt, I just downloaded and tried your installer and the installation went fine. There are problems with the samples not finding their images files, but only when I try to run the samples from their Start menu shortcuts. When I edit the properties of a shortcut, and change the "Start in" folder to match the folder where the sample resides, then the problems go away. (As-installed,
2004 Jan 06
2
Debug and Release builds of the wxRuby Windows Installer
Ok, I now have both debug and release build installers for wxRuby 0.2 on windows. As I said in my earlier emails these are designed to install on top of Andy Hunt''s one-click Ruby Installer for Windows (version 1.8.0). In the start menu I create a wxRuby group with shortcuts to run the sample apps and to display "wxRuby Help" (which is just a freshly updated version of the
2003 Dec 31
3
Whoo Hoo! I got a working Windows Build of wxRuby
I finally got a working native windows build of wxRuby (using a static build of wxWindows so everything is in a single dll -- wxruby.so)! Two things contributed to my success: 1) building wxWindows with the vc++ makefiles (instead of the vc++ projects), and 2) very careful attention to compiler/linker flags specified in extconf.rb. Kevin, I had to modify app.cpp, depend, extconf.rb, and wx.h. I
2003 Nov 13
16
Submitting patches
I''m a bit new to working on a rubyforge/sourceforge/open source project, so excuse my obliviousness. What is the preferred way of submitting a patch to wxruby? Thanks, Nick
2003 Nov 06
2
MinGW build (static linking) problem
Hi! I am trying to build wxruby with statically linked wxWindows library, but so far - no luck - bunch of unresolved references during the linking phase. I''ve seen on the list that Curt was being able to build it, so any hint would be helpful. gcc 3.2.3 (MinGW 3.1.0) & MSYS 1.0.10rc2. Sincerely, Gour -- Gour gour@mail.inet.hr Registered Linux User #278493
2003 Nov 06
2
wxruby & wxWindows site
Hi! By visiting wxWindows site I''ve noticed that wxruby is not listed amongst other different bindings projects (Perl, Python, Lua, Java, Haskell ..) Is it possible to include it on the list? Sincerely, Gour -- Gour gour@mail.inet.hr Registered Linux User #278493
2003 Dec 29
5
Font support, MS Windows binaries, Mac status (?)
Wx::Font now supports almost all the methods of wxFont, which should be good news for anyone interested in rich text editing (FreeRIDE anyone?). These changes are checked in to CVS and my darcs repository. Thanks to Nobuaki Arima for submitting font support code. Although I didn''t actually use that font code, I did directly use the included sample file, and the changes to const.cpp.
2004 Jan 03
6
Windows readme and last patch
Kevin, I have attached a readme file for windows, and a patch file for extconf.rb (I slightly tweaked my settings). Tomorrow night I will work in the windows installer. For the this first cut I will do the installer packaging by hand. But for the future release I want to fully script the installer packaging and check the script and installer in to cvs. Call for Volunteers: If you are running
2003 Dec 12
3
I hate make
Does anyone else here think that it might be a good idea to shift wxruby to use rake (http://rubyforge.org/projects/rake/) or perhaps one of the other "modern" build systems? One example of a task that would be trivial with rake, but seem to be really painful with make: Define a tclean target that deletes all the .h and .cpp files that are built from .t files. I''m not sure
2003 Dec 13
5
Getting ready for 0.2 release
As I mentioned in October (wow, time moves quickly!), there are two big items I would like to have in a 0.2 release of wxRuby: 1. Binary builds for as many platforms as possible 2. A document describing how to use the standard wxWindows/wxPython documentation to develop wxRuby apps In order for this to happen in any reasonable time frame, I will need help. For those of you here who are not
2003 Oct 22
11
Survey results
Many thanks to the 23 people who took the time to respond to the survey. It really will help me spend my time more effectively. As promised, here are the results. I have inserted some comments inside [brackets]. 1. Have you downloaded wxRuby? YES 19 NO 4 2. Have you successfully built wxRuby? YES 14 NO 8 [We really need binary downloads so people don''t have to build anything.
2004 Mar 30
12
Big question: Move to SWIG?
A few days ago, someone asked me why I am using wxpp instead of SWIG. The question prompted me to revisit and re-evaluate SWIG, and I now believe it would be best to convert wxRuby to SWIG. SWIG has greatly improved its C++ support since the last time I looked at it, and I think its Ruby support has improved quite a bit as well. Also, now that I have written wxpp, I understand the nature of
2003 Aug 25
4
Re: ANN: wxRuby 0.1.0 Alpha has been released!
I''m not a Linux user. I suggest you subscribe to the wxRuby ML and get advice there from other Linux users. For the time being, I''ll cross-post this message to the wxRuby ML. Curt Markus Jais wrote: > > Curt Hibbs wrote: > > > http://rubyforge.org/project/showfiles.php?group_id=35&release_id=46 > > > > The code itself has been quite stable for
2004 Mar 15
3
FW: Ugh
This got auto-discarded by mailman, so I''m reposting it. Curt -----Original Message----- From: Nick Kral [mailto:nkral@pinnaclet.com] Sent: Monday, March 15, 2004 2:21 PM To: Kevin Smith Cc: Wxruby developers'' list Subject: Ugh Ok, I found the checkbox I forgot to check to make the disk image a proper size. I have a new disk image of wxruby-0.2.1-osx-panther (same code,
2003 Nov 06
2
Gentoo ebuild
Hi! Since I switched from SuSE to Gentoo (before Novell era :-) I wrote a simple ebuild script for building wxruby on Gentoo. Few notes: a) in order to work, wxruby-0.1.0.tgz should contain wxruby-0.1.0 folder since it is a Gentoo policy and I hope it''s not a problem to change that for 0.2.0 b) I assumed that one needs Ruby >= 1.8.0 and wx >= 2.4.1. Is it OK? Please inspect
2003 Nov 11
1
wxRuby is now linked from the wxWindows site
I sent a message to Julian (the primary author of wxWindows), and he immediately added wxRuby to the list of "Related Projects" on the "Community" page of the wxWindows site: http://wxwindows.org/ Thanks to Gour for suggesting this. We are also listed in the Ruby RAA, under Library, GUI. If anyone knows of other places we should be linked, let me know. Or better yet,
2004 Aug 16
3
RE: wxRuby
STEVE: Yes, wxRuby is being used on OS X. The wxRuby-user''s ML is the best place to go for help. I''ll cross post this and any responses if you don''t want to subscribe. WXRUBY-USERS: Steve is the guy who is working on the One-Click Ruby Installer for OS X. Can anyone spot what his problem is here? Thanks, Curt Stephen Steiner wrote: > > I''ve tried
2004 Jun 18
3
wxRuby 0.4.0 has been released!
wxRuby 0.4.0 has been released and is now available for download from RubyForge at http://wxruby.rubyforge.org/ . This release includes binary builds for Max OS X Panther and MS Windows. Please report any bugs or feature requests here: http://rubyforge.org/tracker/?group_id=35 Changes in this release include: * Many bugs were fixed. * Added grid sample program. * Windows binary now includes
2003 Aug 24
2
wxRuby 0.1.0 Alpha has been released!
http://rubyforge.org/project/showfiles.php?group_id=35&release_id=46 The code itself has been quite stable for several weeks. This release includes Gour''s excellent MinGW README notes, along with various updates to the README, and clarification of the LICENSE. Thanks to everyone for your help in putting this together. It was definitely a team project. I look forward to getting lots