search for: forcerefresh

Displaying 2 results from an estimated 2 matches for "forcerefresh".

Did you mean: force_refresh
2011 Sep 21
0
flushing - stops when app window is moved
...bar freezes until the loop is done. Following instructions in the FAQ at... http://www.fox-toolkit.org/faq.html#CLIENTSERVER ... I put in an app.flush to make sure the screen stayed in sync with the actual updates. I know that is expensive, but I wanted to make sure. I also preceded flush with forceRefresh. It worked fine -- until -- I moved the application window with the mouse or obscured it with another window. Then the app window froze again until the end of the loop. This is quite a mystery to me, as I am still issuing flushes. In fact, the entire app window gets tagged "not responding&quo...
2008 Feb 28
5
FXColorDialog slow UI update
...liders, it may take sometimes until 4 seconds for the color wheel to reflect the change. That''s not a big deal, really. I guess it is only a refresh problem, which I also had on the other parts of my framework. I solved that with: def forceImmediatePageRefresh $app.repaint $app.forceRefresh $app.flush end I''m not sure this is optimal at all, but it works! Good luck with your book, and thanks for FXRuby, Regards, Philippe Note: FXRuby 1.6.13 under Windows XP, with ruby 1.8.6