WordPress database error: [INSERT, UPDATE command denied to user '51213-2'@'10.10.20.69' for table 'wp_options']
INSERT INTO `wp_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_doing_cron', '1715030931.1088690757751464843750', '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: #HoloLens : launch a 3D (Holograms) app from a 2D #XAML app and going back to it #UWP http://www.jonathanantoine.com/2016/06/29/hololens-launch-a-3d-holograms-app-from-a-2d-xaml-app-and-going-back-to-it-uwp/ Yet another blog about... Tue, 03 Jan 2017 10:40:49 +0000 hourly 1 https://wordpress.org/?v=5.5.3 By: BOUDY http://www.jonathanantoine.com/2016/06/29/hololens-launch-a-3d-holograms-app-from-a-2d-xaml-app-and-going-back-to-it-uwp/comment-page-1/#comment-196696 Tue, 03 Jan 2017 10:40:49 +0000 http://www.jonathanantoine.com/?p=1573#comment-196696 Hello,
How use the code "GoBackToEarth.CloseThisHolographicView" in Unity to going back to the 2D View ?
Thanks to you reponse.

]]>
By: Manivel http://www.jonathanantoine.com/2016/06/29/hololens-launch-a-3d-holograms-app-from-a-2d-xaml-app-and-going-back-to-it-uwp/comment-page-1/#comment-196641 Tue, 03 Jan 2017 05:17:57 +0000 http://www.jonathanantoine.com/?p=1573#comment-196641 Hi,

I have implemented the above code in my application. it is working fine.
But when I navigate from 2D XAML to 3D second time, app is crashing

]]>
By: Manivel http://www.jonathanantoine.com/2016/06/29/hololens-launch-a-3d-holograms-app-from-a-2d-xaml-app-and-going-back-to-it-uwp/comment-page-1/#comment-196470 Mon, 02 Jan 2017 11:18:41 +0000 http://www.jonathanantoine.com/?p=1573#comment-196470 Hi,

Thanks for your article. It used me lot.
I have some observations then below

1. Navigate to 2D XAML to 3D page
2. I can navigate from 3D to 2D XAML page, then I can see the 2D XAML page.
3. Again i am trying to navigate from 2D XAML to 3D page.

But it is not working properly.
Please can you give some solution.

]]>
By: BOUDY http://www.jonathanantoine.com/2016/06/29/hololens-launch-a-3d-holograms-app-from-a-2d-xaml-app-and-going-back-to-it-uwp/comment-page-1/#comment-195523 Wed, 28 Dec 2016 15:42:42 +0000 http://www.jonathanantoine.com/?p=1573#comment-195523 Hello,
Tout d'abord merci pour ton post.
Débutante en C# et sur Visual Studio un détail qui est certainement évident pour tous doit m'échapper pour réussir à implementer ce switch 2D – 3D dans mon projet sur Hololens. Aurais-tu un exemple de projet simple permettant d'afficher un objet 3D classique Unity avec seulement 2 boutons pour passer d'une vue UWP à une vue Unity ? peut-être via Github ?
Merci par avance,

]]>
By: Dwrin http://www.jonathanantoine.com/2016/06/29/hololens-launch-a-3d-holograms-app-from-a-2d-xaml-app-and-going-back-to-it-uwp/comment-page-1/#comment-194728 Tue, 20 Dec 2016 12:38:39 +0000 http://www.jonathanantoine.com/?p=1573#comment-194728 This is amazing! I'm going to try this in my next App I develop.

]]>
By: Vinothkumar http://www.jonathanantoine.com/2016/06/29/hololens-launch-a-3d-holograms-app-from-a-2d-xaml-app-and-going-back-to-it-uwp/comment-page-1/#comment-190781 Thu, 17 Nov 2016 13:37:04 +0000 http://www.jonathanantoine.com/?p=1573#comment-190781 Thanks for this awesome article. You saved my day.

I'm able to switch from 2D XAML page to Unity scene. But I'm not able to switch back to 2D view from Unity's 3D view. Can you please tell me where should I place the code mentioned under "Going back to the 2D View" section?

I understand this code should be placed in unity project. When I try to write the above code, unity is throwing this error.

"The name 'Dispatcher' does not exist in the current context."

Please help me in fixing this.

]]>
By: thewhiteambit http://www.jonathanantoine.com/2016/06/29/hololens-launch-a-3d-holograms-app-from-a-2d-xaml-app-and-going-back-to-it-uwp/comment-page-1/#comment-189043 Fri, 28 Oct 2016 13:49:47 +0000 http://www.jonathanantoine.com/?p=1573#comment-189043 ApplicationView.GetForCurrentView() has no overload for IFrameworkViewSource, so this is simply not possible as stated. Can you provide a working example of opening a view for IFrameworkViewSource from Xaml. Using CoreApplication.CreateNewView(IFrameworkViewSource) throws STA Thread exceptions.

]]>
By: Kirk http://www.jonathanantoine.com/2016/06/29/hololens-launch-a-3d-holograms-app-from-a-2d-xaml-app-and-going-back-to-it-uwp/comment-page-1/#comment-187738 Sun, 09 Oct 2016 16:35:38 +0000 http://www.jonathanantoine.com/?p=1573#comment-187738 Jonathan any chance we could get a Visual Studio solution showing how and where you put this together?

Thanks,
Kirk

]]>
By: Kirk http://www.jonathanantoine.com/2016/06/29/hololens-launch-a-3d-holograms-app-from-a-2d-xaml-app-and-going-back-to-it-uwp/comment-page-1/#comment-187628 Fri, 07 Oct 2016 15:59:47 +0000 http://www.jonathanantoine.com/?p=1573#comment-187628 Exactly what I been looking for and want to do. Had a conversation with a Unity dev long ago and the conclusion was that the shelling would be at best slow. What I'm still not sure of is the project type to use. Should it be a C# Holographic project template to start or the Unity XAML one? When I tried the Unity XAML one my Bing API async/await calls would produce object not set errors. Was thinking about a wrapper class for a workaround.

]]>
By: cindy http://www.jonathanantoine.com/2016/06/29/hololens-launch-a-3d-holograms-app-from-a-2d-xaml-app-and-going-back-to-it-uwp/comment-page-1/#comment-186181 Thu, 22 Sep 2016 05:19:59 +0000 http://www.jonathanantoine.com/?p=1573#comment-186181 hello, it's so cool function, but can you share me with code?thank you so much:)

]]>