WordPress database error: [INSERT, UPDATE command denied to user '51213-2'@'10.10.20.199' for table 'wp_options']
INSERT INTO `wp_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_doing_cron', '1714401395.3409171104431152343750', '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: Windows 8 : how to detect the orientation and the layout state of a metro app ? http://www.jonathanantoine.com/2011/09/15/windows-8-how-to-detect-the-orientation-and-the-layout-state-of-a-metro-app/ Yet another blog about... Tue, 16 Dec 2014 16:44:10 +0000 hourly 1 https://wordpress.org/?v=5.5.3 By: Mahendra http://www.jonathanantoine.com/2011/09/15/windows-8-how-to-detect-the-orientation-and-the-layout-state-of-a-metro-app/comment-page-1/#comment-101705 Tue, 16 Dec 2014 16:44:10 +0000 http://www.jonathanantoine.com/?p=261#comment-101705 How do I do the same for a window based wpf application?

]]>
By: bernadusedwin http://www.jonathanantoine.com/2011/09/15/windows-8-how-to-detect-the-orientation-and-the-layout-state-of-a-metro-app/comment-page-1/#comment-19066 Mon, 07 Jan 2013 16:24:51 +0000 http://www.jonathanantoine.com/?p=261#comment-19066 the article is very simple and easy to understand.
This is really helpfull but also create misguide of “memory leak”

you should add this two lines :
DisplayProperties.OrientationChanged -= _displayHandler;
ApplicationLayout.GetForCurrentView().LayoutChanged -= Page_LayoutChanged;

DisplayProperties & ApplicationLayout is static.
So must unload on every exit page event

apologize for my funny english.
English is not my main language
i hope you understand the point of my comment.
Once again, thx for the article. This is really helpfull

]]>
By: John http://www.jonathanantoine.com/2011/09/15/windows-8-how-to-detect-the-orientation-and-the-layout-state-of-a-metro-app/comment-page-1/#comment-5462 Fri, 16 Mar 2012 03:10:26 +0000 http://www.jonathanantoine.com/?p=261#comment-5462 The ApplicationLayout class is gone as out consumer preview.

They have renamed it to ApplicationView under the Windows.UI.ViewManagement namespace. It's fun living on the cutting edge…

]]>