WordPress database error: [INSERT, UPDATE command denied to user '51213-2'@'10.10.20.5' for table 'wp_options']
INSERT INTO `wp_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_doing_cron', '1714293349.9224989414215087890625', 'yes') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)


Warning: Cannot modify header information - headers already sent by (output started at /home/lexiqued/www/WordPress/wp-includes/wp-db.php:1502) in /home/lexiqued/www/WordPress/wp-includes/feed-rss2-comments.php on line 8
Comments on: Update the WPF UI now: how to wait for the rendering to finish ? http://www.jonathanantoine.com/2011/08/29/update-my-ui-now-how-to-wait-for-the-rendering-to-finish/ Yet another blog about... Sat, 12 Mar 2016 18:40:25 +0000 hourly 1 https://wordpress.org/?v=5.5.3 By: no name here http://www.jonathanantoine.com/2011/08/29/update-my-ui-now-how-to-wait-for-the-rendering-to-finish/comment-page-1/#comment-173670 Sat, 12 Mar 2016 18:40:25 +0000 http://www.jonathanantoine.com/?p=113#comment-173670 It's an old post, but I just wanted to say thank you. I've been searching half a week for reason why a dispatched UI operation is not freed from memory which lead to kind of "memory leak".

Your example made it easy to pinpoint the line that caused the problem.

In the end there was one line which triggered very stealthy endless loop – everything functioned perfectly but the loop did not let go off some resources.

]]>
By: Ralph http://www.jonathanantoine.com/2011/08/29/update-my-ui-now-how-to-wait-for-the-rendering-to-finish/comment-page-1/#comment-172212 Sat, 06 Feb 2016 14:15:45 +0000 http://www.jonathanantoine.com/?p=113#comment-172212 Very good! Clean and simple.

]]>
By: Donatello http://www.jonathanantoine.com/2011/08/29/update-my-ui-now-how-to-wait-for-the-rendering-to-finish/comment-page-1/#comment-168783 Tue, 08 Dec 2015 14:27:46 +0000 http://www.jonathanantoine.com/?p=113#comment-168783 In reply to Peter.

Dispatcher.CurrentDispatcher.Invoke(New Action(Sub()
End Sub), DispatcherPriority.ContextIdle, Nothing)

Note that End Sub needs to be on a separate line from Sub().

]]>
By: Tom http://www.jonathanantoine.com/2011/08/29/update-my-ui-now-how-to-wait-for-the-rendering-to-finish/comment-page-1/#comment-180127 Tue, 20 Oct 2015 06:51:34 +0000 http://www.jonathanantoine.com/?p=113#comment-180127 Thanks a lot!!!!! saved lots of time for me! thanks again!

]]>
By: Kali http://www.jonathanantoine.com/2011/08/29/update-my-ui-now-how-to-wait-for-the-rendering-to-finish/comment-page-1/#comment-141291 Mon, 29 Jun 2015 04:18:57 +0000 http://www.jonathanantoine.com/?p=113#comment-141291 I actually delight in reading your blog post Update the

WPF UI now: how to wait for the rendering to finish ?

| Jonathan ANTOINE’s thoughts on WPF, Silverlight, WinRT, NUI….

]]>
By: Nickyh62 http://www.jonathanantoine.com/2011/08/29/update-my-ui-now-how-to-wait-for-the-rendering-to-finish/comment-page-1/#comment-115760 Tue, 24 Feb 2015 16:56:30 +0000 http://www.jonathanantoine.com/?p=113#comment-115760 Doesn't work reliably from what I've observed, a hack.

]]>
By: Charles http://www.jonathanantoine.com/2011/08/29/update-my-ui-now-how-to-wait-for-the-rendering-to-finish/comment-page-1/#comment-107531 Wed, 14 Jan 2015 14:05:17 +0000 http://www.jonathanantoine.com/?p=113#comment-107531 Thank you/ merci

J`avais vraiment désespéré à trouver une solution

]]>
By: Peter http://www.jonathanantoine.com/2011/08/29/update-my-ui-now-how-to-wait-for-the-rendering-to-finish/comment-page-1/#comment-83180 Fri, 22 Aug 2014 09:20:15 +0000 http://www.jonathanantoine.com/?p=113#comment-83180 Any idea how I would do this in VB.NET? I'm banding my hand to have this achieved… Thanks!

]]>
By: Narek http://www.jonathanantoine.com/2011/08/29/update-my-ui-now-how-to-wait-for-the-rendering-to-finish/comment-page-1/#comment-33078 Fri, 12 Apr 2013 03:38:42 +0000 http://www.jonathanantoine.com/?p=113#comment-33078 Thanks for the great article.
I was wondering if a similar technique can be applied in a Silverlight application. The same scenario is very common in Silverlight also, when you need to wait untill the UI rendering is finished but I could not find any solution. The suggested method can not be applied as Silverlight does not support DispatcherPriority.

]]>
By: lukas http://www.jonathanantoine.com/2011/08/29/update-my-ui-now-how-to-wait-for-the-rendering-to-finish/comment-page-1/#comment-6886 Mon, 16 Apr 2012 02:54:10 +0000 http://www.jonathanantoine.com/?p=113#comment-6886 Nice, I used it for my 3D rendering http://alloysvisualisation.codeplex.com/, null is not unnecessary, though.

]]>