Home » U++ Library support » U++ Widgets - General questions or Mixed problems » howto best Ctrl Refresh handling w/ MT & very frequent refreshes
| Re: howto best Ctrl Refresh handling w/ MT & very frequent refreshes [message #26765 is a reply to message #26758] |
Wed, 26 May 2010 16:45   |
|
|
Hi kohait,
Just a few ideas:
You can try to update the GUI using PostCallback rather then GuiLock. It sends callback to main thread and gets executed there. I believe it could speed things a bit.
Alternatively, it might (I did not test this) help a little bit to just change the GUI without refresh and then call refresh from main thread periodically.
Best regards,
Honza
|
|
|
|
Goto Forum:
Current Time: Sun May 17 09:21:34 GMT+2 2026
Total time taken to generate the page: 0.00650 seconds
|