Re: [Fxruby-users] FXProgressDialog problem
Status: Inactive
Brought to you by:
lyle
From: Carl Y. <ca...@yo...> - 2003-12-17 16:07:08
|
I spoke too soon. It is plain white because it doesn't have a high refresh priority while my application is chugging away doing it's own work. Is there a way I can give it a higher priority to make sure it gets painted properly before I begin my work? And I also want to change the bar to be horizontal instead of pie shaped. Thanks, Carl Carl Youngblood wrote: > 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! >> >> >> |