Re: [Fxruby-users] FXProgressDialog problem
Status: Inactive
Brought to you by:
lyle
From: Carl Y. <ca...@yo...> - 2003-12-17 17:24:58
|
I tried adding app.flush and app.forcerefresh after I show the progress dialog but nothing seemed to change. I see only the pie chart, since it is being updated, and the rest of the dialog doesn't show up until the operation is over. I figured that maybe I needed to call forcerefresh or flush on the FXProgressDialog itself, but it didn't seem to have these methods. Lyle Johnson wrote: > Carl Youngblood wrote: > >> 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? > > > You may want to look at this question from this FOX FAQ list: > > http://www.fox-toolkit.org/faq.html#CLIENTSERVER > > Hope this helps, > > Lyle > > > |