Questions tagged [winjs]

The Windows Library for JavaScript (WinJS) is a JavaScript library that can be used with any HTML, CSS, and JavaScript project on any platform including web sites, native apps, and hybrid apps. WinJS was first created for Windows 8 to enable first class, native-quality experiences in Windows Runtime apps.

The Windows Library for JavaScript (WinJS) is a JavaScript library that can be used with any HTML, CSS, and JavaScript project on any platform including web sites, native apps, and hybrid apps. WinJS was first created for Windows 8 to enable first class, native-quality experiences in Windows Runtime apps. Today, WinJS is released under the Apache 2.0 license as an Open Source project by Microsoft Open Technologies (MS Open Tech). The source code is available on GitHub: https://github.com/winjs/winjs. WinJS is actively developed by the WinJS developers working for Microsoft Open Technologies and in collaboration with the community of open source developers. WinJS provides a distinct set of UI controls with high polish and performance with fundamental support for touch, mouse, keyboard, and accessibility. It also provides developers with a cohesive set of components and utilities to build the scaffolding and infrastructure of their applications.

1687 questions
0
votes
1 answer

Should activated be called before loaded event?

I am reading this free ebook. On page 105, it describes the sequence in which various events are invoked and it seem to suggest that activated executes before loaded. In order to test it, I added the following simple code and added breakpoints in…
crazy novice
  • 1,757
  • 3
  • 14
  • 36
0
votes
1 answer

How to pass parameters to a WCF REST method using WinJS.xhr?

I am trying to pass parameters to my WCF which uses REST to pass data. The definition of my method is : [OperationContract] [WebInvoke(RequestFormat = WebMessageFormat.Json, ResponseFormat = WebMessageFormat.Json)] void…
0
votes
2 answers

linq2IndexedDB in windows8 winJS

linq2IndexedDB in windows8 winJS Hi i am working on a winJS application.I am using linq2IndexedDB for connection IndexedDb with winJS.I am creating a database in one javascript page.How can create an object for indexedDb in other pages?
0
votes
1 answer

Is it possible to migrate WinJS app to C#/XAML WinRT and vice versa

I've developed and published a Javascript WinJS app for Windows Store. Reasons aside, is it possible to upload next release of this app written entirely in C#/WinRT/XAML instead? How to migrate an IndexedDB database data in such scenario?
Łukasz Wiatrak
  • 2,747
  • 3
  • 22
  • 38
0
votes
1 answer

Porting Azure connectivity sample to a windows store javascript navigation app

Am working on a windows store javascript application. The application will be using data from azure. When I tried to port the azure connectivity sample to a navigation template, the list view displayed the entire columns from the table. I used the…
Amar Zeno
  • 412
  • 1
  • 6
  • 23
0
votes
1 answer

WinJs-Data Binding with a custom arrayList

It seem to me so complicated and i have tried many of things but with no result. I want to create a Horizontal List View on my Metro application (Winjs/HTML), so create the template and the listView html element . The Problem that the DataSource…
Brahim
  • 309
  • 1
  • 2
  • 13
0
votes
2 answers

Applying a CSS style to an HTML table

I'm not sure if it makes a difference, but this question relates to HTML5 from within a Windows 8 app. I have the following input form:
Paul Michaels
  • 16,185
  • 43
  • 146
  • 269
0
votes
1 answer

Custom tooltip/div above tick of a WinJS range control (slider) in a Windows Store app

Using the WinJS control 'range' (which is a slider) for a Windows Store app in js/html, is there a way to create a custom div which would follow the tick while the user is dragging it, much like the default tooltip of the control but which would…
freeeman
  • 203
  • 1
  • 11
0
votes
1 answer

Navigation Not working in winJS

Navigation Not working in winJS I am trying to call a navigation on a button click.But its not working WinJS.Navigation.navigate("Views/Login/Login.html",null);
0
votes
1 answer

how to highlight image latest image in winjs listview...?

how to highlight image latest image in winjs listview I am working on a winJS application.I need to highlight latest image in winJS list view.
0
votes
1 answer

Button element not displaying text value

Steps to reproduce: Open Visual Studio 2012 Express for Windows 8 (Metro App Development) Left pane; select JavaScript as the language. Right pane; select Blank template Click OK Insert:
jay_t55
  • 11,362
  • 28
  • 103
  • 174
0
votes
1 answer

how to change metro app WINJS Sqlite database path

i am developing windows8 application using HTML5 and Javascript. I am using SQLite3-WinRT database plugin, provided by GIT HUB https://github.com/doo/SQLite3-WinRT. I have successfully integrated the plugin within my app and its working like charm,…
0
votes
1 answer

How to send data to a web Service Using Winj.xhr

I am new in Winjs coding I have data in a list . and i want to send that data to my json Web Service . I have a success to call to web service and i have the response so the web service is working but the data doesn't seem to be sent. I dont know…
Brahim
  • 309
  • 1
  • 2
  • 13
0
votes
0 answers

Windows 8 App Slow Performance with ListView

I am building a Windows 8 app and I thought I would test it on my wife's tablet - Asus Vivo Smart Tab - and I noticed it runs a little choppy when switching screens, every other aspect of the app runs fine. After a little more testing I noticed that…
skinneejoe
  • 3,921
  • 5
  • 30
  • 45
0
votes
1 answer

Determine number of columns WinJS.UI.ListView with GridLayout

My overall objective is to add a kind of header to each column of a GridLayout. Not finding any kind of built-in support for this, I thought I might be able to add the headers as a separate element. The problem is that I'll need to know how many…
Larsenal
  • 49,878
  • 43
  • 152
  • 220
1 2 3
99
100
Data1