Re: [Fxruby-users] FXProgressDialog problem
Status: Inactive
Brought to you by:
lyle
From: Lyle J. <jl...@cf...> - 2003-12-17 15:51:44
|
Carl Youngblood wrote: > 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. Ah, my bad. What I should have said was add these *two* lines at the beginning of the block: prog.create prog.show Let's see if that does it! |