search for: fxversion

Displaying 2 results from an estimated 2 matches for "fxversion".

Did you mean: fpversion
2005 Feb 18
2
Fixed column widths in FXTable?
...a machine running Windows XP Home, service pack 2. The base Ruby installation is the "One Click Ruby Installer" version 1.8.2-14 final (ruby182-14.exe). I''ve installed FXRuby version 1.2.3 on top of the version included with the one click installer (FXRuby-1.2.3-ruby182.exe). fxversion() reports "1.2.13" from the irb command prompt. The machine has a Pentium 4 and 256mb ram. ------------------------------------------------------------------------- require "fox12" include Fox class TestWindow < FXMainWindow def initialize(app) super(app, "M...
2005 Feb 18
5
FXTable segfaults after multiple setTableSize calls
...e platform is Windows XP Home with service pack 2. The base Ruby installation is the "One Click Ruby Installer" version 1.8.2-14 final (ruby182-14.exe). I''ve installed FXRuby version 1.2.3 on top of the version included with the one click installer (FXRuby-1.2.3-ruby182.exe). fxversion() reports "1.2.13" from the irb command prompt. The machine has a Pentium 4 and 256mb ram. If someone can run the example code below and it fails like I''m seeing, let me know. If you see an obvious programming error on my part, please tell me -- I''m new to Ruby and t...