{"id":950,"date":"2019-10-23T12:03:23","date_gmt":"2019-10-23T11:03:23","guid":{"rendered":"https:\/\/ibex.tech\/windows-iot\/?p=950"},"modified":"2019-10-23T12:03:23","modified_gmt":"2019-10-23T11:03:23","slug":"page-loading","status":"publish","type":"post","link":"https:\/\/ibex.tech\/csharp\/uwp-programming-in-c\/windows-and-pages\/transitions\/page-loading","title":{"rendered":"Page Loading"},"content":{"rendered":"\n<p>If you have a page that takes a long time to load it can seem to the user nothing has happened for several seconds until the page appears.  A simple way round this is to create a quick to load page which has say an hourglass icon or &#8220;Loading&#8230;.&#8221; text and display this before loading the slow page.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\tthis.Frame.Navigate(typeof(PageLoading));\t\t\/\/Show loading screen first because this is a slow screen to load\n\tawait Task.Delay(150);\n\tthis.Frame.Navigate(typeof(PageVentilation));<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>If you have a page that takes a long time to load it can seem to the user nothing has happened for several seconds until the page appears. A simple way round this is to create a quick to load page which has say an hourglass icon or &#8220;Loading&#8230;.&#8221; text and display this before loading [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[73],"tags":[],"class_list":["post-950","post","type-post","status-publish","format-standard","hentry","category-transitions"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/csharp\/wp-json\/wp\/v2\/posts\/950","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ibex.tech\/csharp\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ibex.tech\/csharp\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ibex.tech\/csharp\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/ibex.tech\/csharp\/wp-json\/wp\/v2\/comments?post=950"}],"version-history":[{"count":0,"href":"https:\/\/ibex.tech\/csharp\/wp-json\/wp\/v2\/posts\/950\/revisions"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/csharp\/wp-json\/wp\/v2\/media?parent=950"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/csharp\/wp-json\/wp\/v2\/categories?post=950"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/csharp\/wp-json\/wp\/v2\/tags?post=950"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}