Questions tagged [windows-phone-silverlight]
27 questions
0
votes
2 answers
FM Radio API and Trigger Radio On Off
no fm radio api found for windows phone 8.1 , and UWP
and how trigger radio on/off
i found 'using Microsoft.Devices.Radio' but not works on windows phone 8.1 only works for windows phone 7

Shubham Sahu
- 1,963
- 1
- 17
- 34
0
votes
1 answer
WP8.1 silverlight - Notification activated event not being called
I am working on a Windows Phone 8.1 silverlight app, raw notifications handling.
The App when receives notifications in foreground, has to cancel the notification and create a new notification using ToastNotificationManager.CreateToastNotifier().
It…

Tulika
- 625
- 1
- 8
- 23
0
votes
1 answer
Silverlight windows phone 8.1 FileOpenPicker for all files Continue not working
i create silverlight windows phone 8.1 project and i need to choose all kind of file from windows phone
i used FileOpenPicker for choose the file it redirect correctly and i can choose the file this is my code
FileOpenPicker openPicker =…

Manikandan
- 844
- 15
- 31
0
votes
0 answers
Windows phone 8.1 Silverlight MessageBox shows OK button right aligned in windows 10 mobile
Windows phone 8.1 silverlight MessageBox api shows OK button on the right side when running the same app on windows 10 mobile, however prior to this it appeared on the left, is this a behavior change from Microsoft on windows mobile 10.
Here is the…

abhishek saatal
- 295
- 1
- 3
- 14
0
votes
1 answer
How to get ImageStream from MediaCapture?
In WP 8 I used PhotoCamera to make a camera app and to save the image in camera roll I used this method:
private void cam_CaptureImageAvailable(object sender, ContentReadyEventArgs e)
{
string fileName = "photo.jpg";
MediaLibrary library =…

Mihai
- 39
- 1
- 10
0
votes
1 answer
Programmatically change button image source WPSL 8.1
This is my xaml:
0
votes
1 answer
Problems with name of file on sdCard WP SL 8.1
I create a file named "Products.txt" on sdCard. When I open it first time its name is "Products[1].txt", second time the name is "Products[2].txt", third time again "Product[1].txt" and so on. I don't understand why because I don't have another file…

Mihai
- 39
- 1
- 10
0
votes
0 answers
'System.Reflection.TargetInvocationException' when trying to create a file in sdCard WP SL 8.1
I get this exceptions when i am trying to create a file inside a folder in sdCard. The folder is created, the file is created, but the text is not written. Someone know why? Because after I will need to access it.
This is my code:
StorageFolder…

Mihai
- 39
- 1
- 10
0
votes
1 answer
Which is better for Windows Phone Development - Silverlight or WinRT?
I have a Windows Phone 8.1 Silverlight App. I do not need an Universal App. I just need my app to run on Windows Phone Devices. So, should I continue my app on the Silverlight platform or should I develop it on WinRT? Will having it developed on…

varunhisaria
- 23
- 6
0
votes
2 answers
Publish windows phone 8 silverlight app
I am having windows phone 8 silverlight app. I need to publish it on Windows store. Can you please provide or explain step by step guide to publish this app in store.
Stackoverflow link discussed already. But after changing the values in files…

Sandy
- 6,285
- 15
- 65
- 93
0
votes
1 answer
C# Reload file after resume and navigation back
As a topic. How to reload file MainPage.xaml for example in windows phone application(8.1) every time, when application is resumed or navigate back.
I using silverlight project.

GoOx
- 73
- 1
- 1
- 9
-1
votes
1 answer
WindowsPhone Silverlight App 8.0 is stopping in breaking points created by the system but no error is showed
I cretead a Windows Phone runtime app but because there was an implementation I could get only with Silverlight I created a Silverlight app and paste all the classes and pages into it.
First I get many errors but I fixed all of them changing the…

Andressa Pinheiro
- 1,517
- 2
- 18
- 28