WinJS is the name for a set of JavaScript libraries provided by Microsoft for developing native, Windows 8 style UI (aka "Metro"-style) applications starting in Windows 8.
0
votes
0answers
2 views
How debug app for ActivationKind been Search and not already running
If my app is activated due to search activation, how can I debug it? Because if I start the app using F5, then the application get activated due to ActivationKind as launched whereas I need to debug ...
0
votes
0answers
10 views
Breakpoint not getting hit due to symbols not been loaded
I am trying to debug an issue with my JavaScript based Windows 8 Store app related to search activation. I have re-build and deployed again on my machine but for some reason the breakpoint in the ...
0
votes
0answers
13 views
Rotating image using gestures after flipping is not working in winjs
I first flipped an image and then rotated the image using gestures but the image is rotating in the opposite direction.
This is the code i used to flip the image
tempob.style.transform = ...
0
votes
7answers
64 views
CSS to centralise a HTML5 div at the bottom of the screen
I have the following HTML5 document:
<canvas id="myCanvas">
</canvas>
<img id="logo" src="/images/logo.png" style="visibility:collapse" />
<div id="adControl" style="width: ...
0
votes
1answer
16 views
Winjs Application on Activated event
I have 2 pages - an authentication page and a content page.
After authentification is successful, I save this data: Winjs.Application.SessioState.mydata.
At the start (on launching) of the ...
1
vote
2answers
59 views
HTML5 Canvas performance very poor using rect()
I'm writing a game, which displays the score at the top of the screen in the following fashion:
canvasContext.fillStyle = "#FCEB77";
canvasContext.fillText(' Score: ' + Math.floor(score) + ' ...
1
vote
1answer
27 views
Convert data URL (of type blob://xxx) to IRandomAccessStream
I have an internal API (that I have no control over) which returns a URL of an image. I inspected the URL and noticed that it's has the following format:
blob://xxxxxxxx
I use this URL as a value ...
0
votes
2answers
34 views
Are WinJS/Metro Apps single threaded?
I read in Windows 8 development tutorial that Metro apps written using HTML/JavaScript runs on single thread. If so, how it executes asynchronous functions in WinRT?
0
votes
1answer
40 views
Windows 8: Html markup not showing on page
I am new to Windows 8 development, and am going the Html/Javascript route. I have started out with the Grid template.
Why when I add, Test Content.. to the content area html (not the item template ...
0
votes
2answers
36 views
Win8 / WinJS Pop Up Control with List View
In a Win 8 / WinJS / StoreApp - What is the recommended way to make a modal dialog that has a listview where users can select items?
For example, say I have a page with a to do list (listview). There ...
0
votes
1answer
21 views
WinJS ListView Tap-and-Hold
In the WinJS ListView Control, how do you handle a tap and hold gesture for an item?
Each item template has an item and the contextmenu handler works via mouse, but not touch for the tap and hold ...
0
votes
2answers
44 views
Listview remove item border and checkmark
I'm sorry if answer on this question is to easy, but I was realy trying to find answer on the internet, but without any success.
I wish to remove all kind of borders and checkmark's from my listview. ...
0
votes
2answers
23 views
Delete entry from database with WinJS and OData
I'm trying to delete an entry from the database by odata. I get the error message
{"error":{"code":"","message":{"lang":"en-US","value":"Bad Request - Error in query syntax."}}}
my code:
function ...
0
votes
3answers
46 views
Promise chaining not working. Why?
I have following code to select multiple contacts and the filter only names that have XYZ. I am using then and done to accomplish this filter. In my contacts, there is one contact named XYZ Dude and I ...
1
vote
0answers
28 views
how to access index database data in windows 8 store app
Our Devteam is caching some data in index db.To test some scenarios we want to access this index db and modify some of its data.Is there a way we can do this like we do it for isolated storage using ...
0
votes
1answer
34 views
WinJS OData JSON
try to send data to my database by web service an get this error:
Primitive values of type 'Edm.Decimal' and 'Edm.Int64' must be quoted in the payload. Make sure the value is quoted
here is my ...
-1
votes
0answers
27 views
Windows Store App (Winjs) - Cannot display page a second time
I'm writing a Windows store app where i display some employee details and information.
If i navigate the first time to this page, it's ok but the problem occurs when i press the back button and try ...
1
vote
2answers
44 views
Fire a JS function every time a settings flyout appears
I currently need a couple JavaScript functions to fire every time a user pulls out a settings flyout to dynamically populate the flyout. For example:
(function() {
functionOne();
})();
...
1
vote
1answer
21 views
How do I append multiple CSS Classes to winjs listview
I have a very simple list view that pulls back from a dynamic data source`
<div id="crCarouselGrid" data-win-control="WinJS.Binding.Template">
<div class="crCarouselGridItemImg" ...
0
votes
2answers
69 views
WinRT WinJS + C#
I'm new to the WinRT space.Our company has started developing a windows 8 store app.I initially started doing it in XAML / C# until I realized I can use javascript and html with WINJS ;).
I Have have ...
0
votes
1answer
46 views
Windows Store App (Winjs) - Template Selector (Dual Template)
i need a Grouped Listview that has two types of templates, i've reached to this:
Employee.html:
<div id="dualTemplate" data-win-control="WinJS.Binding.Template" style="display: ...
1
vote
2answers
27 views
Filtering contacts to display or show only set number of contacts
My app is calling pickMultipleContactAsync method that returns a list of contacts. If I want to filter only particular contats to display or show only a set number of contacts, does WinJS provide any ...
0
votes
1answer
36 views
Print button in Windows 8 Store app HTML + JS for Split Template app
I have an app made in WinJS for Windows 8 App store, and I use the Split Page template. So on the split page I have two colums the one named List column and the one named Item detail column. It is for ...
0
votes
2answers
38 views
Options for logging Windows Store apps
So I'm creating many Windows (8) Store apps and I'm wondering what are my best choices to help my users but possible bugs (if they ever occour).
I was thinking about a log4net like solution to a ...
1
vote
1answer
33 views
Windows 8 how to choose which camera to initialize
I am developing a Windows Store App and I am using the Camera and Microphone capabilities. I would like the back camera to be initialized but the examples that I have found always initialize the front ...
0
votes
1answer
51 views
External link in WinJS, iframe or not, doesnt matter
I work on a Windows 8 app, and from a page that I use link hystory for running back and forward through the app, I also have 3 or 4 links to external websites(eg: facebook or my site). I tried to run ...
1
vote
1answer
61 views
Windows 8 App iframe trying access page content on intranet
I am building a Windows 8 App for my company using JavaScript and HTML. I have an iframe that loads a company webpage but gets "Access Denied" when trying to access the iframes contentDocument ...
0
votes
2answers
46 views
Can I bind data to data-win-options?
I use the control MicrosoftNSJS.Advertising.AdControl in the ItemTemplate of a ListView.
I would like to bind some datas to the following data-win-options properties : ApplicationId and AdUnitId
The ...
0
votes
0answers
41 views
Flipview OpticalZoom in WinJS [closed]
Flipview OpticalZoom in WinJS
I am working in a winjs application.How to implement optical zoom in winjs flipview?
0
votes
2answers
37 views
File object in WinJS - how to retreive the containing folder
I have got a app with the getItemsAsync()-method returning a file-object for a picture chosen by the user with a file picker. Now I would like to get the folder-object of the folder which contains the ...
1
vote
2answers
112 views
how to remove an elemet from group listView in windows 8 app using javascript
I want user to select an item from listview and then from the appbar click on the delete button to remove the selected item.... I have done this kind of thing many times before but on a simple ...
3
votes
2answers
87 views
WinJS gestureRecognizer - how to trap multiple gestures
I've been using this article (and some others) to try and implement a gesture recognition in my app, and it does work. However, what I want to do is to detect multiple gestures; for example, a swipe, ...
0
votes
0answers
27 views
windows 8 sharing information with Search Contract
I am adding Search Contract to existing application. I wanted user to be able to search what ever loaded in current application if the application is on main screen. I know it is not recommended, but ...
1
vote
1answer
32 views
uploading images to amazon s3 bucket from windows 8 store app(Javascript)
It seems that amazon S3 .NET SDK is not supported in windows 8 store apps because of some restrictions in WinRT.Is there any other work around? In case I use REST api, can i use the WinJS.xhr function ...
0
votes
1answer
89 views
Animating a missile in HTML5/WinJS
I'm writing a game using HTML5/WinJS on Windows 8. I'm trying to produce the effect of a bullet or missile firing at something; however, I can't seem to get the object to go through another image in ...
0
votes
1answer
86 views
using WinJS.xhr to post variables to a URL
Am trying to create a login page for my windows 8 app, am using Html5 and javascript.. so have tried to use winjs.xhr to post what is in the textboxes as variables to a specific url which is a php ...
0
votes
0answers
30 views
WinJS: IInputStream from String
In a situation where I have a string in memory and want to send it to a web service using BackgroundUploader, I want to avoid having to write it to disk (and thus handling cleanup of temp files).
Now ...
-1
votes
0answers
47 views
WinJS.ListView databinding behaving strangely
I have asked this question on Windows 8 forum. But I am posting it here for wider audience.
I am facing strange behaviour with data binding with WinJS.ListView. For full details please refer to the ...
1
vote
0answers
43 views
WinJS share target with write access to file
My application acts as a share target for any file.
I have read access to the instances of Windows.Storage.StorageFile objects, through:
if ...
0
votes
2answers
47 views
trying to load page with WinJS controls into IE 10.0
From VS2012, I right click on default.html page and choose to run this page in IE (10.0). Problem is that any WinJS controls that I have on the page aren't been displayed. I get a warning about ...
1
vote
1answer
71 views
Create Keyboard “Extension” like Windows 8 Metro IE
In Windows 8 Metro Style IE, if you click on the address bar, there will be "bookmark" tiles show up on the top of the address bar. If you are on a touch device, the tiles will show up above the soft ...
0
votes
1answer
86 views
Function always returns the same value
I'm working on an Windows 8 app and using JavaScript for the first time. I haven't had any big issues until now.
The following function makes a request and gets a JSON object. Comparing the result I ...
3
votes
3answers
94 views
How to update visually a live tile every minute of a Windows Store App in JS/HTML/CSS?
I would like the live tile of my app to be updated everytime the user opens the Start screen as its live tile's feature is "only" visual (doesn't need to be on lockscreen or perform specific logic in ...
0
votes
1answer
21 views
View the html designer within VS 2012 without switching to Blend
I am using VS2012 for creating html/javascript type of app for windows 8 store. When I create a html file, there is no way for me to view the html file unless I launch it in the blend. Sometimes when ...
1
vote
1answer
73 views
Why is the result of document.getElementById null in this case?
I am basically new to JavaScript and WinJs stuff. Following this tutorial to learn it.
My default.html is below
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
...
0
votes
2answers
78 views
Switching from GridView to ListView when Windows Store app is snapped
I am trying to change the layout of my listView control from "GridView" to "ListView" when application gets snapped. Of course, it should return to "GridView" in any other state. I wrote some code, ...
0
votes
3answers
58 views
Design for inheritance and reuse of visual elements
I know with C++/C#, you can create controls that are reusable piece of code that you can use through inheritance etc. However, I am not sure if same principles could be used in a Windows 8 store app ...
0
votes
1answer
92 views
WinJS Binding to C# Windows Runtime Component class
I can't seems to get databinding to work between my WinJS View code and my Windows Runtime Component ViewModel code. Any suggestions or pointers to sites where this is talked about?
I'm coming from ...
0
votes
1answer
36 views
Sending Push notification in Winjs
i am developping a windows store app with html/js , so my application is a small game and i would like that player 1 can send invitation to player 2 connected with the same app .so the push notif ...
1
vote
0answers
57 views
WinJS ScrollView Pinch Zoom not working
WinJS ScrollView Pinch Zoom not working
This is my code :
<div id="container">
<img src="images/logo.png" />
</div>
#container {
width:1000px;
height:600px;
...

