Hi all, I got the following information (problem) in my Shoes programming course at the RubyLearning.
Try to run and click the button every after resizing the Shoes window:
Shoes.app do
button 'show' do
para "#{width} : #{height}\n"
end
end
On Windows XP and Linux (openSUSE 11.0) it works well, meaning to show
resized values.
But on Mac OSX 10.5.6, it doesn't work (not changes the values).
Hope this problem will be fixed in the Policeman. :)
Regards,
ashbb
