Questions tagged [template10]

Template 10 is a set of Visual Studio project templates intended for Windows 10 UWP XAML apps written in C#.

Template 10 is a set of Visual Studio project templates. They are intended to boost developer productivity by getting ~80% of the boilerplate stuff delivered in the template - things like navigation, suspension, and even a Hamburger control.

Template 10 is intended for Windows apps written in C#. You can install Template 10 by searching for "Template 10" in the Visual Studio 2015 Extension Manager. Once installed, Template 10 templates will show up in the New Project dialog.

More info can be found at the official GitHub repository.

297 questions
0
votes
1 answer

Deselect a ListViewItem from the ViewModel

I have Two ListViews the first is a MultipleSelection Enabled ListView. When the user clicks an item from the first ListView it is added to the second ListView, and when he deselects an item from the first listView it is deleted from the second…
Tom Kitch
  • 21
  • 5
0
votes
2 answers

Remove Universal Windows Platform Black toolbar

Might be a really stupid question but anyone got any idea how to get rid of the black toolbar appearing when running my application. I'm using Template10 as well.
NicolasL
  • 119
  • 1
  • 10
0
votes
1 answer

UWP Semantic Zoom, ListView, VisualState

mvermef
  • 3,814
  • 1
  • 23
  • 36
0
votes
2 answers

Template10 PageHeader Text Binding Exception

I'm using Template10 for my UWP application and I want to update page header text dynamicly. Here is my XAML,
0
votes
1 answer

Getting following error while creating new project in visual studio 2015 using template 10

Getting following error while creating new project in visual studio 2015 using template 10 Error: this template attempted to load component assembly 'Microsoft.VisualStudio.Universal.TemplateWizards, Version=14.0.0.0, Culture=neutral,…
0
votes
1 answer

Cannot navigate back in Template10

I'm trying to navigate back to my MainPage from this secondary page. I tried to use NavigationService.GoBack() but I got NullReferenceException. I didn't change anything from the viewmodel. What I intended to do is to save user input into SQLite…
Muhamad Iqbal
  • 742
  • 1
  • 4
  • 17
0
votes
1 answer

Nested menu with Template 10

I want to use the Hamburger menu from Template 10 and add dynamic sections, for example --Mail section (header) ------Inbox ------Sent Items --Calendar (header) -----etc.. list of headers, for each item, there is a list of clickable…
Mostafa El-Abady
  • 618
  • 9
  • 25
0
votes
1 answer

Errors in new Template10 Blank app

I tried a new blank app for Template10. The first thing that comes up is a web page that gives some sort of supplimentary instructions as to why the app has 163 errors. I don't understand what it is trying to say, nor how to clear the errors. …
TheBard
  • 156
  • 1
  • 11
0
votes
1 answer

What is the difference between Template 10 templates?

I have created new projects using the Template 10 Blank, Minimal and Hamburger templates. I can see the Hamburger template adds the Models and Services folders. The Minimal template also adds a Converters folder. Beyond creating these folders, how…
Vague
  • 2,198
  • 3
  • 18
  • 46
0
votes
1 answer

Hardware Back button closes app

When I press on the hardware back button in my uwp app, the app closes. I use the hamburger interface from Template 10. I added the following code in the app.xaml.cs and in het schell.xaml.cs but when I press back it says that the parameter…
A. Bouthoorn
  • 123
  • 1
  • 7
0
votes
2 answers

Windows UWP Template 10 and Assigned Access/Kiosk Mode

I'm currently working on a Windows 10 UWP Kiosk Mode application to run on a tablet and after having just stumbled on the Template 10 project templates I'm wondering how you would go about making the necessary changes to the base Template 10 project…
Karoly S
  • 3,180
  • 4
  • 35
  • 55
0
votes
1 answer

Programmatically turn off the system sound for NFC proximity on Windows 10 phone

I'm developing a Universal Windows Platform (UWP) app for use on Windows 10 phones (e.g., Lumia 950/950XL). Part of the app requires that an NFC tag is tapped to allow the user to indicate their presence at a particular location. When the phone…
grahama
  • 100
  • 1
  • 9
0
votes
2 answers

Template10 Resume running services after app suspension

I am developing a UWP template 10 (Hamburger) app which makes use of the Microsoft Band, I thought I had pretty much finished as I have all my services tied up to the Band (through a class library project) and the values are updating on screen…
BGTurner
  • 307
  • 3
  • 9
0
votes
1 answer

If I want to include the Template 10 code project (and not only through GitHub) how can I do?

I supposed I have to include only the project available in "Template 10 (Library)" folder (as it is for the example projects available in the Template 10 solution), but if I do so and I try to compile it, I get this error related to Snippets…
0
votes
1 answer

Exception when supsending/resuming on W10M - Value does not fall within the expected range

I am using Template 10 NuGet Version 1.1.4 and am seeing the following exception when I perform the below actions on my Windows 10 Mobile device: Run the App Press the Windows Home button (takes me back to the Start screen) Run the App again What…
Darshan
  • 149
  • 2
  • 11
1 2 3
19
20