search for: miniapp

Displaying 1 result from an estimated 1 matches for "miniapp".

Did you mean: iniap
2007 Jan 04
3
grid control example doesn''t work on osx.4
...r four of the demos) so I think that everything''s installed properly on my system. I copied the code below from the tutorial---------- #!/usr/bin/env ruby -w require ''rubygems'' require ''wx'' app = Wx::App.new frame = Wx::Frame.new( nil , -1 , "MiniApp" ) #grid = Wx::Grid.new( frame , 2000, Wx::DEFAULT_POSITION, Wx::DEFAULT_SIZE, Wx::WANTS_CHARS,"this the panel name" ) tgrid = Wx::Grid.new(frame, -1) tgrid.create_grid( 19 , 16 ) frame.show() app.main_loop() --------- Any help would be appreciated I have to get a little utility...