Tagged Questions
0
votes
0answers
12 views
Windows Store App MediaElement Volume Control with Slider
I want set mediaelement volume with slider. My code is media.Volume = sld1.Value; but my code not working. Please help me.
-1
votes
0answers
23 views
Splitpage Template for Windows 8 [closed]
I'm a basically a designer. So not that good when comes to coding. I am developing a Windows store app that makes use of the default Split app template in Visual Studio. I tried implementing the ...
1
vote
0answers
39 views
Record Windows Store app with Simulator on Visual Studio 2012
I need to record a video tutorial for my Windows Store app. I know that there is many software for screen recording but I want to record app experience with different resolutions, using touch mode and ...
2
votes
0answers
107 views
Packaging node-webkit application as “.appx” (for Windows 8 Store)
I wanted to know how I'd packaged a node-webkit application as a .appx for the Windows 8 Store? I've been able to create an .exe of my application that works as long as it's in the same directory as ...
0
votes
0answers
32 views
how to get alias of the caller in windows 8 app
I am creating a windows 8 app (xaml) in vs 2012. I need to extract the caller alias and pass the information to Database.
Would really appreciate if you provide any pointer.
I tried to use:
var ...
0
votes
1answer
40 views
Simpler possibility for groupedview
I have a problem. I want to write an Windows 8 application and think that a Grouped GridView, like in the Sample Grouped Items App Template contained in Visual Studio, would be a good choice for data ...
0
votes
1answer
47 views
C++/CX way of iterating Map<String^, Object^>^?
I have a object of type of Map<String^, Object^>^. How do I iterate in C++/CX way? I am trying to use iterator but I am not clear about syntax. Documentation doesn't provide an example.
0
votes
0answers
39 views
Detect keyboard language change in a Windows Store App?
Is there any way to detect keyboard language changes in a Windows Store App? Other than polling using Windows.Globalization.Language.currentInputMethodLanguageTag of course...
On Desktop it to listen ...
0
votes
0answers
48 views
Windows store app:What are the .pdb folders
In my project folder i see that there is a lot of .pdb folders as shown in the picture below:
What are these folders? and is there anyway i can remove or hide them?
0
votes
1answer
38 views
Mode of Bing Maps - change posiotion
Can I change position of the box where I can choose the mode of Bing Maps ?
http://i.stack.imgur.com/DHLXn.png
or how I can collapsed this box ?
0
votes
1answer
89 views
Windows 8 App - Pass Data to MainPage
I want to pass data from a child page of the MainPage in my app. The problem, from what I can tell is that there is a splash loading screen that navigates to the MainPage and I want to write an "If ...
0
votes
2answers
39 views
Windows store app certification failed - New user sign up for services missing
Our windows store application is especially for our customers.
It requires user credential to login.
It doesn't have any sign up page.
New users cannot access our application(They should be our ...
0
votes
1answer
44 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 ...
0
votes
1answer
28 views
execCommand doesn't fire when called from keydown event in Windows Store apps
I'm writing a windows store app (HTML) that includes some simple rich-text editing. I can apply bold to the currently selected using a button which fires document.execCommand("bold",false,null);
...
0
votes
1answer
219 views
how to change background image of windows store application in c# code?
I want to change the background image of a windows store app using C#.
I'm looking to change the background image similar to the following pseudo code:
This.Background.ImageSource= "dracula-128.png";
...
1
vote
1answer
29 views
Code being skipped after CredentialPickerResults call
My code is being skipped after the CredentialPickerResults call is being made. The login screen is not shown, and the code jumps to the next function, without completing the code in the current ...
0
votes
1answer
88 views
How to set multiple logos to windows 8 store app
recently I've seen an win 8 store app, that had 2 logos that they were changing after time in metro of course.
I want implement this to my application but i cant figure out how to add more logos and ...
0
votes
1answer
29 views
'Button_Click' : is not a member of 'ButtonTest::MainPage'
I'm new to C++ and Windows Store programming, and I'm stuck defining click handlers on buttons. I'm referring to these instructions:
Add a Button control to a parent container.
To assign a ...
0
votes
1answer
56 views
How to delete a row from a table in azure database?
Am working on a windows store javascript application. The application is integrated with Azure through the mobile service. I want to delete a particular record matching a particular id.
Say if I have ...
0
votes
1answer
55 views
Fill button on the edge of image
I want to fill my button with image to the edge.
Now I have like this:
http://imgur.com/LxMEHLj
And I want to have:
http://imgur.com/731TXPT
Black label is a image.
Here is a code in xaml:
...
0
votes
2answers
86 views
Get 'Normal' .NET Classes to work on Windows 8
I normally write a lot of C#/.NET applications, so I figured I'd try out that combination for writing a Windows Store app first. However, I've been having a lot of trouble lately seeing as the classes ...
1
vote
2answers
240 views
Vertical scrolling in Windows 8 FlipView
Is it possible to do a vertical scroll in a WinJS FlipView?
It seems like the FlipView is blocking the scroll event?
Thanks in advance
0
votes
1answer
445 views
Windows 8 store app: how to have the app live tile change constantly of colour (and text)?
Is there a way to have a live tile app on the start menu being 'constantly' (as many times as possible per minute for example) change the whole colour of the tile following a precise cycle (this is a ...
1
vote
1answer
120 views
Sharing code between a silverlight and WinRT application
I'm in the process of creating a silverlight app which will run in the browser and uses some data visualization stuff provided by ComponentArt. At some point I'd also like to create a a WinRT xaml/c# ...
0
votes
2answers
210 views
IndexedDB view all Databases and Object Stores
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 few ...
1
vote
2answers
201 views
How to handle resolutions in a Windows 8 WinJS game?
I am creating a game for Windows 8 using HTML5, canvas and WinJS. The game is nearly complete and everything is working. However, I am going on to the graphics and have started to become concerned ...
0
votes
0answers
74 views
odata to localstorage xml file windows apps
Greeting,
I have a window 8 app that is connectiong to a wcf data service.
I'm getting all the data with no problems. my problem is when i want to save the data by datacontractserializer to the app ...
0
votes
1answer
78 views
Getting a list of all the Environment.SpecialFolder.MyMusic folders [duplicate]
Windows will allow you to have more than one music folder. How do I query the path for all the folders. I know that the following will get the current set folder but I want the others.
...
0
votes
2answers
102 views
External page load issue in Windows 8 App
I'm directly showing some external web page in my Windows 8 app, and this external page loads too much delayed at times and some times it does not load all. Someone please help me to overcome this ...
1
vote
0answers
58 views
Share target Contract chrash after ReportCompleted
I am facing a problem with implementing a share target contract in a Windows 8 store application.
I am doing a file upload in the share target. After clicking on my share button I start with:
...
0
votes
1answer
278 views
Binding Data to gridView in Windows RT
I am taking movie information from internet, and I put them in a class. The class contains title, name, description, and a picture from the movie. I took the data as Json response, I parsed correctly, ...
2
votes
1answer
107 views
Ways to associate an App Store App and a Desktop App
I am working on a product for Windows 8 that needs to perform some low-level tasks, display some UI, and communicate with an external server. I definitely need a Windows service to accomplish the ...
1
vote
2answers
320 views
MVVM pattern for Windows 8 - project template? [closed]
Is there any Visual Studio template for Windows 8 applications that use MVVM out of the box?
0
votes
1answer
146 views
RequestProductPurchaseAsync throws Platform::InvalidArgumentException^
I am trying the in app purchase API (C++/CX) and RequestProductPurchaseAsync throws an Platform::InvalidArgumentException^
I have the following code:
// loading store
...
0
votes
0answers
51 views
windows app cert kit hangs
I am trying to run the WACK tool on my windows store project but it
always ends up hanging on the step "Validating app...".
I have had it running for hours, but it never finishes.
The only way to ...
0
votes
1answer
885 views
How to save Bitmapimage to local folder Windows Store app
private async void Button_Click2(object sender, RoutedEventArgs e)
{
CameraCaptureUI camera = new CameraCaptureUI();
camera.PhotoSettings.AllowCropping = true;
...
1
vote
1answer
236 views
Windows store - certification failed because 'didn't seem useful'
I tried publish my app: http://pomidoro.codeplex.com/ on Windows Store and certification failed because:
'Your app doesn't meet requirement 1.1.
Comment from tester: This app didn't appear to provide ...
0
votes
1answer
260 views
Getting Windows Store app information programmatically
Windows Phone Store has an API for getting information about apps and reviews.
Does similar API exist for Windows Store apps?
0
votes
3answers
452 views
How do I get the Path from the Windows 8 Photos App as a Share Target?
When I try getting the Path from the IStorageItems passed back to me from a Share Target's GetStorageItemsAsync() call when sharing from the Windows 8 Photos app, the Path property for all items ...
1
vote
1answer
269 views
FileIO.WriteAsync hanging
I'm trying to work on a basic Windows 8 Store app, simply creating a new file and writing some sample data to it. However when I run the function I've written the app hangs and becomes unresponsive. ...
0
votes
2answers
73 views
trying to call EnumFontFamilies(…) for a windows store app says it's undefined. Why is that? Are there any alternatives?
I'm trying to have a list of the fonts installed on a Surface.
However, even after including , I can't call EnumFontFamilies.
Why is that? How could I, and if I can't, what can I do to achieve similar ...
1
vote
2answers
888 views
ComboBox default value?
I'm writing a Windows Store app and I need a ComboBox to have its default value. I also would like to know which item from the list the user selects but I can't find out how to do it. I tried ...
3
votes
3answers
832 views
Can't access newly created projects in visual studio
I'm creating a new Windows Store app in visual studio. I can't seem to run any app I create though. Even a newly created, blank app gives me the error
Error : DEP0700 : Registration of the app ...
0
votes
2answers
1k views
Adding custom pins to bing map in Windows Store app
I'm new to C# and am working on a Windows Store App that lets a user tap locations on a map to place a marker, save a title and a description for that location. I found the overlayItem class for ...
0
votes
0answers
180 views
Metro App range input, change text in tooltip?
I would like to set the text in the tool tip that appears over sliders i Win8/WinJS/Metro/Modern UI (input type="range"), but I can't find any info on how to do so.
The only information I can seem to ...
10
votes
3answers
675 views
Windows 8 Store certification for a Windows Desktop App written in Java
I have a program that is written in Java and is wrapped by an installer. It requires Java 1.7. If I run the certification with "Windows App Certification" it passes with one warning for the case Java ...
2
votes
1answer
156 views
Windows 8 Store app, Type.IsClass and System.ComponentModel.DesignerProperties.IsInDesignTool missing
I am investigating Windows 8 Store app development, and am having trouble locating the following members
Type.IsClass
System.ComponentModel.DesignerProperties.IsInDesignTool
Visual studio claims ...





