search for: babik

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

Did you mean: babak
2007 Sep 04
4
listctrl set_item_data
Hi, I have used set_item_data with ruby objects (an array) and got a crash. The reason is simple, the objects were deallocated by the GC. The easy solution would be to accept only long parameters (like the original interface). The hard is to play by the GC''s rules and increase the reference count and decrease on deletion. Regards, teki
2007 Sep 05
0
[ wxruby-Bugs-13676 ] xrc listctrl windows custom data crash
Bugs item #13676, was opened at 2007-09-05 14:01 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=13676&group_id=35 Category: Incorrect behavior Group: current Status: Open Resolution: None Priority: 3 Submitted By: Bela Babik (teki321) Assigned to: Nobody (None) Summary: xrc listctrl windows custom data crash Initial Comment: I have attached the source and the xrc files. Double click on any line to get the crash: $ ./wxb.rb ./wxb.rb:28: [BUG] Segmentation fault ruby 1.8.6 (2007-03-13) [i386-mswin32] This application...
2007 Oct 05
3
Distributing programs
I''m still a new user of Ruby, sort of trailling it at the moment. I''ve written a program using RealBasic which I can compile to Windows, Linux & Mac that accesses and maniuplates MySql databases. What I''m wanting to do is convert that program to wxRuby. Assuming the program is written and I''m satisfied that it works how simple is it to distribute, for
2007 Nov 06
3
gem problems on Windows
$ gem list wxruby *** LOCAL GEMS *** wxruby (1.9.1, 1.9.0) Ruby interface to the wxWidgets GUI library $ gem install wxruby Need to update 39 gems from http://gems.rubyforge.org ....................................... complete Select which gem to install for your platform (i386-mswin32) 1. wxruby 1.9.2 (x86_64-linux) 2. wxruby 1.9.1 (x86_64-linux) 3. Skip this gem 4. Cancel installation
2007 Oct 23
6
wxRuby 1.9.2
...rescue them and return nil. == CREDITS == Probably more than any previous wxRuby release, this one has been driven by user contributions: patches, suggestions and bug reports. Thanks to Sean Long, Sean Lindsay, Mario Steele, Christophe Bludau, Chauk-Mean P, Dirk Traulsen, Gregor Schmidt, Bela Babik and others who''ve helped out. September 2007 was our busiest month yet for wxRuby downloads - just shy of 2,000. Average monthly downloads are two or three times what they were just one year ago. So thanks all for your support & patience as the library has matured; keep it coming!...
2007 Oct 05
7
Which editor
Ok, so I''m new to Ruby and wxRuby. I come from a Basic background (RealBasic). Can somebody suggest a decent IDE that is used for wxRuby. Something where I can paste in code examples and then run them immediately. (I''m a Windows Vista user) Any suggestions welcome. -- Posted via http://www.ruby-forum.com/.
2007 Aug 29
13
Scintilla
Hi I''ve been trying out the StyledTextCtrl/Scintilla component bundled with wxWidgets 2.8. Surprisingly, it''s very easy to get this working at a basic level with wxRuby (95% of credit to Roy, who originally created a SWIG file for this). So I''m wondering: should we try and integrate this into wxRuby core? Pros: - a cool component, interesting to developers - not