Displaying 1 result from an estimated 1 matches for "id_icon".
Did you mean:
addicon
2007 Jan 30
2
error finding library when running test program
...require.rb:27:in
`gem_original_require'': no such file to load -- wxruby (LoadError)
from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
`require''
from test.rb:1
Here''s the test program:
----- START OF PROGRAM
require "wxruby"
ID_ICON = 1000
class IconFrame < Wx::Frame
def initialize
super(nil, -1, "Changing Icons!", Wx::DEFAULT_POSITION, Wx::Size.new
(225,150))
panel = Wx::Panel.new(self, -1)
iconNames = ["wxwin", "mondrian", "ogl", "smiley"]...