Displaying 20 results from an estimated 30000 matches similar to: "wxRuby 1.9.8, windows gem available"
2008 Mar 11
0
wxRuby 1.9.5
Hi
wxRuby 1.9.5 is now out with a full set of binary gems. It can be
downloaded from the usual place:
http://rubyforge.org/frs/?group_id=35&release_id=19932
Or via rubygems: gem install wxruby
== WHAT''S NEW ==
This doesn''t have any major new features, but has a lot of bugfixes,
including some nasty crashers, and additional useful methods within
existing classes. It
2007 Nov 08
1
wxSugar 0.1.19
Hi
We''ve just released an updated version of wxSugar, version 0.1.19.
http://rubyforge.org/frs/?group_id=35
The only change in this version is that it contains a workaround for a
?bug introduced in REXML packaged with ruby 1.8.6, that meant that the
XRCise tool[1] would not work properly.
alex
[1] http://wxruby.rubyforge.org/wiki/wiki.pl?UsingXRCise
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
2009 Aug 13
0
[ wxruby-Bugs-26918 ] ruby1.9 gem: wxruby2.so: [BUG] unknown type 0x22 (0xc given)
Bugs item #26918, was opened at 2009-08-14 00:13
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=218&aid=26918&group_id=35
Category: Installer problems
Group: current
Status: Open
Resolution: None
Priority: 3
Submitted By: lasse fabisch (lassef)
Assigned to: Nobody (None)
Summary: ruby1.9 gem: wxruby2.so: [BUG] unknown type 0x22 (0xc given)
Initial
2007 Aug 24
2
SURVEY: wxRuby API style
Hi
As we''re getting closer to a stable release of wxRuby, I''d like to get
your views on the API style. There''s a survey here:
http://rubyforge.org/survey/survey.php?group_id=35&survey_id=66
I''d like to know if you''d like to see two wxSugar syntax features become
part of core, standard wxRuby version 2.0. These are:
1) Allow ruby-style
2007 Sep 11
1
wxRuby 1.9.1, wxSugar 0.1.17
I''m very happy to announce that new versions of wxRuby and wxSugar are
now available.
== CHANGES ==
* Merged nice ruby-style syntax options into core wxRuby
* Re-added support for StyledTextCtrl (Scintilla) component
* Added BitmapComboBox and RendererNative classes
* Fixed nasty bug which could cause instability in XML-loaded layouts
* Numerous other fixes and new methods in existing
2008 May 10
4
from RubyCocoa to wxRuby ?
hey all,
thanks to alex who help me to get the latest running on my box ( Mac OS X
10.4.11)
to get it working download the latest gem locally cd to the directory where
it lies and :
$ sudo gem install --local wxruby
u''ll get :
Successfully installed wxruby-1.9.7-universal-darwin-9
1 gem installed
;-)
A question, my first test will be to convert a RubyCocoa project into
wxRuby.
this
2004 Jun 18
0
Gentoo and wxRuby 0.4.0
Hi Tom,
I just wanted to let you know that we just released wxRuby 0.4.0. If you
could please update the gentoo ebuild script I would greatly appreciate it.
The source tarball is located at: http://rubyforge.org/frs/?group_id=35
Thanks,
Curt
2006 Oct 06
4
0.36 problem?
I hate to say this but I have just uninstalled and reinstalled a freshly downloaded wxruby2-preview-0.0.36-i386-mswin32.gem as from http://rubyforge.org/frs/?group_id=35 and received exactly the same error.
Is it possible the corrected gem is not yet available from the download site?
This is all against a relatively fresh/new basic Ruby 1.8.5 installation on a fully patched XP Professional box.
2007 Oct 23
6
wxRuby 1.9.2
I''m happy to announce that wxRuby 1.9.2 is now available from Rubyforge.
As usual we''ve got source and binary gems for Win32, OS X and Linux:
http://rubyforge.org/frs/?group_id=35
or
gem install wxruby
== WHAT''S NEW ==
This release has a mix of new syntax features, new classes, and lots of
minor fixes and additions
* New shorter syntax for event handlers
* New
2008 Nov 01
13
wxRuby 1.9.9 released
Hello
I''m happy to announce that wxRuby version 1.9.9 is now available for
download and gem installation:
http://rubyforge.org/frs/?group_id=35&release_id=27842
gem install wxruby
On Linux, the default binary gem is now dynamically linked to wxWidgets.
This means you''ll need to install wxWidgets from your package manager.
See below for more info.
== CHANGES ==
This
2007 Apr 05
7
Re: how to use Chinese Characters in wxRuby?
yes,I'm using wxruby2
When I change
"samples/text/unicode.rb" 's content:
require 'wx'
into
begin
require 'wx'
rescue LoadError => no_wx_err
begin
require 'rubygems'
require 'wx'
rescue LoadError
raise no_wx_err
end
end
and run unicode.rb in this way:
ruby -Ku unicode.rb
I got the error message like this:
unicode.rb:119:
2006 Sep 07
2
A little bit of sugar
Hi
Do a search on ''wxruby'' and you''ll see that people''s main gripes are 1)
stability 2) development progress 3) documentation and 4) syntax.
We''re making great progress on 1-3 so thought it seemed like a good time
to start looking at 4). So here''s announcing a first release of WxSugar.
It can be downloaded via gems (gem install wx_sugar)
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
2008 May 10
5
wxRuby 1.9.7 released
Hi
wxRuby 1.9.7 is now available from rubyforge. This release is mainly to
restore one-step gem installation for Windows users, so they can easily
benefit from the many enhancements and fixes that were included in
1.9.6. The gem will now install Microsoft''s VC version 8.0 dlls. As
usual ''gem install wxruby'' should get you the latest version.
For users on Linux and
2008 May 20
0
[ wxruby-Bugs-20255 ] Instabilities on Linux - 1.9.7
Bugs item #20255, was opened at 2008-05-20 08:10
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=218&aid=20255&group_id=35
Category: Incorrect behavior
Group: None
Status: Open
Resolution: None
Priority: 4
Submitted By: Alex Fenton (brokentoy)
Assigned to: Alex Fenton (brokentoy)
Summary: Instabilities on Linux - 1.9.7
Initial Comment:
Segfaults after
2006 Nov 30
0
Re: TaskBarIcon i wxruby2-preview gem (Alex Fenton)
I''m using windows, if I find the time I''ll try to build it myself.
Otherwise I''ll just wait for the next gem.
Thanks for a great job on wxruby2 btw!
Regards,
Mattias
>
>
>
> Date: Tue, 21 Nov 2006 08:40:53 +0000
> From: Alex Fenton <alex@pressure.to>
> Subject: Re: [Wxruby-users] TaskBarIcon i wxruby2-preview gem
> To: General discussion of
2008 May 30
0
[ wxruby-Bugs-20446 ] Wx::ToolBar API changed in 1.9.7, new Wx::ToolBarTool doc missing
Bugs item #20446, was opened at 30/05/2008 12:13
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=218&aid=20446&group_id=35
Category: Incorrect or missing docs
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Pascal Hurni (phi)
Assigned to: Alex Fenton (brokentoy)
Summary: Wx::ToolBar API changed in 1.9.7, new Wx::ToolBarTool doc missing
2008 May 20
1
Suggestion for Installation Instructions
http://wxruby.rubyforge.org/wiki/wiki.pl?Installation
Please forgive and redirect me if this is the wrong forum for this very
minor posting.
I suspect most people know the answer to this question from some other
experience, but for those of us who don''t it would be helpful to give a
hint on which Windows gem package to install.
c:\ruby>gem install wxruby
Select which gem
2008 Jan 15
0
version 1.9.3 released
Hi
We''re pleased to invite you to try the latest version of wxRuby, 1.9.3.
http://rubyforge.org/frs/?group_id=35&release_id=18145
== WHAT''S NEW ==
Thanks to a number of contributors, this is a feature-packed release:
* GraphicsContext, for high-quality, anti-aliased drawing and
sophisticated image transforms
* MediaCtrl, for playing and controlling sound and video files