winjs Questions

6

Solved

I have an issue with a CSS3 flexbox. If I set the flexbox element to overflow and set a min-width value for the children, the right padding on the parent is lost? This is consistent on all support...
Reuter asked 12/11, 2014 at 13:42

4

Solved

I'm using IndexedDB in a Windows 8 app and I'm very new to both. I've been able to successfully create, read, update, delete objects from object stores, and have created a couple databases and a fe...
Washerwoman asked 5/3, 2013 at 21:22

3

Solved

I currently am developing an app for Windows 10 and have come across a problem. I am using JS and HTML for the UI and was hoping on using C# for code behind. From the limited documentation of this...
Evanevander asked 20/8, 2015 at 10:18

2

I'm trying to use a Windows Runtime Component to provide interoperability between my Javascript UWP app and C# logic that I've written. If I set the minimum version to Fall Creator's Update (build ...
Silkstocking asked 29/6, 2018 at 4:37

0

I have the following code in WinJS: <win-menu id="showAddContentMenu" anchor="'#showAddContentMenuCommand'"> <win-menu-command label="::'newFolder' | translate" ng-click="showFileNameF...
Sholeen asked 1/11, 2017 at 9:27

3

I have problem with WinJS.xhr when developing a Windows 8 Metro application in JavaScript. WinJS.xhr({ url: "http://www.seznam.cz"}); When above code is executed, I see in log: SCRIPT7002: XMLH...
Judges asked 1/11, 2012 at 11:42

3

Solved

In WinJS, what is the correct way to chain promises if you needed to "break out" of the chain? For instance, if you had .then() functions and a final .done(). What is the correct way to return an e...
Cytochemistry asked 4/12, 2012 at 18:43

1

Solved

I have created a toolbar in my windows app which contains a few buttons. What I want is a select dropdown list along side these buttons but no idea how to create it or append it to the toolbar via...

2

I need to implement certain functions only when the keyboard is attached to the surface. Is there a way I can detect when the surface keyboard is attached or removed ? I tried this code on Surfac...
Rifle asked 21/11, 2013 at 15:15

2

Solved

I'm trying to use Windows Runtime Component (C#) in my Windows 10 Universal App (JavaScript). I found how to do that in Windows 8.x store apps: https://msdn.microsoft.com/en-us/library/hh779077.asp...
Veraveracious asked 4/12, 2015 at 10:30

1

I'm working on a Windows 10 universal app. The aim was to have a JS front end connecting to a C# library for the heavy lifting. Though when I add the reference and trey to compile I get the followi...
Wendiwendie asked 14/10, 2015 at 7:41

1

Any image of sufficient size that is displayed in any app I've worked on becomes pixelated when resized. The screenshot above shows a high resolution photo that - when outputted - becomes heavily...

5

Solved

I'm trying to center a div, which is the Microsoft pubCenter AdControl for Windows 8 apps in HTML5/JavaScript. <div id="myAd" style="; top: 0%; width: 292px; height: 60px; z-index: 1" data-wi...
Prelect asked 8/6, 2013 at 6:30

2

I have successfully installed Windows 10 Insider Preview and Visual Studio 2015 RC on my PC, and Windows IOT Core on my Pi. I have created a new JavaScript Windows Universal App solution in Visual...
Rustic asked 12/7, 2015 at 23:12

1

I have a Windows Phone application running on a Windows Phone 8.1 device, and I am using Windows Push Notification Services (WNS) to deliver a push message to the device. Delivering push messages h...
Funereal asked 25/8, 2015 at 15:3

1

Solved

I'm having problems trying to deploy any kind of HTML application for Windows Phone 8.1 as a Company App. The application I have developed is using a Visual Studio Apache Cordova Apps project, but ...

2

I'm working on push notifications through WNS and WINJS (windows Phone 8.1). I followed this article https://msdn.microsoft.com/en-us/library/windows/apps/hh465460.aspx. Right now i can't receive p...
Kendalkendall asked 18/3, 2015 at 14:26

4

I'm working on a simple Windows 8 app in which I need to fetch a set of data from a web site. I am using WinJS.xhr() to retrieve this data, which returns a Promise. I then pass a callback into this...
Hoopoe asked 5/9, 2012 at 23:12

3

Solved

Trying out Windows Universal apps with JavaScript I noticed the WinJS.Utilities.isPhone property is no longer available, which makes sense since there would be no reason to ask for that at runtime....
Felipe asked 5/5, 2015 at 14:7

0

Is there any way in Visual Studio to view the network activity of a WinJS app? There is a DOM explorer, and I can set breakpoints in the JavaScript, but I haven't been able to find an equivalent of...
Genagenappe asked 6/3, 2015 at 16:14

2

Solved

I am trying to create a WinJS.UI.Flyout with a single input field and a single button to allow the user to enter a new value in the input field and click on the button to save it. However, on windo...

1

Solved

I am building a modern ui app and want to, with a batch file, write and periodically update data accessible though the ms-appdata:// protocol in my winjs app. I have the batch file to copy folders,...
Skip asked 29/1, 2015 at 20:57

11

Solved

Since it sounded like jQuery was an option for Metro JavaScript apps, I was starting to look forward to Windows 8 dev. I installed Visual Studio 2012 Express RC and started a new project (both empt...
Loferski asked 2/6, 2012 at 3:16

2

Solved

I would like to exclude some code when using release vs debug. Basically I have an internal admin section for testing that I don't to ever make it into the app store by accident :) Ideally, I woul...
Sociality asked 4/12, 2012 at 12:52

3

Solved

The app runs but Angular data objects are not recognized. Here is the JavaScript error I am getting: Exception was thrown at line 1059, column 11 in ms-appx://28934b41-4dd2-4414-b9a9- a73c11c1b74...
Anthill asked 9/10, 2012 at 3:21

© 2022 - 2024 — McMap. All rights reserved.