Questions tagged [windows-phone-silverlight]
27 questions
27
votes
3 answers
Fill Ellipse with wave animation
I have created an ellipse in Windows Phone 8.1 Silverlight App and UWP both
and I wanted to fill it with animating waves,
For this purpose, I am following this solution
but it is for WPF so I am unable to use some control like "Visual Brush".
I…

Shubham Sahu
- 1,963
- 1
- 17
- 34
1
vote
1 answer
Add to favorites in windows phone
I have a text block in my app, which will show different text per the user's preference.
I want the user to be able to save their favorite that text, which will be saved after a button click. Later, the list of saved favorite text is to be displayed…

Shubham Sahu
- 1,963
- 1
- 17
- 34
1
vote
0 answers
Sound Through Speaker And Earphone both or from Speaker Only
in UWP or Windows phone 8/8.1/silverlight
i want to play sound through speaker only speaker event earphone connected or switch audio to loudspeaker on button click or in both any thing may possible?
please suggest me a solution

Shubham Sahu
- 1,963
- 1
- 17
- 34
1
vote
2 answers
Controlling Push notification
I want to control push notifications (toast) coming from WNS server before it displays on screen..I can do it in Android but can I do it in Windows Phone..??

artista_14
- 674
- 8
- 22
0
votes
1 answer
Binding Background Color of style from a class
in my app i have ColorToBrushConverter.cs, ColorItem.cs and a box page which contain some collection of colors when user click on any of color and back to mainpage it save to settings isolated storage then i able to set my stackpanel any any element…

Arpit Jain
- 107
- 11
0
votes
0 answers
Storyboard animation is lagging
i created a snow falling animation but it is little lagging, if i create this animation in blank new app it works fine but if try to build some more things and use it fully build app it starts lagging.
XAML
0
votes
1 answer
Show ListBox Items One By One (Windows Phone)
I have a ListBox, a Show Button, and a TextBlock in my Windows Phone application.
Whenever the user clicks on the Show Button, an item from the ListBox
should be shown in TextBlock. If the user clicks on Show Button again, the next item should be…

Shubham Sahu
- 1,963
- 1
- 17
- 34
0
votes
1 answer
StorageFile contain data or not (windwos phone)
How to get StorageFile file contain data ? if not then
AreaTextBlock.Text = "1.8;"
my current code is:
private async void Button_Tap(object sender, System.Windows.Input.GestureEventArgs e)
{
StorageFile file = await…

Shubham Sahu
- 1,963
- 1
- 17
- 34
0
votes
3 answers
Click Event should not trigger when hold event perform
i have button in my windows phone silverlight 8.1 app
i created two event one click event and second hold event, i want when user hold such button then click event should not fire,
but currently when i hold button and then leave that button click…

Shubham Sahu
- 1,963
- 1
- 17
- 34
0
votes
1 answer
Automatically filter/order ListBox items (Windows Phone)
I want to ensure, that the items added in my list box are ordered in ascending order according to the serial number of each item (e.g 1 item, 2 item, 4 item, 3 item should be automatically order according to its number 1.2.3.......10).
Here is the…

Shubham Sahu
- 1,963
- 1
- 17
- 34
0
votes
1 answer
Automatically Sort ListBox Items (A to Z or 1 to 9 serial wise)
I have a ListBox on my WP 8.1 Silverlight app that looks like this:

Shubham Sahu
- 1,963
- 1
- 17
- 34
0
votes
1 answer
No repetition of values in list (C#)
I created a favorite list box where the user can save text from Textblock in MainPage.xaml
< Button x:Name= "FavoriteButton" FontFamily= "Segoe MDL2…

Shubham Sahu
- 1,963
- 1
- 17
- 34
0
votes
1 answer
Add textblock text to favorite list on button click
I have two pages: the first is mainpage.xaml and the second is favoriteslist.xaml.
In mainpage.xaml I have a text block, which shows some dynamic text automatically.
And I have a button also on mainpage.xaml.
From which I want when I click on that…

Shubham Sahu
- 1,963
- 1
- 17
- 34
0
votes
2 answers
Text formating in ("###.##") format on button click
i have a text block where all text display on button click by user.
XAML
0
votes
1 answer
Go forwards and backwards on FM radio frequency
I have already designed a back button and a forward button with xaml. When I click the back button, my FM radio instance should start looking for a radio frequency below the radio frequency according to signal strength.

Shubham Sahu
- 1,963
- 1
- 17
- 34