WordPress database error: [INSERT, UPDATE command denied to user '51213-2'@'10.10.20.130' for table 'wp_options']
INSERT INTO `wp_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_doing_cron', '1714279014.1111629009246826171875', '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/rest-api/class-wp-rest-server.php on line 1372

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/rest-api/class-wp-rest-server.php on line 1372

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/rest-api/class-wp-rest-server.php on line 1372

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/rest-api/class-wp-rest-server.php on line 1372

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/rest-api/class-wp-rest-server.php on line 1372

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/rest-api/class-wp-rest-server.php on line 1372

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/rest-api/class-wp-rest-server.php on line 1372

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/rest-api/class-wp-rest-server.php on line 1372
{"id":113,"date":"2011-08-29T14:18:36","date_gmt":"2011-08-29T13:18:36","guid":{"rendered":"http:\/\/www.jonathanantoine.com\/?p=113"},"modified":"2011-08-29T18:54:05","modified_gmt":"2011-08-29T17:54:05","slug":"update-my-ui-now-how-to-wait-for-the-rendering-to-finish","status":"publish","type":"post","link":"http:\/\/www.jonathanantoine.com\/2011\/08\/29\/update-my-ui-now-how-to-wait-for-the-rendering-to-finish\/","title":{"rendered":"Update the WPF UI now: how to wait for the rendering to finish ?"},"content":{"rendered":"

\"UI<\/a><\/span><\/p>\n

WPF is really awesome to build reactive applications and data binding is here to push useful information inside of the User Interface. All is done magically and it’s wonderfully simple to create an application without knowledge of the internals of the WPF’s rendering.<\/p>\n

Now, I wan’t to talk about something which can useful in every WPF application : how to wait for the rendering UI to be done<\/strong>. This can also be rephrased to : how to force the rendering after I performed an action ?<\/em>“<\/strong>.<\/p>\n

<\/p>\n

Why would I need this ?<\/em><\/h4>\n

You can find a lot of reasons<\/span> to need this:<\/p>\n