Re: [Fxruby-users] FXProgressDialog problem
Status: Inactive
Brought to you by:
lyle
From: Carl Y. <ca...@yo...> - 2003-12-17 00:20:51
|
Actually, even though I hadn't shown that in the code I sent to you, I had tried that (calling prog.show after instantiating it) and it still doesn't work. Thanks, Carl Lyle Johnson wrote: > Well, never calling show() on the dialog box is a problem ;) > > See what happens if you add the line: > > prog.show > > as the first line of the block. Also I guess a call to prog.hide at > the end. |