Refreshing page on Windows compact embedded 7 with silverlight
hi,
i'm experiencing performance hit in silverlight windows compact embedded 7. have multiple pages application, , when i click on button want app display new page. problem occurs there delay between moment push button , moment page displayed. according tests have made, delay doesn't come lack of performance of cpu fact silverlight not display page when told to.
have tried use updatewindow hwnd provided getcontainerhwnd doesn't change things @ all, maybe because applicationd doesn't have wndproc message pump.
there way force refresh of active window in silverlight windows compact embedded ?
thank you,
i'm experiencing performance hit in silverlight windows compact embedded 7. have multiple pages application, , when i click on button want app display new page. problem occurs there delay between moment push button , moment page displayed. according tests have made, delay doesn't come lack of performance of cpu fact silverlight not display page when told to.
have tried use updatewindow hwnd provided getcontainerhwnd doesn't change things @ all, maybe because applicationd doesn't have wndproc message pump.
there way force refresh of active window in silverlight windows compact embedded ?
thank you,
hi,
i suggest use multiple threads, if delay long when change page may means have thread still running . please check code find out if there endless loop.
regards,
Silverlight > Performance Profiling and Optimization with Silverlight
Comments
Post a Comment