search for: wxruby1

Displaying 7 results from an estimated 7 matches for "wxruby1".

Did you mean: wxruby
2008 May 23
3
Rss-wxruby
...url pour l''exemple du problème avec les carrés qui ressortent: http://www.infos-du-net.com/telecharger/Capture-ecran-Rss-wxruby,0302-22046.html et voilà l''url d''une capture que j''ai fait de mon application à partir de mon pc: http://beusse.liveror.com/images/Rss-wxruby1.bmp Je n''ai pas ce problème sur mon pc, je n''ai pas tout ces carrés qui ressortent. Pourquoi y a t''il ce problème en sachant que j''ai un ami qui a aussi ce problème sur son pc avec Rss-wxruby. Apparement, les carrés sont les retours à la ligne. merci. sebastien h...
2006 Aug 03
1
Using RichEdit 2 or 3 control
WxRuby1 only defines the constant for RichEdit 1.0. From reading MSDN, features of the 2.0 or 3.0 version of this control are superior. I found the constant that enables use of the later version in the style parameter of the constructor: TE_RICH2 = 32768 I think RichEdit2 or 3 is automatically used depe...
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
2005 Aug 04
0
Copyrights and licenses in wxruby2
...did not have any copyright. I inserted the same copyright/license in that file as all the others. Nick created that entire file, so I want his blessing for me to take that copyright. (Are you listening, Nick?) Most of the samples have no copyright. That''s because they were pulled from wxruby1, and most were originally translated from C++ to Ruby by Park Heesob. Over time, I would like us to rewrite the samples from scratch, using a modern wxruby style, and hopefully also giving some of them friendlier UI''s. With some, it''s not obvious how to exercise their function...
2005 Jul 20
6
Wxruby2 gemspec
Hi A gemspec for installation of wxuby-swig via rubygems. It assumes the end-users will compile the pre-swigged .cpp files & that that the main require file will be wx.rb (as per Kevin''s suggestion). runrake.rb is just a helper script that runs rake correctly within the rubygems installation process. # to build the gem gem build wxruby2.gemspec # to build & install the
2005 Aug 09
5
wxruby2 release goals
Greetings all, The recent ruby-talk posting about wx (cross-posted here by Curt) made it clear that we need to release some code soon, to present a public image of moving forward. Thus, my first goal is to release a "preview" version of wxruby2 as soon as we have a version that builds and can run the minimal sample on all three major platforms (Linux, MS Win, Mac OSX). This would
2006 Aug 02
13
wxruby2 alpha release goals
Hi We''re all keen to get a release out, for lots of reasons: getting more people testing, showing people the progress we''ve made, etc. So I suggest that we now look to release an alpha version very soon, based pretty much on the current state of CVS plus pending check-ins. Sure, it has some bugs, some missing features and segfaults occasionally - but my experience on OS X