Displaying 20 results from an estimated 20000 matches similar to: "I will be unsubscribing"
2005 Aug 21
15
New inheritance
A good number of the samples I have tested are outright or subtly broken
on Windows now. I''m trying to determine what the cause is. Mostly it
seems related to the initialize function not being created when it
should be.
Case in point: ClientDC.i
The caret example won''t work at all because initialize isn''t declared
any longer. If you comment out the import
2006 Oct 02
14
0.0.36 tagged and released
Hi
I''m pleased to let you know that wxruby2-preview 0.0.36 is now available
on Rubyforge. Binary gems to follow...
To check out a clean copy from SVN and build from source:
svn co svn://rubyforge.org/var/svn/wxruby/tags/wxruby2/0.0.36
cd 0.0.36
rake gem WXRUBY_VERSION=0.0.36
From my reading of SVN docs it''s probably wise for developers to
checkout anonymously as a bit of
2005 Aug 08
4
wxruby2 swig retooling "complete"
I just re-integrated fixdeleting.rb, the last of the post-processors.
Running minimal.rb no longer segfaults on exit. Running dialogs.rb and
immediately exiting doesn''t segfault, but bringing up a dialog and then
exiting does.
So there are still memory problems, but fewer than yesterday :-/ I''m not
sure how it compares to last week.
I probably won''t have much time
2006 Aug 22
8
doc generator now in CVS
Hi
Just a quick note to let you know that the Textile doc generation stuff
is now in CVS. There is a moderate amount of documentation in
rake/rakedoc.rb in case you feel like generating your own local copy.
The only prerequisite is the Ruby ''redcloth'' library.
There''s also some info in doc/lib which might be some help if you want
to tweak the output.
cheers
alex
2006 Aug 23
4
building wxruby2 from cvs (gentoo)
Hello,
I am a newbie to wx and wxruby, I just built wxruby2 on my gentoo box.
At first it did not work. So I post a little message,it might help others.
At first a cryptic message was shown
SWIG Version 1.3.21
Copyright (c) 1995-1998
University of Utah and the Regents of the University of California
Copyright (c) 1998-2003
University of Chicago
Compiled with i686-pc-linux-gnu-g++
2006 May 26
8
Advanced text editor developed with WxRuby
I just joined this list, have info to share, and some questions.
As background, I happen to be a blind person who uses a screen reader
utility to operate
the computer. I use the keyboard rather than mouse for input and the
screen reader, called JAWS, provides output in synthetic speech. This
generally works well for standard or common controls of Windows, which
WxWidgets wraps (since they are
2005 Aug 19
6
Listbook patch
Small patch to correct spelling of lemonade. Should ask Sean if he
really wanted it to be lemonaid. If not, here''s the patch.
On another note... This sample works! Kudos. It is odd that the
textbox doesn''t scroll. I suppose I may patch that, too.
Roy
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
2006 Mar 09
4
compile error on mac os x
hello :)
i use Mac OS X 10.4.5 , and ruby 1.8.4 , wxWidgets 2.4.2 ( from cvs ).
i tried to compile wxRuby, but there are always errors around "id" ,
dialog.cpp: In static member function ''static VALUEWxDialog::init(int,VALUE*, VALUE)'':dialog.cpp:60: error: expected unqualified-id before''='' tokenmake: *** [dialog.o] Error 1
like above.
in that case, in
2006 Aug 15
4
contributing?
What do I need to do to be able to contribute patches?
Thanks,
Joe
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2006 Oct 04
3
more linux headaches
After creating and installing a gem I get ''unintialized constant
Wxruby2'' when trying to run wxRuby. Kevin, can you give me some
pointers on getting this thing working?
Roy
2006 Aug 18
10
TreeCtrl update
The previous TreeCtrl.i was very messy and just plain wrong, for
instance it had GetFirstChild as depreciated when in fact only 1
version of it was depreciated not both.
I changed GetFirstChild and GetNextChild to return an array of values
to match the wxPython and wxPerl usage.
I also noticed that wxTreeCtrl is inherited from wxControl on Windows
and wxScrolledWindow on everything else so I #if
2005 Jul 26
10
Patch for wxRuby2
Ok so I made a lot of changes and the controls sample works pretty good now.
What I changed or added:
- Got all my modifications meshed into wxRuby2.
- Added constructors to wxIcon.h
- Changed Xrc.i to XmlResource.i and changed wxXrc to wxXmlResource
within the file.
I also had to change Xrc to XmlResource in rakewx.rb.
- For backwards compatability with wxRuby 0.6 I added the subclass methods
2006 Sep 11
8
next steps - public alpha?
Seems the gems and tarball have been downloaded a bit with no reported
problems. I suggest we do an alpha release incorporating Roy''s useful
recent fixes and announce it more publicly e.g. on the mailing list.
It''s not perfect, but again we have made a lot of progress since late
July and we should build on it; it was our dev goal. I now personally
have to put some effort
2006 Apr 17
4
Quick status report
Hi all,
I spent about 8 more hours tonight, and I think I''m close to having a
wxruby2 build that works with wxWidgets 2.6.3 and SWIG 1.3.29. It should
run bigdemo as well as the other samples. Unfortunately, I probably
won''t have much time to work on it until next weekend :-(
Tonight''s frustration was with wxART_INFORMATION. It''s sort of a wxArtID
and sort of
2005 Aug 03
24
patch for Icon
I just checked out a fresh copy and had to tweak wxIcon.h to get it to
compile on Mac OS X and windows. The problem is with:
wxIcon(const wxString& filename,
wxBitmapType type = wxBITMAP_TYPE_XPM,
int desiredWidth=-1, int desiredHeight=-1);
that signature is only used on GTK on other systems it is:
wxIcon(const wxString& name,
long
2005 Aug 09
43
Some patches.
Hi,
in my path of getting the controls sample to work nicely, I fixed some
classes on the way, see the attached diffs. I had some difficulties, but
could track down all stupid bugs and am now almost happy with the code
:)
(I had the complete ImageHandler hieracy implemented at some time, but
than I discovered the error was not in unloaded ImageHandlers but in the
controls-program which does not
2006 Aug 19
12
Compiling WxRuby2 on Ubuntu 6.06
Hi All,
I am trying to compile WxRuby on Ubuntu 6.06. I checked out the latest
source code from CVS and ran ''rake'' under the wxruby2 directory. I am
getting the following error.
root@imayam:/work/wxruby/wxruby2# rake
(in /work/wxruby/wxruby2)
rake aborted!
Don''t know how to build task ''src/App.cpp''
(See full trace by running task with --trace)
I am
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
2005 Aug 02
8
Rake patch
This patch fixes the following:
- You can now use rake to build on Windows.
- You can now use rake install to install the lib, no more extconf.rb
needed! This should be cross platform, I took some code for installing
from the Makefile that extconf.rb generated as a basis. I have tested
it on OS X and will test tomorrow on Windows, I am 95% it will work
cross platform.
- I did get Windows
2005 Jul 24
11
Official name change to wxruby2
The CVS module has been renamed from wxruby-swig to wxruby2, and I have
checked in the related changes to reflect the name change. Anyone with a
CVS tree will need to re-checkout from CVS because of the module name
change.
There is now a wx.rb in the lib/ directory, which loads the wxruby2
shared library that gets built.
I have tagged this as 0.0.22.
Next steps:
- Apply Choice.i patch from