search for: nikaconsult

Displaying 14 results from an estimated 14 matches for "nikaconsult".

2004 May 12
5
Now I feel really smart!
Ok. I seem to be having some real problems today :) There is a link from the main page straight to the Wx::Frame tutorial, under the NEWS section. http://wxruby.rubyforge.org/wiki/wiki.pl Sorry for wasting everyone''s time :( Robert _________________________________________________________________ Getting married? Find tips, tools and the latest trends at MSN Life Events.
2004 Apr 21
10
mythical 1.0
Any chance of incrementing the ol'' version number a bit more aggressively? Doing so could really help wxRuby adoption if done right: http://fishbowl.pastiche.org/2003/07/28/version_numbers_and_you -- Ryan "John" Platte Custom services, NIKA Consulting http://nikaconsulting.com/
2004 Jun 04
2
building wxruby-swig 0.0.16 on Mac
...ocal/lib/ruby/site_ruby/1.8 -I /usr/local/lib/ruby/site_ruby/1.8/powerpc-darwin -I /usr/local/lib/ruby/site_ruby -I /usr/local/lib/ruby/1.8 -I /usr/local/lib/ruby/1.8/powerpc-darwin -I . -o obj/PaintDC.o src/PaintDC.cpp ] -- Ryan "John" Platte Custom services, NIKA Consulting http://nikaconsulting.com/
2004 Apr 29
10
wxruby-swig 0.0.12 is up
This one includes the latest App.cpp which includes the Mac fix from Nick. I thought it was in 0.0.11, but it wasn''t. It also adds support for "stock objects", like colours, pens, and fonts. This turned out to be quite challenging, but I''m happy with the solution. It only took a few days :-/ Kevin
2004 May 12
8
New tutorial added!
Hey guys, It''s been awhile, but I''ve put up a new tutorial page on Wx::Frame. It''s the first half of the tutorial on Frame, the rest will come a little later. Let me know what you guys think. Any comments or criticisms are welcome. Let me know what was good and what could have been better, so that future tutorials will be able to incorporate those improvements.
2004 Apr 23
11
Building wxruby-swig for Mac
...t.o obj/PaintDC.o obj/Point.o obj/Size.o obj/Window.o obj/WindowDC.o -L/usr/local/lib -framework Carbon -framework System -lwx_mac-2.4 -ldl -lobjc -o lib/wx.bundle c++: macstart.o: No such file or directory rake aborted! -- Ryan "John" Platte Custom services, NIKA Consulting http://nikaconsulting.com/
2004 Jun 22
2
wiki spam
Looks like the Wiki got spammed. Dan
2004 May 27
1
Plans for wxRuby 0.4.0
It is becoming clear to me that the swig version of wxRuby will not be ready within the next several weeks[1]. Therefore, I think we should do a 0.4.0 release based on the existing source code. Hopefully this will be the final non-swig-based version. My goal is to have it ready within the next week or so. It will fix a few bugs discovered after the 0.3.0 release, and will include several
2004 Apr 27
1
wxruby-swig 0.0.11
The only changes are Nick''s Mac fixes to the rakefile and App.i. This might be "the one" for Macs. Kevin
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 Apr 04
5
SWIG update
I have a minimal working version of a SWIG-based wxRuby that can bring up an empty Frame with a title. On my system, it crashes on exit. I suspect this is the same problem that I mentioned months ago when I first upgraded to wxWindows 2.4.2. The problem mysteriously vanished at some point, but now it is back. I fiddled with this new code for several frustrating hours, and couldn''t
2004 Apr 22
13
Rake and VC++ 6
Has anybody tried the new wxruby-swig from the msvc++ command line compiler using ''rake''? The rakefile seems to depend on the wx_config method, which doesn''t exist for msw because it doesn''t have BASH to execute the shell script. Has anyone hacked the rakefile to fix this? Nick
2004 Apr 27
15
Building wxruby on Solaris 9
Hi all, Ruby 1.8.1 Solaris 9 wxwindows 2.4.2 (package from blastwave.org) wxruby 0.3.0 I''m having trouble getting this sucker to build on my Solaris box. Here''s how I''m building: ruby extconf.rb --with-xrc-dir=/opt/csw --with-xrc-include=/opt/csw/lib/wx The include directive I added because the setup.h file is there (for whatever reason). And yes, /opt/csw/bin and
2003 Nov 13
16
Submitting patches
I''m a bit new to working on a rubyforge/sourceforge/open source project, so excuse my obliviousness. What is the preferred way of submitting a patch to wxruby? Thanks, Nick