Giter Club home page Giter Club logo

windows-universal-samples's Introduction

Universal Windows Platform (UWP) app samples

This repo contains the samples that demonstrate the API usage patterns for the Universal Windows Platform (UWP) in the Windows Software Development Kit (SDK) for Windows 10. These code samples were created with the Universal Windows Platform templates available in Visual Studio, and are designed to run on desktop, mobile, and future devices that support the Universal Windows Platform.

Note: If you are unfamiliar with Git and GitHub, you can download the entire collection as a ZIP file, but be sure to unzip everything to access shared dependencies. For more info on working with the ZIP file, the samples collection, and GitHub, see Get the UWP samples from GitHub. For more samples, see the Samples portal on the Windows Dev Center.

Universal Windows Platform development

These samples require Visual Studio and the Windows Software Development Kit (SDK) for Windows 10.

Get a free copy of Visual Studio Community Edition with support for building Universal Windows Platform apps

Additionally, to stay on top of the latest updates to Windows and the development tools, become a Windows Insider by joining the Windows Insider Program.

Become a Windows Insider

Using the samples

The easiest way to use these samples without using Git is to download the zip file containing the current version (using the following link or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in Visual Studio.

Download the samples ZIP

Notes:

  • Before you unzip the archive, right-click it, select Properties, and then select Unblock.
  • Be sure to unzip the entire archive, and not just individual samples. The samples all depend on the SharedContent folder in the archive.
  • In Visual Studio, the platform target defaults to ARM, so be sure to change that to x64 or x86 if you want to test on a non-ARM device.

The samples use Linked files in Visual Studio to reduce duplication of common files, including sample template files and image assets. These common files are stored in the SharedContent folder at the root of the repository, and are referred to in the project files using links.

Reminder: If you unzip individual samples, they will not build due to references to other portions of the ZIP file that were not unzipped. You must unzip the entire archive if you intend to build the samples.

For more info about the programming models, platforms, languages, and APIs demonstrated in these samples, please refer to the guidance, tutorials, and reference topics provided in the Windows 10 documentation available in the Windows Developer Center. These samples are provided as-is in order to indicate or demonstrate the functionality of the programming models and feature APIs for Windows.

Contributions

These samples are direct from the feature teams and we welcome your input on issues and suggestions for new samples. At this time we are not accepting new samples from the public, but check back here as we evolve our contribution model.

This project has adopted the Microsoft Open Source Code of Conduct. For more information, see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

See also

For additional Windows samples, see Windows on GitHub.

Samples by category

App settings

App package information Application data Store

Audio, video, and camera

360-degree video playback Adaptive streaming Advanced capture
Advanced casting Audio categories Audio graphs
Background media playback Basic camera app Basic face detection
Basic face tracking Basic media casting Camera face detection
Camera frames Camera preview frame Camera profiles
Camera resolution Camera stream coordinate mapper Camera stream correlation
DASH streaming Direct2D photo adjustment Media editing
Media import Media transport controls MIDI
Playlists PlayReady Processing frames with OpenCV
Simple imaging Spatial audio System media transport controls
Transcoding media Video playback Video playback synchronization
Video stabilization Windows audio session (WASAPI)

Communications

Bluetooth RFCOMM chat Real-time communication SMS send and receive

Contacts and calendar

Appointment calendar Contact cards Contact panel
Contact picker UserDataAccountManager

Controls, layout, and text

3D Printing 3D Printing from Unity Bottom-up list (XAML)
Clipboard Colored glyphs (DirectWrite) Commanding
Context menu Context menu (XAML) Custom text edit control
Data virtualization Display orientation Downloadable fonts (DirectWrite)
Downloadable fonts (XAML) Drag and drop Focus visuals
Full screen mode Gamepad-style navigation (XAML) Line spacing (DirectWrite)
ListView and GridView Lock screen apps Message dialog
Multiple views OCR Printing
Scaling according to DPI Secondary windows Splash screen
State triggers Tailored multiple views Title bar
UI basics (XAML) User interaction mode WebView control (XAML)
Window resizing

Custom user interactions

Basic input Complex inking Ink analysis
Low latency input Pen haptics Simple inking
Touch keyboard Touch keyboard text input

Data

Compression Content indexer Logging
PDF document Serializing and deserializing data x:Bind
x:DeferLoadStrategy XML DOM XmlLite

Deep links and app-to-app communication

App services Jump list customization Remote systems
Sharing content source app Sharing content target app User activities

Devices and sensors

Accelerometer Activity detection sensor AllJoyn consumer experiences
AllJoyn producer experiences Altimeter Background sensors
Barcode scanner Barcode scanner provider Barometer
Bluetooth advertisement Bluetooth Low Energy Cash drawer
Compass Custom HID device Custom sensors
Custom serial device Custom USB device Device enumeration and pairing
General Purpose Input/Output (GPIO) Gyrometer Inclinometer
Inter-Integrated Circuit (I2C) Lamp array Lamp device
Light sensor Line display Magnetometer
Magnetic stripe reader Near field communication (NFC) NFC enterprise provisioner
Orientation sensor Pedometer POS printer
Presence sensor Proximity sensor Radial controller
Relative inclinometer Serial Arduino Serial Peripheral Interface (SPI)
Simple orientation sensor

Files, folders, and libraries

File access File and folder thumbnail File picker
File picker provider File search Folder enumeration
Library management Semantic text query

Gaming

Direct3D game DirectX and XAML game

Globalization and localization

Application resources and localization Calendar Date and time formatting
Globalization preferences Japanese phonetic analysis Language font mapping
Linguistic services Number formatting and parsing Text segmentation
Text suggestions Unicode string processing

Graphics and animation

Animated GIF playback (XAML) Animation metrics Composition visual without framework
Direct2D advanced color image rendering Direct2D custom image effects Direct2D gradient mesh
Direct2D SVG image rendering Transform3D animations

Holographic

Basic hologram Holographic face tracking Holographic mixed reality capture
Holographic spatial mapping Holographic spatial stage Holographic voice input
Spatial interaction source Tag-along hologram
Mixed Reality Model

Identity, security, and encryption

Credential locker Client Device Information Credential picker
Disabling screen capture Enterprise data protection KeyCredentialManager
Lock screen personalization Microsoft Passport and Windows Hello Smart cards
User information UserCertificateStore UserConsentVerifier
Web account management WebAuthenticationBroker

Launching and background tasks

Association launching Background activation Background task
Extended execution Multi-instance apps Suspend and resume

Maps and location

Geolocation Geotag MapControl

Navigation

Back Button Master/detail Pivot
Projection

Networking and web services

Background transfer DatagramSocket HttpClient
JSON Mobile broadband Mobile hotspot
Network connectivity On-Demand Wi-Fi hotspot Radios
Socket activity trigger stream socket StreamSocket Syndication
USSD protocol WebSocket Wi-Fi Direct
Wi-Fi Direct services Wi-Fi hotspot authentication Wi-Fi scanning

Platform architecture

Capabilities Custom capabilities In-process component authoring
In-process component authoring Out-of-process component authoring Version adaptive code

Speech and Cortana

Cortana voice command Speech recognition and synthesis

Tiles, toasts, and notifications

Notifications Secondary tiles

windows-universal-samples's People

Contributors

chrisguzak avatar oldnewthing avatar ontx avatar supratiksen avatar turolla avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

windows-universal-samples's Issues

Pull To Refresh Sample

I was looking over the Pull To Refresh sample and had a couple of questions:

1.) I noticed that you put the ListView inside a ScrollViewer. I was under the impression that it shouldn't be done, because it would prevent virtualization. Is that not the case?

2.) I am able to get the pull to refresh to work with my touch screen, but is there any way to get it to work with a mouse?

Bluetooth Advertisement message cannot be published to iBeacon watcher on another device.

I tried to scenario-2 of Bluetooth Advertisement Watcher and Publisher sample app, but that couldn't be detected by other iBeacon-Applications on android or iPad.
I changed manufacturerData.CompanyId at the sample app's code, but I got same result.
Is there other necessary source cord change?

By the way, the watcher (scenario-1) can be received the advertise message of iBeacon and BLE Beacon.

VOIP application example is still missing after //Build 2015

It would be nice to have an example of VOIP application for Windows Universal App Platform. I expect it has some differences from regular apps (like in WP8). So it would be nice to have a dedicated example of VOIP app.
UPD: Is it even possible to create VOIP app using universal app platform which have comparable functionality to WP8 Silverlight?

Css prefix for other browsers and support of preprocessors

Hi team,

  1. After review notice that code contain -webkit -moz prefixes. I don't understand why it needed for win applications.
  2. If it for reuse same code for web may be will be useful to do tool for build app oriented for web and app oriented for win app. It can be i don't know similar to postcss with extensions or plugins for it.

PS: if it possible can show where i can ask question like "How it can be ... la la la ?". Because after some hours i didn't understand where place where can i ask it.

Sorry for strange question but it really not useful.

Thank you.

Javascript sample for Win 10 map control

Will there be javascript samples for the new Win 10 map control? Everything I've seen in the samples and elsewhere is specific to C#/XAML. Will the updated map control be supported in javascript apps?

Navigation menu Sample crash

Press on the hamburger menu, it asserts out:
Exception = {"The text associated with this error code could not be found.\r\n\r\nA TargetPropertyPath for a Style Setter cannot specify an explicit Target object. [Line: 55 Position: 49]"}

Examples do not seem to build anymore

I downloaded the examples yesterday (Sunday august 2) and tried Two of them(SerialArduino and WebView) and both give Lots of errors. SerialArduino gives 1816 and WebView 84 errors.
The most significant error is: Error CS0246 The type or namespace name 'System' could not be found in .NETCore,Version=v5.0.AssemblyAttributes.cs.
I am using visual studio 2015 C# on windows 10, targeting x86 debugging on local machine.

New Sample: Client-side data validation for user input

It would be great to see a sample demonstrating the new ValidationErrors property along with its companion properties ValidationState, ValidationIndicatorStyle & IsValidationIndicatorEnabled.

It would also be good to see how it integrates with ValidationAttribute and IValidatableObject.

BackgroundTask sample crash

Hello, I have noticed some crashes in the BackgroundTask sample. It seems that with scenario 3 & 5 if you register, unregister, and then re-register, the app will crash with the following details:

System.Exception was unhandled by user code
HResult=-2147023080
Message=Not enough quota is available to process this command. (Exception from HRESULT: 0x80070718)
Source=Windows
StackTrace:
at Windows.ApplicationModel.Background.BackgroundTaskBuilder.Register()
at BackgroundTask.BackgroundTaskSample.d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
at BackgroundTask.ServicingCompleteTask.d__3.MoveNext()
InnerException:

Cortana "adventureworks" sample

I've only been able to get cortana to work with this app once. Cortana doesn't provide the commands that are installed under the "?" menu. Uninstalled/Reinstalled and though the commands show in the help menu - after typing them in the ask me anything box, then only "bing search" is an option.

Whats the right way of tickling it to make it work?

BluetoothLE BackgroundTask

Exeption:
"Access is denied. Your App does not have permission to use Bluetooth in the background. Make sure you have declared the Task Type 'bluetooth' in your manifest."

This exeption was trow for BluetoothAdvertisement SampleProject, same for my testProject.
AppManifest following:

manifestforgithub

Geolocator throws PipeCloseException when calling GetGeopositionAsync method in windows 10 app

Here is the stack trace:
System.Exception: The pipe is being closed. (Exception from HRESULT: 0x800700E8)
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
at GeolocationCS.Scenario2.d__6.MoveNext()

Did you guys create a new repo?

I see only one commit and my forked does not look anything like this one now... I'm no git expert so I don't know if there's anything I can do to catch up. My forked repo says I'm 118 commits ahead of Microsoft master... how is that even possible?

I'm lost here

BackgroundAudio – Can’t change track or pause in the task bar

The BackgroundAudio is pretty nice :-). But I miss some sample how to enable the controls to change track and pause in the taskbar when you hovering the icon. Currently they are just disabled. I thought this would be solved by using SystemMediaTransportControls which the sample use. But it seems to just work with the controls on the keyboard, not the task bar.

Cannot open the Solution

I cannot open the bluetoothadvertisement Solution (cs). I receive a message that "bluetoothadvertisement.csproj" and "tasks.csproj" are not compatible with my Visual Studio version. I just downloaded the last community version of Visual Studio 2015.

Any idea why I have problems with the bluetoothadvertisement sample?

I'm using Windows 10 Build 10130 which is running as a virtual machine.

and Visual Studio:

Microsoft Visual Studio Community 2015 RC
Version 14.0.22823.1 D14REL
Microsoft .NET Framework
Version 4.6.00076

Installierte Version: Community

Visual Basic 2015 RC 00269-30000-00001-AA084
Microsoft Visual Basic 2015 RC

Visual C# 2015 RC 00269-30000-00001-AA084
Microsoft Visual C# 2015 RC

Visual C++ 2015 RC 00269-30000-00001-AA084
Microsoft Visual C++ 2015 RC

Visual F# 2015 RC 00269-30000-00001-AA084
Microsoft Visual F# 2015 RC

Allgemeine Azure-Tools 1.4
Bietet allgemeine Dienste für die Verwendung durch Azure Mobile Services und Microsoft Azure-Tools.

Application Insights Tools für Visual Studio Package 1.0
Application Insights Tools für Visual Studio

ASP.NET and Web Tools RC 14.0.20417.0
ASP.NET and Web Tools RC

ASP.NET Web Frameworks and Tools 2013 5.2.30411.0
For additional information, visit http://www.asp.net/

GenerateUnitTest 1.0
Generates unit test code for methods in classes under test.

Microsoft Azure Mobile Services Tools 1.4
Microsoft Azure Mobile Services Tools

NuGet-Paket-Manager 3.0.0
NuGet-Paket-Manager in Visual Studio. Weitere Informationen zu NuGet finden Sie unter "http://docs.nuget.org/".

SQL Server Data Tools 14.0.50325.0
Microsoft SQL Server Data Tools

webAccount.username always null

In the WebAccountManagement sample, the scenario "login with default Microsoft Account" seems to login ok, but the webAccount.userName is always null.
Also, when,extending the scope with wl.emails in,addition,to wl.basics, no emails information is available.
Would This ne because I run,the code from a Windows 10 build 10240 included in,a,professional domain ? Or is This due to annoter reason ?
Laurent

Issue with connecting Non Surface Device Via WifiDirect

I am trying to connect two devices via WiFi direct using the Sample WiFi direct code. One device is a surface 3 running Windows 10 and the other is a Samsung tablet (also tried tv) running android (the Samsung devices can easily connect with each other, so I know it is not the hardware). For the two primary devices, they are able to see each other to connect. I am sending a connection request from the Samsung to the Windows 10 device. The below code gives the error:

Connect operation failed: AsyncBehaviorError: Status is 'error', but getResults did not return an error

My impression is that this line is run but then fails to continue Windows.Devices.WiFiDirect.WiFiDirectDevice.fromIdAsync(deviceId, connectionParams).then(

The relevant code is below:

function OnConnectionRequested(e) {
               var connectionRequest = e.getConnectionRequest();

        WinJS.log && WinJS.log("Connecting to " + connectionRequest.deviceInformation.name + "...", "sample", "status");

        var connectionParams = new Windows.Devices.WiFiDirect.WiFiDirectConnectionParameters();
        connectionParams.groupOwnerIntent = parseInt(txtGOIntent.value.toString());

        var deviceId = connectionRequest.deviceInformation.id;

// device id comes back equaling: "WiFiDirect#26:4B:03:36:49:C6_PendingRequest"



       Windows.Devices.WiFiDirect.WiFiDirectDevice.fromIdAsync(deviceId).then(
    function (wfdDevice) {
        //this code never gets run
    },
    function (err) {
        WinJS.log && WinJS.log("Connect operation failed: " + err.toString(), "sample", "error");
        return;
    });
    }'

My best guess is that there is something wrong with the format of the id of the device and/or completing the call for fromIdAsync. However when I put the line regarding fromIdAsync and store it in a variable, it returns an object, meaning it is not null. One additional point is that I have tried passing all values 0-7 to account for different device types https://msdn.microsoft.com/en-us/library/windows/apps/windows.devices.enumeration.deviceinformationkind such as Windows.Devices.WiFiDirect.WiFiDirectDevice.fromIdAsync(deviceId, connectionParams, 0)

I am at a loss on how to debug this anymore.

However, of the 100 or so times I have tried, it worked for like 3 in the row, but stopped working when I restarted the program. Any help would be greatly appreciated.

Problem running the accountpicturename sample

I want to run the sample from above and get a Access to name disabled by Privacy Settings or Group Policy.
How can I check them both? I have enabled Account Info under privacy settings

back button examples

Are there any examples that use the hardware back button on windows mobile and the back button in tablet mode?

Windows namespace not recognised anymore

Hi,

For a week or two now, namespace "Windows" is not recognised with my universal windows hosted apps.
Please find the screenshot of what's going on when i press F12:

console

Was perfectly working before and as you can see, next to "undefined" the rest is recognised but I cannot use the windows API within my hosted app because (typeof Windows) always returns "undefined".

Do you know why suddenly, all calls to "Windows" return first "undefined"?

Thanks

Memory leak in xaml_navigation sample?

After clicking navigation menu list item many times, the memory raised and never decreased(wait 20 minutes). I don't think enable navigation cache is good idea, because it only decrease the times of create new page instances. I just don't know how to dispose the no used pages? Does anyone can help me ?

VOIP application example is missing

It would be nice to have an example of VOIP application for Windows Universal App Platform. I expect it has some differences from regular apps (like in WP8). So it would be nice to have a dedicated example of VOIP app.

socketactivitystreamsocket sample stop receive messages after some time.

I launch sample:

  • socketactivitystreamsocket on desktop
  • socketactivitystreamsocket on my Lumia with windows 10

Initially, all works fine.
Then I lock screen and wait for 8 minutes and send a message - nothing happened.
I send a message again. And see the message on server side "An existing connection was forcibly closed by remote host. (Exception from HRESULT: 0x80072746)"

Log of my actions:

9.44 - send messages all works fine even on lock screen
9.44 - lock screen
9.52 - send message nothing
9.52 - send message nothing
9.52 - An existing connection was forcibly closed by the remote host.
9.53 - Client connected message in server app
9.54 - Send message nothing
9.54 - Send message
9.54 - An existing connection was forcibly closed by the remote host. (Exception from HRESULT: 0x80072746)
9.56 - unlock the phone - no any message after 9.44

BackgroundAudio Sample Fail to play audio

Can't play an audio file when running against Local Machine or Simulator.
Running against WP Emulator works though.

Failing in StartBackgroundAudioTask in Scenario1.xaml.cs on the following line:

bool result = backgroundAudioTaskStarted.WaitOne(10000);

The result is always false.

Running on Windows 10 Pro Insider Preview 10074 (Visual Studio 2015 RC)

General comments

Nice start. Basic navigation on the samples i have tried appears to have the same flaw. Using Lumia 630 with latest build from the week of 5/5/2015. The flaws are as follow, back button no longer navigates between pages on phone, i understand that there is no back button on the desktop/tablet but it breaks a consistant feature of Windows phone from 7.0

Second, when starting the any app, pressing the link such as 1) Do this, . the pages disappears, i have to recall it by the hamburger menu then it works fine. I will have a look at these in the next couple of days.

Is there going to be a forum/discussion area on app design? I noticed in the latest release, the sizes of the tiles have changed slightly of the start page.

Failed to deploy after built with VS2015 CTP 6 & Win10 Preview

The alljoynsecureserver sample solution built with VS2015 latest CTP6 running on the latest win10 Preview (10041) for x86 or Any CPU - fixing multiples compiler error - missing png (delete reference), App.XAML (change to Application Definition).

when deploy the solution, got 19 errors:

Severity Code Description Project File Line
Error Error : DEP0700 : Registration of the app failed. C:\Windows-universal-samples-master\alljoynsecureserver\cs\bin\x86\Debug\AppX\AppxManifest.xml(26,27): error 0x80070003: Cannot install or update package Microsoft.SDKSamples.AllJoynSecureServer.CS_8wekyb3d8bbwe because the splash screen image [C:\Windows-universal-samples-master\alljoynsecureserver\cs\bin\x86\Debug\AppX\Assets\Splash-sdk.png] cannot be located. Verify that the package contains an image that can be used as a splash screen for the application, and that the package manifest points to the correct location in the package where this splash screen image can be found. (0x80073cf6) AllJoynSecureServer

Severity Code Description Project File Line
Error CS0103 The name 'StatusBorder' does not exist in the current context AllJoynSecureServer C:\Windows-universal-samples-master\alljoynsecureserver\cs\MainPage.xaml.cs 74

how to deploy to xbox?

Hi, I'm using win10 insider preview and visual studio 2015 RC to develop the uwp app. How can I deploy my apps to my xbox one? Is there any information about this? Thanks a lot!

Manifest file settings not recognized when deploying the bluetoothadvertismentsample

Hi,

I have updated my phone to the latest WIndow 10 build for Windows Phone. When I build the "bluetoothadvertismentsample" I get the following exception:

{System.UnauthorizedAccessException: Access is denied.

Your App does not have permission to use Bluetooth in the background. Make sure you have declared the Task Type 'bluetooth' in your manifest.
at Windows.ApplicationModel.Background.BackgroundTaskBuilder.Register()
at BluetoothAdvertisement.Scenario4_BackgroundPublisher.<RunButton_Click>d__10.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c__DisplayClass2.b__3(Object state)
at System.Threading.WinRTSynchronizationContext.Invoker.InvokeCore()}

I have attached a screenshot that clearly shows that the Task-Type was added by the creator of the sample.

Any ideas how to fix this?

appmanifest

filepicker - Save a File demo doesn't work on mobile

Steps to reproduce:

  1. Start a debug session of the latest version of the filepicker demo in the phone emulator, running Windows version 10.0.12552.70.
  2. Tap "4) Save a file" in the navigation menu
  3. Tap the "Save file button"
  4. Observe that the OutputTextBlock text immediately reads "Operation cancelled."

Update JS samples to use the newest version of WinJS

The JS samples all appear to use a build of WinJS 4.0 other than what was shipped with the VS2015 RC. This makes it very difficult to grab the code and toss it in a new JS UWP app without downgrading WinJS.

NavigationMenuSample Crashes When Clicking Hamburger Menu

This is the error message when you select the hamburger menu in the NavigationMenuSample app.

Message = "The text associated with this error code could not be found.\r\n\r\nA TargetPropertyPath for a Style Setter cannot specify an explicit Target object. [Line: 55 Position: 49]"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.