Displaying 20 results from an estimated 6000 matches similar to: "wxruby-swig progress report"
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
2004 Apr 23
11
Building wxruby-swig for Mac
0.0.5 sure gets the Mac build a lot further.
There''s a bug in the wxMac-2.4.2 distribution that I''m running into: 
wx-config wants to invoke a program in the source directory at link 
time. That''s ugly in itself, but it tries to use a variable 
${top_srcdir} to accomplish this, and it''s apparently empty. It tries 
to invoke
2004 Aug 20
1
Any plans to switch wxruby-swig to using rexml?
since http://nqxml.sourceforge.net/
also recommends that we switch to use rexml which is shipped with ruby?
If there are plans for it but no developers, I might take it up as an 
exercise to learn the internals of wxruby-swig.
Cheers,
Phuah Yee Keat
2004 Aug 08
7
wxruby-swig progress report
Hey everybody,
I''ve made some progress on wxruby-swig, and have some good news and some bad 
news. 
The good news is that the MSVC version finally can run all of the samples provided in 
CVS. I''m using the same solve-by-ignore solution to the GC problem that wxruby uses, 
so there is far less crashing goin'' on. Depending on the next few weeks, we might be 
able to
2004 Sep 18
10
wxruby-swig: Converting to REXML
Since I''m setting up my development environment on a new system, I 
figure now is the time to get rid of one of the extra dependencies: NQXML.
It appears that REXML can now parse the whole classes xml file in about 
20 seconds on this machine, which is a huge improvement over the many, 
many minutes it used to take. So I am now updating extract.rb to use 
REXML instead of NQXML.
2004 Sep 01
2
wxruby swig progress
I''ve checked a number of new .i files into the wxruby-swig tree. Not all 
of them are fully tested, but I thought it would be better for them to 
be there than to have somebody start duplicating the work. I''ve also 
added the ''caret'' and ''image'' samples, as well as the generic etc/test.rb.
These need the unreleased SWIG-1.3.22. The current
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.
2007 Jul 21
0
[1135] trunk/wxruby2/swig/mark_free_impl.i: Convert from DOS to Unix newlines
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding:
2007 Jul 04
5
loading menu using XmlResource
Hi,
i''m evaluating XmlResource: loading frame, dialogs and access widgets is ok
but i''m not able to load menu bar and menu using the corresponding methods
XmlResource#load_menu_barXmlResource#load_menui get the error saying ''XML
resource ''Opzioni'' (class ''wxMenu'') not found!'' trying to load a menu and
''XML resource
2004 Sep 18
4
wxruby-swig problem: MDIChildFrame::Maximize
I just grabbed the latest wxruby-swig from cvs and tried to compile it 
(without enabling the SWIG step) on my gentoo Linux box. I get:
g++  -c -I/usr/lib/wx/include/gtk2-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ 
-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES  -O2 -march=athlon-xp  -fPIC   -I 
/usr/lib/ruby/gems/1.8/gems/rake-0.4.8/bin -I 
/usr/lib/ruby/gems/1.8/gems/rake-0.4.8/lib -I 
2005 Dec 30
8
WxRuby newbie Mac OS 10.4 install questions
Hi. Forgive me if I am asking questions that have already been 
answered a million times,
but there doesn''t seem to be an easy way to search the wxruby-users 
archives, so...
I tried to install wxruby for the Mac
by downloading the latest Mac package installer from
rubyforge.org/frs/download.php/1985/wxruby-0.6.0-osx-panther.dmg
and  tried to run some of the wxruby-0.6.0/samples from the
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
2004 May 01
4
wxruby-swig 0.0.13 is up
This fixes the wxRED Mac link error. Thanks to Nick for pointing out 
that I hadn''t removed some wxRED code related to an earlier experiment. 
Hopefully this one will build on Mac, end-to-end.
I also found and fixed a problem that was causing the crash on exit: 
wxWindows automatically deletes the C++ app object as soon as the last 
frame is closed. Later, when ruby garbage collected the
2004 Aug 27
4
SWIG Bug
In trying to add wxTextCtrl to wxruby-swig, I''ve been running into a 
problem with the argument conversion that appears to be a SWIG director 
bug. It is tied to multiple inheritance, and is related to SWIG 
specifically making director''s ''initialize'' take a first argument, but 
because ''initialize'' is static there isn''t a self value
2005 Feb 04
8
wxruby swig update
Good news and bad news.
First he good news. wxruby-swig now compiles on Linux, Mac, and Windows 
using wxWidgets 2.5. I just patched a bug with the paint method today, 
but it''s getting very close to the first release of wxruby. With a 
little more cleanup, I think we''re getting ready to do a first release 
of it, which will hopefully replaced wxruby. Of course, the debug spew 
2004 Apr 10
5
wxRuby-SWIG 0.0.3 is available
REMINDER: wxruby-swig is an experimental rewrite of wxRuby, using SWIG. 
It is not yet useful. The official wxRuby is still at 0.2.1.
The 0.0.3 release of wxruby-swig is able to run the "minimal.rb" sample,
which includes menu event handling. As always, it is available at:
   http://qualitycode.com/repos/wxruby-swig/
I also created a tarball this time, so you can just download that and
2004 Apr 27
0
wxruby-swig 0.0.10 released
This fixes the rakefile to not require NQXML and SWIG, unless you have a 
WXRUBY_SWIG environment variable set.
It also fixes some of the calendar sample errors, but one remains: stock 
objects (like the color RED) are still not supported. I tried a couple 
approaches, but none of them will work. I will have to think of 
something more creative.
Kevin
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
2007 Mar 15
0
[ wxruby-Patches-9297 ] Patch to compile wxruby 0.0.39 on windows (vc2003, swig 1.3.31, wxwidgets 2.8.0)
Patches item #9297, was opened at 2007-03-15 00:46
You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&atid=220&aid=9297&group_id=35
Category: None
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Nobody (None)
Assigned to: Nobody (None)
Summary: Patch to compile wxruby 0.0.39 on windows (vc2003,swig 1.3.31,wxwidgets 2.8.0)
Initial Comment:
2007 May 22
0
[1029] trunk/wxruby2/swig/classes/MenuBar.i: Add special GC protection for Wx::Menu to prevent premature destruction
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding: