Hi all, I''ve been trying to figure this out on my own, but if the project is headed to alpha, it should probably be resolved before that. Basically, ProgressDialog doesn''t show up at all AFAICT. The Gauge control works fine, but in the controls example as well as in a small test app, I can''t get the ProgressDialog to appear. --Mark Ping
This might be the problem with SWIG that was I trying to chase down before I was broadsided by life. There is a bug in SWIG''s director generation that I haven''t gotten documented well enough to submit to the SWIG team. I wish I had been able to wrap it up as it is pretty big and gnarly. I''ll see what I can pull from my memory and maybe I can post my samples and someone else can help carry it forward. Roy Mark Ping wrote:> Hi all, > > I''ve been trying to figure this out on my own, but if the project is > headed to alpha, it should probably be resolved before that. > > Basically, ProgressDialog doesn''t show up at all AFAICT. The Gauge > control works fine, but in the controls example as well as in a small > test app, I can''t get the ProgressDialog to appear. > > --Mark Ping > _______________________________________________ > wxruby-users mailing list > wxruby-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/wxruby-users > > > >
Mark Ping wrote:> Basically, ProgressDialog doesn''t show up at all AFAICT. The Gauge > control works fine, but in the controls example as well as in a small > test app, I can''t get the ProgressDialog to appear. >Thanks for the report Mark - I''ll add it to the bug tracker. When I tried ProgressDialog earlier on OS X, it mostly works OK, but the cancel function is broken. If you cancel, the dialog doesn''t go away. I don''t think the dialog is native on OS X though as it is on Win32. alex