Re: [Fxruby-users] FXProgressDialog problem
Status: Inactive
Brought to you by:
lyle
From: Carl Y. <ca...@yo...> - 2003-12-17 16:04:09
|
It worked! Except it just appears plain white with no normal window style and a piechart with a percentage. Is there a quick way to get a more conventional progress dialog? I want a modal dialog box with a title, some text below it, and a horizontal bar that moves from left to right. Thanks, Carl Lyle Johnson wrote: > 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! > > > |