Displaying 20 results from an estimated 6000 matches similar to: "wxruby and wxwidget-2.9.5 latest"
2009 Nov 06
2
DatePickerCtrl uninitialized constant
I trying to make a Dialog that include a DatePickerCtrl on my gentoo
linux box.
I get the following error
/usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:478:in
`const_missing'': uninitialized constant PortfolioDialog::DatePickerCtrl
(NameError)
My application use ActiveRecord, thats why the error is from
activesupport.
gem list says
wxruby (1.9.9,
2004 Dec 17
14
WxRuby-SWIG and WxWidgets 2.5.x
A while back there was a discussion about what version of WxWidgets to
target with WxRuby-SWIG. I don''t remember seeing any resolution, but I
gather that thus far WxRuby-SWIG has continued to target 2.4.2, with
the thinking that WxRuby-SWIG would quickly mature to the point that it
could replace WxRuby, and once that was done the focus would shift to
working with 2.5.x.
2009 Nov 05
17
installing wxruby 2.0.1. missing lwx_gtk2u_media-2.8
Hi,
i tried too install wxruby-2.0.1 on opensuse 11.2 from the rake command
I get the following error:
...
usr/lib/gcc/i586-suse-linux/4.4/../../../../i586-suse-linux/bin/ld:
cannot find -lwx_gtk2u_media-2.8
collect2: ld returned 1 exit status
rake aborted!
Command failed with status (1): [g++ -shared -fPIC -o -L. -rdynamic
-Wl,-...]
/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:995:in
2005 Apr 27
6
does anyone have success with wxruby with wxwidgets 2.6?
Hello, All.
I`m trying to compile wxruby with wxwidgets 2.6 under windows with
latest mingw, but have lot of troubles.
wxwidgets and ruby 1.8.2 compiles just fine, examples work pretty
well.
To make wxruby compile (non-swig, from cvs) i was made some minor
changes like explicit cast ("IN2NUM(...)" to "INT2NUM((long) ...)"),
removed some constant definitions from const.cpp
2004 Jul 20
6
The great MSVC wxruby-swig bug hunt!
Hi everyone,
As Kevin has just announced, wxruby-swig has been moved into CVS as a
toplevel project. It still is not in a "releasable" form yet, but it now
builds on more systems than it doesn''t, and is moving towards stability.
Because of the complexity of the build environment, we''re using rake
(http://rake.rubyforge.org) as a build system instead of the standard
2005 Apr 30
1
wxRuby Roadmap, Schedule and wxWidgets 2.6.0
Hi,
I''m very interested in migrating some apps to ruby and wxRuby.
Is there a rough estimate of when wxRuby will support wxWidgets 2.6.0?
Are there specific tasks that require volunteers?
2010 Nov 29
17
wxruby is dead?
I wanted to know whether the development of the project is still active
or not.
many bugs in the bug tracker are open from 25/03/2009 ....
thank you very much
Carlo Bertini
--
Posted via http://www.ruby-forum.com/.
2007 Oct 29
12
wxRuby Socket Demo finally available
Hello All,
I''ve just sent off the source code for wxRuby Socket''s demo to Sean and
Alex to do some final testing on Linux and MacOS X, to ensure
compatability of my design with those two operating systems. Once
confirmed, the demo will be posted to the SVN. What is basically
entailed within these two demos, is the implementation of a Server with
a GUI Front End, and the
2006 Dec 13
1
0.0.38 tag and release
Hi
I tagged 0.0.38 and started a release on rubyforge. I''ll do the doc
packages & upload plus gems for OS X ppc and Linux; TIA for gems for
Windows and OS X Intel - please upload whenever convenient.
Once we have a set of binary gems, I suggest we do an announce to
wxruby-users and c.l.r, inc explaining this is still alpha, summarising
the new features, and that people should
2010 Jan 17
3
Does wxRuby include Gizmos controls?
Hi,
I''m starting to use wxRuby for personal projects.
Originally, I used wxPython in my company because they don''t want to
install the Ruby environment just for me... But at home, I still
prefer the Ruby language...
So, wxWidgets is a great library, but wxPythons add some intersting stuff.
I''m specially interested by the TreeListCtrl. it seems that this
control
2005 Jun 26
2
wxruby gems
Hi
Following on from some talk last year of creating gems for wxruby, I''ve
attached a first try at them (for 0.6.0, not wxruby-swig). I mainly made
them because I want to ease installation of Weft QDA by adding wxruby
(and sqlite) as gem dependencies, but hopefully they will be generally
useful.
A couple of queries:
1) Who should be listed as author?
2) It doesn''t include
2008 May 11
2
instabilities in wxRuby 1.9.6
I have recently started to use wxRuby, because I have used the wxWidgets
library from C++ for a few years and found it an excellent toolkit. I am
using Ubuntu 8.04 and version 1.9.6 of wxRuby.
A problem though is a number of instabilities. This may be due to my own
ignorance, but I have usually found C++/wxWidgets, once the program compiles
it will at least stay working, if at times
2004 Apr 15
1
Re: wxRuby and Unicode
I think so (especially if you build from source), but I''m not 100% sure.
I''ll forward this to the wxRuby user''s ML -- Kevin Smith probably knows.
Curt
> -----Original Message-----
> From: Wayne Magor [mailto:wemagor@hotmail.com]
> Sent: Thursday, April 15, 2004 12:19 AM
> To: ruby-talk ML
> Subject: wxRuby and Unicode
>
>
> Is it possible to
2006 Jun 08
1
wxruby/version/linux
Dear WxRuby users and hackers,
am I right that WxRuby 0.6 which I have downloaded today from the
webpage is based on WxWidgets 2.4, which is based on GTK 1.2?
I have tried to run ''make'' after ''ruby extconf.rb'' with
WxRuby0.6/WxWidgets 2.6.3 but I got this error:
~/ruby/src/wxruby-0.6-src/src$ make
g++ -fPIC -O2 `wx-config --cxxflags` -I.
2004 Aug 20
8
wxruby-swig: where does wxclasses-2.4.2.xml comes from?
Was trying to understand more about the internals of wxruby-swig, where
does the big chunk of XML comes from? I saw something similiar in
Python, is that massaged out of there?
The codes produced by extractxml.rb and wxclasses-2.4.2.xml is quite
different from the original header files. Just for example the WxDialog
class.
OnXXX are non-virtual in WxWidgets, but virtual in wxruby-swig
2005 Jul 20
3
Plans to rename wxruby-swig to wxruby2
Greetings all,
Over the last few months, while I have been busy on other projects, Nick
and other folks have built wxruby-swig up to where it now supports about
120 classes, compared to the 139 in wxruby 0.6. When you include the
fact that wxruby 0.6 had a few classes that really weren''t needed
(because non-wx ruby versions work fine), it looks like wxruby-swig is
actually very
2008 Mar 04
2
How to build and test wxRuby
Greetings,
I''m using wxRuby2 to develop an app, and I''d like to have a build of
wxRuby2 to work from so that when I find something that doesn''t work,
I can maybe attempt to find out why and, who knows, maybe even submit
a patch once in a while. I should start by saying that I''m on Mac OS
X 10.5.2. What I''d like to do is to have this build of
2008 Jan 25
2
"undefined symbol" with wxRuby gem on Fedora Core 5...
I''m trying to test on platforms other than Windows, starting with my
Fedora Core 5 box. I''m getting this error when trying to run the
Hello World script
(http://wxruby.rubyforge.org/wiki/wiki.pl?Hello_World):
undefined symbol: gtk_widget_is_composited -
/usr/local/lib/ruby/gems/1.8/gems/wxruby-1.9.4-x86-
linux/lib/wxruby2.so (LoadError)
This happens with both the
2009 Oct 22
1
WXRuby crashes on Debian SID
Hello,
When I install wxruby using the gem on my Debian Sid, I cannot make it
work :
$ ruby
/usr/lib/ruby/gems/1.8/gems/wxruby-2.0.1-x86-linux/samples/minimal/minimal.rb
/usr/lib/ruby/gems/1.8/gems/wxruby-2.0.1-x86-linux/lib/wxruby2.so:
/usr/lib/ruby/gems/1.8/gems/wxruby-2.0.1-x86-linux/lib/wxruby2.so:
symbol _ZN9wxListBox13EnsureVisibleEi, version WXU_2.8 not defined in
file
2009 Oct 30
2
wxRuby on Ubuntu 9.10
Installing the gem from rubygems, along with the available wxwidgets
packages from synaptic, I'd recieve this error:
/usr/lib/ruby/gems/1.8/gems/wxruby-2.0.1-x86-linux/lib/wxruby2.so:
/usr/lib/ruby/gems/1.8/gems/wxruby-2.0.1-x86-linux/lib/wxruby2.so:
symbol _ZN13wxAuiNotebook14ShowWindowMenuEv, version WXU_2.8.5 not
defined in file libwx_gtk2u_aui-2.8.so.0 with link time reference -