Tagged Questions
0
votes
0answers
16 views
Programmatically retrieve IMEI, IMSI, MCC, MNC, MSISDN numbers
Is there any way to get a phone's IMEI, IMSI, MCC, MNC, MSISDN and/or number through code in windows phone 8 using c#?
0
votes
1answer
20 views
Create an “App hub” in Windows Phone 8
Is it possible to create an Application hub in Windows Phone 8? (similar to music+videos app or the marketplace)
Essentially, the idea is to have 2 apps, say "Foo" and "Bar". I would like a third ...
-1
votes
2answers
34 views
Call Windows 8 System Loading Animation
Does exist a function to call the Windows 8 circle system loading animation on c#?
(here an example http://www.codeproject.com/KB/silverlight/546477/metro-loading.gif)
And in that case, how can I do ...
0
votes
1answer
14 views
windows phone TextBox control with arrows
I am writting an app with user reviews , and the design of the input TextBox is like this:
I want to know how the right-below small arrow appears. Is there some controls or some method can show the ...
0
votes
0answers
31 views
Running Python Script/application in Windows Phone 8
I want to run the Skeinforge slicer program written in Python inside my Windows Phone 8 C# application. I have determined that I should probably use IronPython to do this, I have already determined ...
0
votes
0answers
19 views
Get control's bounding box relative to the screen
I need to get the bounding box of the control, relative to screen.
Currently, I have the following code:
var trans = control.TransformToVisual( phoneApplicationFrame );
Rect rcLocal = new Rect( 0, ...
0
votes
1answer
29 views
How to refresh a page to consider changes after an insert into the database in Windows Phone 8?
I'm working on a WP8 app. I can display a list of items in my app without a problem. But when I update or insert a record into the database, I have to restart the app to see the changes. Otherwise, ...
0
votes
0answers
25 views
Caching of displayed images in Silverlight/Windows Phone app
My app shows a list (LongListSelector to be precise) with text and Images. For the images, I currently bind the Source attribute to an HTTP URL provided by the model class, which works without ...
0
votes
2answers
32 views
When should I load data in a Windows Phone 8 application?
I've seen a lot of questions here related to the OnNavigatedTo method, but none of them seem to answer the basic question of, "At what point should I load data?" The documentation on MSDN doesn't ...
0
votes
0answers
32 views
writeable bitmap writes the same image to isolated storage everytimein windows phone
I have the following code which writes the bitmap image stream to a file on isolated storage. But it always writes the same image data to isolated storage file "DemoImage.png" every time. even if I ...
1
vote
1answer
61 views
What is the correct font style for Windows Phone 8 live tile content?
I am creating custom secondary flip tile for a Windows phone 8 app by generating front and back images as backgrounds.
In order to maintain control over the length and font size displayed text labels ...
1
vote
0answers
38 views
annoying behavior in binding property in control to another one
I have two radio buttons n my XAML like this:
<RadioButton x:Name="Radio1"
Margin="12,46,30,0"
HorizontalAlignment="Left"
...
0
votes
0answers
29 views
How to disable BackgroundTransferRequest's TransferStatusChanged event handler after I unsubscribed it?
I'm using background transfer to download videos and I subscribed each request's TransferStatusChanged and TransferProgressChanged event to monitor it's status and download progress. When I cancelled ...
0
votes
0answers
15 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
47 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 ...
0
votes
1answer
44 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
2answers
45 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 ...
-2
votes
0answers
31 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 ...
1
vote
5answers
74 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
29 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
64 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
1answer
38 views
How to add Dispatcher in Background Scheduled Tasks in windows phone application
Whenever i create a dispatcher is background scheduled task all it says is an error(An object reference is required for the non-static field, method, or property ...
0
votes
1answer
51 views
Add custom fields in Windows Phone/8 app manifest file
Is it possible to add custom fields in app manifest for windows phone (WMAppManifest.xml) and windows 8 (package.appxmanifest) apps?
Along with existing properties in app manifest, I want developers ...
0
votes
0answers
66 views
Windows Phone Self Signed SSL Certificates
I have been trying to Install Self Signed Certificates on windows phone, with format *.jks certificates given to me by the server person , steps i did
1. Created Email account on the Windows Phone ...
0
votes
1answer
19 views
Developing Enterprise Device Management Service for Windows Phone
I am starting to develop EDM service.
To start with How can I create Enrollment Discovery.svc service?
Are there any tutorials/articles available which can guide me for development of complete ...
-1
votes
2answers
66 views
LongListSelector in WP8
I am trying to create my first WP8 application. I have good experience on Silverlight & WPF however this is not a cake for me which I expected :(.
I am making a Create Employ Form in which user ...
0
votes
0answers
95 views
Windows Phone 8 WebBrowser presents it's content in scroll view
I have added a WebBrowser control on a page. I have added a single paragraph(some text) in the html file which is loaded in the WebBrowser. I get the content height of the html by adding javascript to ...
0
votes
1answer
50 views
Not able to send the Toast Push notification in wp7
I always get the 404 error.Below is my complete code for sending the push notification of type Toast from the wcf service.Anything wrong with the message ?
string channelURI = ...
0
votes
0answers
47 views
LongListSelector reset DataTemplate when re-using
I have a LongListSelector with a single DataTemplate as the ItemTemplate. I have hooked up the Visibility of each of my controls in the DataTemplate with Storyboards to be able to show and hide ...
0
votes
1answer
45 views
WebBrowser.NavigateToString() with iframe videos (Youtube) on WP8
I am working on an WP8 app that pulls in arbitrary HTML and renders it using a WebBrowser control and NavigateToString(). Sometimes the HTML contains embedded videos, such as YouTube videos, eg.
...
0
votes
0answers
15 views
Value of providing images in multiple resolutions and how to describe them in XAML
I'm porting a WP7 app to WP8 and icons have become blurry on non-WVGA screens. I want the app to have crystal clear icons. I've been reading the Multi-resolution guide on MSDN for guidance on doing ...
0
votes
1answer
49 views
ImageBrush renders white when not debugging application
I got some strange black magic going on with my app.
I have defined an ImageBrush in a style dictionary:
<classes:MultiResImageChooser x:Key="MultiResImageChooser"/>
<ImageBrush ...
0
votes
2answers
74 views
WP8 WebBrowser how to find out type of navigation
I have added a WebBrowser control on a page. If the user taps on any link in the WebBrowser I need to get the Uri of the request and load it in a new page. Im using WebBrowser class's Navigating event ...
0
votes
0answers
11 views
Push tile notification WP8 [duplicate]
Push tile notification WP8
How to implement push notification using remote background image uri?It is working fine with local images. Any help would be appreciated.
-2
votes
0answers
18 views
Windows Phone Certification Error [closed]
I have developed a bookstore application for Windows Phone which user can select books, make in-app purchase and read it after successful purchase. When user hits back button in any page, application ...
0
votes
1answer
110 views
Push notification WIndows Phone 8
Push notification WIndows Phone 8
i am developing windows phone 8 application using c#/xaml. i have to implement push notification. I got example from ...
-3
votes
0answers
42 views
Transfer data between web browser and windows phone
I used to use iFile in iPhone and I really love the function that help user can transfer their data by using web browser. And I want to bring this function into windows phone. I downloaded some app in ...
0
votes
0answers
21 views
accessing BackgroundAudioPlayer from SchedulerTask in Windows phone 8
I am trying to play an audio file using background audio player once every 20 to 40 mins. when I am trying to read file from an isostore, or even from an webaddress; the debugger gives me an access ...
0
votes
2answers
87 views
no internet on windows phone 8 emulator
I have installed windows phone 8 SDK and tried running a simple app which embeds a WebBrowser on a page. When I try to run the app in emulator the emulator does not get internet connection. It ...
0
votes
1answer
66 views
Panorama Control not showing data
I am making a Panorama Windows Phone 8 app. This is the first time I have actually used one in an app.
I am having problems showing the data in runtime. Instead I am only seeing a list:
RuntimeOne
...
0
votes
1answer
51 views
Get instance of AppBar Button
In my xaml I have 2 different AppBarrs in resources:
<phone:PhoneApplicationPage.Resources>
<shell:ApplicationBar x:Key="appbar1" IsVisible="True">
...
-4
votes
1answer
109 views
To Known player that play all files format in Nokia Lumia 720 [closed]
I have purchased nokia lumia 720 it is windows phone 8 ,I have problem that i have a file
in flv,mkv,mpeg format and i wanted to know is thier any player to play all format file in nokia lumia 720 ...
1
vote
0answers
38 views
Enable multitouch on all Elements windows phone
How can I enable multitouch support for all elements in windows phone? So, for example, if had two sliders and couple of buttons, how can I allow all three to be manipulated by different simultanous ...
0
votes
1answer
21 views
windows phone change deactivated app image
For security purposes I wanna change app's image when it is in deactivated state(i.e. when START button is pressed).
Currently it shows the current page image from which START button is pressed. I ...
0
votes
1answer
39 views
how to register for a new channel uri with the MPNS?
How do i get a new channel uri from MPNS ? Its returning the same one from the last few calls.And if I use it , it returns 404 error.So I want to get a new channelUri to test the push notification.
...
-2
votes
2answers
175 views
Need to make synchronous REST calls in WP8 using HttpWebRequest
I've looked at some of the answers for similar questions and can't seem to find something that is applicable to what I'm doing. I need to make a few synchronous requests using HttpWebRequest (some ...
0
votes
1answer
48 views
Marketplace title difference wp7 and wp8
I try to create wp7 and wp8 versions of my app, but I'm confused about Marketplace (Windows Store) title.
For WP7:
I use Windows 7 + VS2010 + WP7.1 SDK, and what I have:
When I open Marketplace Test ...
0
votes
0answers
21 views
BackgroundTransferRequest and digest authentication
I want to download a file using a BackgroundTransferRequest.
The file resides on a server that requires digest authentication.
If I do the first download attempt without the Authenticate header I ...
1
vote
1answer
84 views
Why ListPicker always showing in FullscreenOnly mode
I am using a ListPicker and it is always showing in FullscreenOnly mode even if i change the ExpansionMode to ExpansionAllowed.
But in other page the same code is working properly.
Why is this ...
0
votes
2answers
165 views
Error when deploy xap file
When I try to deploy .xap file to my phone. The error "You cannot install the application. You have reached the maximum number of applications being developed for the device can be installed on this ...



