Re: [Fxruby-users] FXProgressDialog problem
Status: Inactive
Brought to you by:
lyle
From: Lyle J. <jl...@cf...> - 2003-12-17 16:25:57
|
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. I can't believe this, but no, it appears that in FOX 1.0 you're stuck with the "piechart" format for the progress dialog. Looks like this is fixed for FOX 1.2, but that doesn't help us at the moment. I think your only workaround would be to roll your own custom dialog box with a regular FXProgressBar inside it. As for the window decorations, instead of this: PROGRESSDIALOG_NOCANCEL try passing in this: DECOR_TITLE|DECOR_BORDER|PROGRESSDIALOG_NOCANCEL Hope this helps, Lyle |