From 929668d80459d32505216ee306db070e375fd2a6 Mon Sep 17 00:00:00 2001 From: David Shalaby Date: Mon, 21 Aug 2017 20:55:18 -0400 Subject: [PATCH] Updated keyboard entry mode, added empty NDEF record handling, updated kiosk/keyboard wedge configuration command (system command family) --- Example/MainWindow.xaml | 8 +- Example/MainWindow.xaml.cs | 126 +++++++++++++----- Example/Properties/AssemblyInfo.cs | 6 +- Example/Tappy Tcmp Demo.csproj | 6 +- Tcmp-SDK/Properties/AssemblyInfo.cs | 4 +- .../System/ConfigureKioskKeyboardWedgeMode.cs | 19 ++- 6 files changed, 123 insertions(+), 46 deletions(-) diff --git a/Example/MainWindow.xaml b/Example/MainWindow.xaml index 0c62e9b..59f469f 100644 --- a/Example/MainWindow.xaml +++ b/Example/MainWindow.xaml @@ -9,7 +9,7 @@ xmlns:gif="http://wpfanimatedgif.codeplex.com" mc:Ignorable="d" WindowStartupLocation="CenterScreen" - Title="Tappy Demo 2.3" Height="650" Width="800" Foreground="{x:Null}" Background="{StaticResource LightBackground}"> + Title="Tappy Demo 2.4" Height="650" Width="800" Foreground="{x:Null}" Background="{StaticResource LightBackground}"> @@ -211,7 +211,7 @@