If you can tell me how to update to 1.9.10, I’d be happy to run
this and a few other tests. Also, if I should be posting bugs
somewhere else, please let me know.
As an alternative, you can always download the gem file from http://rubyforge.org/frs/?group_id=35 and then do “gem install
” to install from a local file.
Also, if I should be posting bugs
somewhere else, please let me know.
Here is fine. If you have a rubyforge account, you can instead post bugs
direct to the rubyforge tracker http://rubyforge.org/tracker/?atid=218&group_id=35 which helps us track
them. Being logged in when filing a bug ensures we can get further
information if needed.
500.times { Window.new(frame) }
frame.show()
end
end
MyGui.new.main_loop()
Thanks for the sample code. It works fine for me on OS X; I’ll try it on
Windows when I get a chance.
If you can tell me how to update to 1.9.10, I’d be happy to run
this and a few other tests. Also, if I should be posting bugs
somewhere else, please let me know.