[wxruby-users] displaying a progress dialog

John Griffiths lists at ruby-forum.com
Tue Jan 13 12:53:47 EST 2009


Hi, trying to display a progress dialog tied to a Frame using via...

    dlg = Wx::ProgressDialog.new("title", "task", max, self,
Wx::PD_CAN_ABORT | Wx::PD_APP_MODAL)

max and self both have valid values but everytime i try to use this i
get...

progress.rb:233:in `refresh': wrong # of arguments(2 for 0)
(ArgumentError)

any ideas or an example of one that works?

(running this on osx leopard)
-- 
Posted via http://www.ruby-forum.com/.


More information about the wxruby-users mailing list