Questions tagged [win-phone-silverlight-8.1]
44 questions
10
votes
3 answers
How to set Max Date / Min Date to WinPhone DatePicker
I am developing WinPhone apps.
The code is not working.
I am able to choose previous years and I am able to choose 2015, 2018, etc. If possible, I would like to disable the months…

Rajan M
- 345
- 3
- 22
7
votes
2 answers
Why can't I detect the Bluetooth Estimote beacon using C# but the Windows OS can find them?
I recently came into the possession of a few Estimote devices and was kind of bummed that there was no Windows SDK just yet. So I tried to see about just finding the devices myself since they're just Bluetooth Low Energy devices.
What I have found…

Liam
- 1,712
- 1
- 17
- 30
3
votes
0 answers
BackgroundDownloader.CreateDownload method not working in windows phone 8.1
I'm trying to download a file with this code:
private async void Button_Click(object sender, RoutedEventArgs e)
{
try
{
Uri source;
Uri.TryCreate(txbUri.Text.Trim(),UriKind.Absolute, out source);
StorageFile destfile = await…

Matthew
- 31
- 5
3
votes
2 answers
Background Voice recording in Windows Phone 8.1
Researched a lot for Solution for recording voice in Background (When another app is running/ when phone is locked, etc).
Searched whole MSDN, stackoverflow for any solution regarding this, Still didn't find it.
Also checked the Api references, they…

Abdul Muhaymin
- 113
- 9
3
votes
1 answer
WP Silverlight 8.1 App - Reminder not launching app when touched
Im having problems getting the Reminder notification to launch my App once it's touched. Through the MSDN step by step guide and documentation found HERE, I know that, if the user does not touch any of the buttons (snooze/decline) but touches the…

Luca Bezerra
- 1,160
- 1
- 12
- 23
3
votes
0 answers
Memory leak in Windows Phone 8.1 SL Pivot control with nested custom control
I have found that if I have a pivot that has a Custom Control in the DataTemplate it will leak ~2-3mb with each swipe on the pivot. This issue repros for me even if the custom control is empty. My goal is to have the custom control load an image…

Mike Poulson
- 31
- 3
2
votes
0 answers
How can I fix "An error occurred while finding the resource dictionary " due to ListPicker styling
I have several resource dictionaries located in same place, but one of them gives me an error (style.xaml) and I can't figure out how to solve it.
An error occurred while finding the resource dictionary…

peuhse
- 1,688
- 2
- 20
- 32
2
votes
1 answer
will windows phone 8.1 silverlight app work on windows 10 Phone?
I would like to know if a Windows Phone Silverlight 8.1 app will work without any flaw on a Windows 10 phone. If I need to fix some bugs for Windows 10 phone, can I use VS2013 and a Windows 8.1 machine to fix the issues in Silverlight 8.1 solution?

theEternalStudent
- 74
- 7
2
votes
1 answer
How to do animation for Buttons inside DataTemplate through DataBinding.
I have one applications in Windows Phone 8.1 where at run time I generate multiple buttons from ViewModel and populate those into a Canvas, all the buttons are placed in the canvas at dynamic locations. Now after some condition I regenerate…

Debhere
- 1,055
- 2
- 19
- 41
2
votes
1 answer
Prevent Click events on child view while swiping(flicking) parent. WinPhone8.1
I have canvas with listbox inside it.
each child element of listbox sets eventhandler for Click event.
On canvas I set eventhandlers for
ManipulationStarted="canvas_ManipulationStarted" …

rivasyshyn
- 141
- 2
- 4
2
votes
1 answer
How to show the upload progress in Windows Phone application (C#)?
I'm trying to achieve one thing. I want to show a progress status of uploading file. Server-side accepts multipart requests.
Other applications, which run under Android & iOS are showing progress percentage perfectly, using the same server-side,…

Ivica
- 39
- 3
2
votes
0 answers
parse.com Client Push notifications are not received in windows phone when application is offline
I have followed the steps given in the document in parse.com, but the client side notifications are not received in windows phone when the app is offline. But if I send a Campaign push from parse.com it reaches fine even if the app is offline.
The…
2
votes
0 answers
Windows phone 8 admob white surrounding in Landscape
When I have a Admob Adview with this code:

Tiểu Kết
- 55
- 4
1
vote
1 answer
How to change listview datatemplate in c# dynamically
I have a custom made item template for my listview with which values getting bound in .xaml itself.
I want to change one of the image dynamically in c# side.
I know in c# I can change in ContainerContentChanging but I am not able to access the…

Shiva
- 545
- 1
- 10
- 41
1
vote
4 answers
Xamarin Forms WinPhone - How to make Label Text Underline WinPhone?
How can I make Label text Underline in WinPhone using Xamarin Forms ?

DzMob Nadjib
- 13
- 4