template10 Questions
4
I ran Enable-Migrations after much drama I finally got the command right so that it creates the Migrations directory within my project.
However, this is the file it gave me back.. I have moved the...
Cirone asked 17/2, 2017 at 5:26
2
I have spent over two weeks searching google, bing, stack overflow, and msdn docs trying to figure out how to do a proper dependency injection for a mobile app that I am developing. To be clear, I ...
Bagehot asked 7/9, 2017 at 3:10
1
Solved
In a UWP-Windows 10 C#/XAML app using Template10, I'm currently trying to have my pages/views inherit from a base class that inherits from Windows.UI.Xaml.Controls.Page.
This has been working corre...
Undenominational asked 26/7, 2017 at 21:51
2
Solved
This applies to UWP, how can I disable animation of list view items? I have a method that runs every few seconds, and the fly-in animation effect makes it visually displeasing. I want to disable th...
Polygraph asked 19/4, 2017 at 1:19
2
I have an app based on Template10 and want to handle my dependency injection using IoC. I am leaning toward using Unity for this. My app is divided into three assemblies:
UI (Universal app)
UI Lo...
Paederast asked 26/5, 2016 at 5:42
3
Solved
When I run the App Certification on my Template 10 based app, I get the following error:
Error Found: The app prelaunch validation detected the following errors:◦The app failed prelaunch test - 49...
Henn asked 23/2, 2016 at 4:45
1
I am trying to migrate some code from an old Windows 8.1 app that I had developed using Prism/Unity to a new UWP app using Template 10 and Unity. I have seen in the documentation for Template 10 he...
Foreandafter asked 24/6, 2016 at 23:51
1
I have an UWP using Template10. I want to have a grid with items and on the OnClick event of an item I want to open another page. The usual
var item = (Invitation)e.ClickedItem;
this.Frame.Navigat...
Goose asked 21/6, 2016 at 22:28
2
Solved
I am using UWP and Template 10 to build a GUI app by following MVVM pattern. As a part of application I need to invoke a content dialog by pressing button on Main Page. So separate ContentDialog wa...
Location asked 5/1, 2016 at 23:35
1
© 2022 - 2024 — McMap. All rights reserved.