Windows Phone 8 is a version of Windows Phone (Oct 29, 2012 - present), succeeding Windows Phone 7.5 and includes many new featuresets.

learn more… | top users | synonyms

0
votes
0answers
21 views

Cannot use most Behaviors in Blend for Visual Studio 2012 (Windows Phone 8)

I can't seem to access most of the behaviors under "Behaviors" in Blend's Assets tab. When I first started the program, I had access to 6 behaviors, including GoToStateAction. I dragged and dropped ...
0
votes
0answers
16 views

Get resource directory (similar to App.GetResourceStream)

Is it possible to access a directory with resources files, similar to App.GetResourceStream? Intention: I have a directory of images, which is constantly being extended and I want to be able to ...
0
votes
2answers
53 views

Windows Phone - Serialize/Save InkPresenter control

I have a InkPresenter and add Strokes onto it using InkPresenter.Strokes.Add(Stroke). After that, I want to serialize/save the InkPresenter to the file system or database. Ink.Strokes is type of ...
1
vote
4answers
109 views

Windows Phone 8 Nokia Maps: How to change the design of a Microsoft.Phone.Maps.Toolkit Pushpin?

Default, they look like this: http://wp.qmatteoq.com/wp-content/uploads/2013/01/map.png. I would like to have them look like on Nokia Maps, like this: ...
0
votes
0answers
34 views

Direct3D (DirectX) web browser Windows phone 8

I am developing a Direct3D application on Windows phone 8 and would like to add a web browser to display html and optionally run simple JavaScript. The only answers online are old (2008) and seem ...
0
votes
0answers
26 views

Windows Phone 8 RSA Encryption

Hi i am trying o generate my public key for my RSA 4096 encryption in my windows phone 8 ecryption app i am using this method: RSACryptoServiceProvider rsaProvider = new ...
-1
votes
0answers
22 views

How to avoid network (internet) connection to be interrupted in windows phone app when network connectivity switches from 4G to 3G or from 3G to 2G? [closed]

Hi i am developing an windows phone application , in which i am accessing the services to get some data from the services, in that moment if the network connectivity switches from 4G to 3G or from 3G ...
0
votes
1answer
86 views

WP8 root frame change

Am trying to change root frame in code behind: // Do not add any additional code to this method private void CompleteInitializePhoneApplication(object sender, NavigationEventArgs e) { ...
0
votes
1answer
52 views

WP8 back button go two steps back

I am trying to figure out how I could go two pages back in windows phone 8 sdk. I know I can overwrite the function: protected override void OnBackKeyPress(System.ComponentModel.CancelEventArgs e) ...
0
votes
0answers
23 views

how to add reminders / reminders kind notifications which reminds the user once set in windows phone app?

hi i am developing a windows phone app, i want to set reminders in my app . 1)how to set a reminder in windows phone app ?? 2)reminders kind notifications which will remind the user at that ...
0
votes
1answer
34 views

How to disable Auto Locking when our windows phone app is running?

i am developing a windows phone app in which i fetching some data from service at that moment the device will go to auto lock since it is un - responsive for long time. so , how can i avoid this auto ...
1
vote
3answers
31 views

How to skip login page if the user data is saved in the isolatedstorage

I'm developing a windows phone 8 app that requires logging in. When the user opens the app for the first time he login and his data is saved in the isolated storage, the next time he starts the app I ...
2
votes
1answer
101 views

Windows Phone 8 panorama layouts

I'm new to Windows phone 8 development and I am having difficulty with a panorama view. When I create a basic 'Windows Phone Portrait Page' I have no difficulty creating grids and aligning Toolbox ...
1
vote
1answer
46 views

Windows Phone 8 Paused video doesn't Resume (audio does)

In my application i have a fullscreen MediaElement that reproduces a full screen video. When i Pause the video i cannot resume it (with MediaElement1.Play()) as only audio resumes. It seems like the ...
0
votes
1answer
27 views

Disk filter driver on Windows Phone 8

We are using Disk filter driver developed for Windows 8 OS. Please let me know whether it is possible to use same driver on Windows 8 Phone OS. Please let me know the forum, if this forum is not the ...
0
votes
2answers
52 views

how to set drop-down-list offset in ComboBox to be like the old-school style (win store app)

I want the combobox's drop-down-list to be opened right from the offset of the combobox's contentPresenter (you know... the part that shows the selected item). But hat actually happens is that the ...
0
votes
1answer
97 views

Accordion menu in windows phone 8 by using webbrowser control

I am using the following HTML page to make an accordion control: <!DOCTYPE > <html > <head > <title></title> <script language="JavaScript" ...
0
votes
0answers
31 views

DeviceExtendedProperties.GetValue throws exception ArgumentOutOfRangeException for property “IsApplicationPreinstalled”

I want to know if the application is preinstalled or downloaded from market place on windows phone 8 platform. For that i used ...
0
votes
0answers
23 views

Need help - cannot open file Box2DWindowsPhone.lib in cocos2d-x for windows phone

I have a problem when link Box2DWindowsPhone.lib to cocos2d-x for windows phone. i have configed my Project property->linker->input field: ...
0
votes
1answer
42 views

how to access elements in a StackPanel in listbox

I have a ListBox that contains a StackPanel which contains an Image and a TextBlock. I want to access the TextBlock via c# (code-behind) to change it's font manually. Relevent XAML: <ListBox ...
1
vote
2answers
43 views

Add Search button in place of enter button Windows phone 8

I am working on windows phone 8 app,Want to add button with text Search(In place of Enter Button) while click on search textbox jsut like in Store search it shows white button in place of Enter button ...
0
votes
2answers
53 views

how to interchange images with application bar icon buttons in windows phone 8?

I am working on windows phone 8 app. How to interchange images with ApplicationBarIconButton as shown below. First screenshot is the example for it. In second screenshot letter D is dragged over to ...
0
votes
1answer
38 views

Windows Phone 8 - WebBrowser Control does not perform ajax refresh

I am using a webbrowser control in my app. The control does not perform at all with ajax refresh panels, almost like it is preventing the partial-refresh to load. Is there something I am missing ...
0
votes
1answer
42 views

Windows Phone 8 SDK - Issue with screen locking, and application starting over

I have an application with a webbrowser control in it. When I navigate in that control then step away for a bit, then come back to it (after unlocking the screen due to inactivity), the ...
-1
votes
0answers
39 views

Mobile App Security Best Practices [closed]

I have a need for the following: I have a mobile application that has a UI with a login and some features such as interaction with the camera. Most of the time I want to use an imbedded web browser ...
0
votes
0answers
37 views

Windows Phone 8 SDK - Force windows authentication in webbrowser control

I have a login screen in my phone app, when I have users log into that, I want the webbrowser control that I have to open a new web page that is behind windows authentication. I could also use forms ...
0
votes
2answers
96 views

Windows Phone 8 SDK - WebBrowser Control - How to refresh page from code

How can I refresh the webbrowser control from the code behind? I am using Windows 8 SDK & C#.
0
votes
2answers
53 views

Best approach for playing a single tone audio file?

Can anyone tell me the best approach to playing single-tone, audio (.mp3) files in a Windows Phone 8 app? Think of a piano app, where each key would represent a button, and each button would play a ...
0
votes
0answers
28 views

phonegap windows phone 8 missing globalization.cs

I am using the phonegap standalone project template for my app. When I try to use navigator.globalization I get the below error Unable to locate command :: Globalization When I look at the project ...
-2
votes
0answers
35 views

Paid vs ads-based Windows Phone app [closed]

I am looking to understand, before I publish my application on the Windows Phone Marketplace, what is the best way to monetize it. I am looking at 3 options: Free, ads-based (no paid version) Time ...
0
votes
1answer
30 views

Recognize when is the app first launched WP8

Does anybody know how can I recognize when is the app first launched? I need to show message dialog only at the first start after install. Thanks...
1
vote
5answers
76 views

How do I make clickable text

I have been trying to create buttons on Windows Phone 8, which don't look like buttons, but just look like text, however, I haven't been able to find this question answered anywhere else. I am trying ...
0
votes
2answers
34 views

Create playlist in code

How can you create a media player playlist in code in Windows Phone 8? I have done some research but I couldn't find a way, yet. Is that even possible?
0
votes
2answers
60 views

How to redirect to a page which exists in specif project to another page in other project in the same solution?

I have windows phone solution ; which contain two c# projects. I have a button in one in the pages in the first project ; which we redirect the user to another page in the second solution. How to ...
0
votes
2answers
36 views

Multi line captions for ApplicationBarIconButton

I know, the guidelines advice to keep captions to one line, but still: Is there a workaround to add (automatic/manual) line breaks to an ApplicationBarIconButton's text caption? E.g. for ...
0
votes
0answers
25 views

Unicode Text Rendering & Bangla Support in WP7

I'm new to Windows Phone platform and got quite an old device (LG-C900B). I updated it to Phone 7.8, and now um facing text rendering issues, like - no Bangla(বাংলা) support in IE or Facebook. I ...
1
vote
1answer
31 views

How to print in output window of visual studio express for windows phone?

While debugging if I want to print a string in the output window, which method needs to be called? In x-code we have NSLog. Do we have anything similar in visual studio?
-2
votes
1answer
103 views

i want to create html5 application on windows phone 8 [closed]

Hello I want to create html 5 application on windows phone 8. or I want to port html 5 code into windows phone 8 application. There is any example or any link which help me to develop html 5 ...
0
votes
1answer
32 views

How to deploy the WCF service to Azure for use in windows phone?

I have developed a WCF service which modifies the db table which is also there in the cloud. Now to deploy this service in cloud do I need to have a Azure project or can I directly deploy this. And ...
1
vote
1answer
120 views
+100

HttpWebRequest with Windows 8 Phone App

When i try to make HttpWebRequest it is returning System.Net.ProtocolViolationException error. private void txtGo_Click(object sender, RoutedEventArgs e) { WebRequest client = ...
0
votes
0answers
50 views

How to create certificate using PKCS#10 CSR

I am having a PKCS#10 CSR(Certificate Signing Request) in base 64 encoded string now i need to pass it to CA(Certificate Authority) verify it and generate a certificate in base 64 encoded string. I ...
0
votes
2answers
80 views

Windows Phone 8 PhoneGap Barcodescanner

I've been trying to use Windows Phone 8 with PhoneGap and the Plugin (https://github.com/phonegap/phonegap-plugins/tree/master/WindowsPhone/BarcodeScanner) for BarcodeScanning. But I don't know how to ...
2
votes
1answer
32 views

Can I assign a foreign key from two tables?

I am creating a database which is similar to the following situation. Table1: CustomerType1 (Column: CustomerId,...) Table2: CustomerType2 (Column: CustomerId,...) Table 3: Orders (Columns: ...
0
votes
0answers
72 views

Make AJAX JSON request to server from Windows Phone 8 HTML5 App

I started this thread and from responses, there is an issue in making cross domain request. Is there any other way to make such request. In the thread there suggested for phonegap. But i din't find ...
1
vote
1answer
33 views

Why ListBoxItems does not get all the available space?

Take this simple example: <Grid> <ListBox> <ListBox.ItemTemplate> <DataTemplate > <Grid HorizontalAlignment="Stretch"> ...
0
votes
0answers
92 views

WindowsPhone8 IE10 viewport scroll issue

I have my windows phone layout xaml as follows: <Grid x:Name="LayoutRoot" Background="Transparent"> <Grid.RowDefinitions> <RowDefinition Height="*"/> ...
0
votes
2answers
114 views

Windows 8 HTML 5 Web APP AJAX post not working

I am creating Windows Phone 8 HTML 5 App. I trying to ajax post for getting weather information. But i am not getting any response. I am unable to trace the problem behind it. ...
0
votes
1answer
45 views

Any better way to solve the error handling in windows phone using json.net?

I work on a Windows phone 7.1 project target on wp7 and wp8. I successfully fetch data from a REST api using C#. The API response me with 1 json, but it can be 2 structures.One for the correct result ...
0
votes
0answers
31 views

Difference between wifi connection and cellular connection for Web Requests

My issue is weird. In an application I've made, any upload web requests made with a WebClient, HttpWebRequest or with Background Transfer Service are completed successfully over Wifi, but aren't ...
0
votes
1answer
52 views

PushSharp + Windows Phone deep linking on Toast Notifcation

When using PushSharp with Windows Phone, I'm sending the notification with a deep link to a view in my app. push.QueueNotification(new WindowsPhoneToastNotification() .ForEndpointUri(new ...

1 3 4 5 6 7 65