Tagged Questions
0
votes
0answers
5 views
windows phone: Can MediaPlayerLauncher play video clip located in Camera Roll?
I don't want to use MediaElement in XAML, but instead to use MediaPlayLauncher.
But I was wondering if MediaPlayerLauncher can play video clips directly from Data/users/public/Pictures/Camera roll/?
...
0
votes
1answer
14 views
Strange behavior while dividing i w tagach windows phone
When I run the following code, it doesn't work (it's not dividing), but return 0 Math.Pow() works.
{
suma = 1;
foreach (var liczba in Lista_liczb)
{
suma = suma*liczba;
...
0
votes
1answer
25 views
Getting an exception when working with directoryInfo in C# / XNA
Think I have a problem with my windows phone application.
In my application I have a static method that returns me a collection of textures located in specific folder. When I launch my application on ...
0
votes
1answer
31 views
save image locally & display windows phone 7
I'm trying to implement an app of news (feedrss) by using WP7 i've tried this solution , but it does'nt work for me , here is my code :
namespace PhoneApp1
{
public partial class MainPage : ...
-1
votes
0answers
15 views
How can I make a Restart/Replay button for a Windows Phone App in Blend 4?
I just want to make a button that resets or restarts the application, my knowledge in C# is very limited, I'm pretty new at Blend, any help would be appreciated
0
votes
0answers
8 views
How to export Windows phone profile files (. sap)
Now use Windows performance analysis tool, and after running the App, is produced in the project. performance analysis for SAP files, this file is only 2k, according to the displayed content, specific ...
0
votes
0answers
6 views
Windows Phone 8 Developer - Listing installed apps
Is there a way to get a list of the apps that are installed on the phone?
Furthermore, is there a way to execute one of them, lets say, from a button?
-1
votes
0answers
6 views
How to export Windows Phone Performance Analysis file *.sap. can share with other developers [closed]
How to export Windows Phone Performance Analysis file *.sap(vs2012+windowsphone sdk 8). can share with other developers.
Now use Windows performance analysis tool, and after running the App, is ...
0
votes
1answer
24 views
Windows Phone 7.1 WebClient POST without body
I am new to Web service calls; I can do simple GET and parse the JSON output. Not good with POST and especially if the URI has spaces and quotes.
I am trying to send the following URI to the server ...
0
votes
0answers
20 views
Get the coordinates by the click on the map Windows Phone 8?
How to implement it? Map is Microsoft.Phone.Maps.Controls.Map.
0
votes
1answer
47 views
Create Zoomable image object on Windows Phone 8
I am working on an image-related application for Windows Phone 8. After doing the required image processing, I currently display the output in "Image" Toolbox item, which seems to work well for me.
...
0
votes
1answer
14 views
Deserialize XML fails to connect class to elements
I'm trying to deserialize an XML document from the web into associated classes for a Windows Phone 7 environment. I've used an async to grab the document, it loads into an XmlReader as far as I can ...
-6
votes
0answers
57 views
Windows Phone Word Search Game [closed]
Hy!
I writing a word search game. But I dont know how to load up the playing field(4*4).I have got the word database.
So I would like make the game like this: game
Please somebody give me an idea. ...
0
votes
1answer
66 views
Windows Phone 8 alternative for Launcher.LaunchUriAsync(new Uri(“http://www.google.com”));
i know you can start a new browser in WPF trough the launcher method, but what is the alternative if you want to make your windows phone app launch a new window with a hyperlink (or youtube page)
0
votes
1answer
40 views
How do I use a image photo as a Windows phone Button
I created a button image and I named it Texture2D btn_play. It is for a main menu and I want to press it to change the CurrentGameState.
My variables:
GraphicsDeviceManager graphics;
...
0
votes
1answer
20 views
Windows Phone variable class type
I want to create a a user class type object, and then maybe later change its class type. For Eg.
There are two custom class:
class A{}
class B{}
then later i want to declare a object which changes ...
0
votes
0answers
10 views
How to fetch the facbook friends have installed our app?
I want to know how to fetch the facebook friends having installed my app and I did this using following code and after getting fb access token
var _asyncFbClient = new FacebookClient(_accessToken);
...
0
votes
0answers
38 views
Windows Phone 8:Why the listpicker's fullscreen is behind the popup window containing the listpicker?
Windows Phone 8:Why the listpicker's fullscreen mode is behind the popup window which contains the control 'listpicker'?
-1
votes
0answers
52 views
Can we install windows phone application from sdcard directly without using Zune? As in android allow other sources [closed]
I am new in Windows phone. In Android we can install application from other sources. Just By Copying the .apk to sdcard, then run it. Is this also possible done in Windows Phone ?
0
votes
0answers
53 views
Windows Phone 8:How to import the 'listpicker' control in vs2012 for windows phone 8?
I downloaded the Silverlight for windows phone Toolkit,but I don't konw how to import it to vs2012.I searched the method on the Internet,only finding the method for vs2010.And I found it doesn't fit ...
0
votes
0answers
39 views
WCF error notfound from windows phone 8 while emulator isnt connected
I am having a problem with windows phone 8 Emulator . It shows me on each service call WCF service not found .
I debugged the issue , and i found that the emulator is not connected to internet . So i ...
0
votes
1answer
39 views
ReadToEndAsync from UI Thread
If I call await ReadToEndAsync from the UI thread on Windows Phone 8, on what context will ReadToEndAsync do its work? Will a task get queued for processing by the UI thread itself, or will a new ...
0
votes
0answers
12 views
windows phone:how to get the LongListSelector's items' contend to make a swith?
windows phone: I used the template to build the items,besides I bind the data to the template.So how to get the LongListSelector's items' contend to make a swith?
2
votes
1answer
77 views
Having trouble downloading pictures from a RSS feed?
I'm having trouble coming up with the correct code to download pictures from a RSS feed and then handing that download off to RadControls slide View or Pagination.
The only thing I can get with the ...
0
votes
0answers
46 views
Trouble with background audio agent and audio streamer windows phone C#
So, I have this application, where I want to select a track from a list of tracks and play it. The problem is, some tracks require a media stream source for playback (for instance, an ogg file).
In ...
0
votes
1answer
29 views
Silverlight - Hardcoding private key
Let us say that I have a Windows Phone application. If I hardcode a private key in the Windows Phone application, can people extract it once the application is released to the public on the Windows ...
0
votes
0answers
28 views
Silverlight - Getting Certificate
I installed two certificates on the Windows Phone emulator by downloading them from an IIS project.
In Windows Phone, how can I access the certificate and attach it to a web service request. For ...
0
votes
0answers
7 views
wp8:How to use the back key to jump to the MainPage at once?
Just as the title.And how to end the program from the MainPage?
wp8:How to use the back key to jump to the MainPage at once?
0
votes
0answers
76 views
How to disable message confirm box when delete a song in windows phone?
I'm creating an app in Windows Phone 8 that make people can delete song(s) from media library. Whenever I delete a song, system automatically appears a message box to confirm this action. The problem ...
0
votes
0answers
14 views
memory leak while using picture.getImage, but picture.getThumbnail is ok
I am using longlistselector with 3000 pictures. Binding with valueconverter.
Part of source code:
stream = picture.GetImage();
image = new BitmapImage();
...
0
votes
0answers
44 views
HttpWebRequest - Two requests at the same time
I'm developing Windows Phone 7.1 app. My app uses api from portal simmilar to facebook. On this portal, if you wan't to download conversation, you must send HttpWebRequest. To send a message you must ...
0
votes
1answer
22 views
Windows Phone TextWrapping don't work in grid
I have a problem with my application. I wonna to make an page, that will be showing user notifications in the grid. On the left side will be profile picture, on the right side profile name, message ...
0
votes
1answer
56 views
Windows Phone 8 Set Navigate URI
I'm setting up a series of buttons, one for each item in a table. What I need to do is set the Navigate parameter for each button, is there anyway I can set the following from the .cs code?:
...
-2
votes
1answer
59 views
windows phone app form post method [closed]
Is it possible to post form fields from windows phone app to google form. ( like conVerting web form to app). If so can you provide with sample code. Sorry am just new to app development. Basically ...
0
votes
0answers
70 views
How to create Thumbnail from video file(.mp4) on Windows Phone 8?
I've used AudioVideoCapture devise to record a video, but I can't get the thumbnail of the recorded video. Please help me!
0
votes
1answer
82 views
Access LongListSelector DataTemplate controls programmatically
I'm targeting Windows Phone 8 and I would like to access my StackPanel named ListHeaderStackPanel which resides in a LongListSelector DataTemplate. My code looks as follows
<DataTemplate ...
0
votes
1answer
138 views
Can I Deploy windows phone apps in my Nokia Lumia 620 Freely
I Have windows phone 8 And I want to Develop apps and Deploy it Freely.is this possible.
0
votes
1answer
42 views
Windows Phone, Web Services and Catching Exceptions
I have the following code in Windows Phone:
public partial class MainPage : PhoneApplicationPage
{
public MainPage()
{
InitializeComponent();
}
private void ...
-3
votes
1answer
54 views
How can I use MongoDB in Windows Phone project? [closed]
I'm using MongoDB in my project on PC and now I want to create a phone application, but I have no idea how to use it in a Windows Phone app.
1
vote
0answers
47 views
Error code 2001:There are duplicate files in AppManifest.xaml. Remove one of the files and then try again
I have made an app For Winodws Phone 8 platform and I am publishing it in Windows phone 8 store.All is well but at the end the error appears:
Error code 2001:There are duplicate files in ...
-2
votes
0answers
33 views
how to display data in dropdownlist from sqlite in windows phone application using C#
I am new developer for Windows phone application using C#. how to display data in dropdownlist from sqlite in windows phone 7 application
Thanks
Rame
-2
votes
0answers
66 views
Voice Recording Application using XAML for Windows Phone 8 [closed]
I've found myself stumped while trying to build the voice recording portion of my application. It sort of resembles Nimbus Notes for Windows Phone 8, but I cant seem to get beyond creating a working ...
0
votes
0answers
89 views
Video recording in portrait orientation is 90 degree rotated in windows phone 8
i am using this xaml in my app to record the video and play .Everything is working fine except the video is coming in 90 degree rotated form. :
<phone:PhoneApplicationPage
...
1
vote
1answer
35 views
Windows Phone - Navigation to Other Pages
Let us say that I have a windows phone application with 5 pages:
Log-in
Main Menu (after successful log-in)
Make Payment (accessed from Main Menu)
Enter Credit Card Details (accessed from Main Menu)
...
0
votes
0answers
42 views
video recording in portrait is coming in 90 degree rotated form in windows phone 8
I have develope an app in which i am doing video recording .Every thing is running fine .But when i am recording the video in portrait orientation then video is coming in 90 degree rotated form .
I ...
0
votes
0answers
15 views
Windows Phone Music Sample Code
I downloaded this
http://code.msdn.microsoft.com/wpapps/Music-Videos-Hub-Sample-8ef80aab
deploys without error but I hear no sound.
Any ideas?
1
vote
1answer
142 views
Custom icon color in ApplicationBar for Windows Phone 8
I have used the ApplicationBar's Background and Foreground colors respectively, and can see that it changes appearance accordingly. So if I want my icons to turn up green, I just set the Foreground ...
0
votes
1answer
45 views
Do I need Hyper Threading for developing on windows phone 8?
I want to figure out, whether my PC is able to start the windows phone 8 emulator.
SLAT (Second Level Address Translation) and DEP (Data Execution Prevention) is possible/available on my PC. I used ...
0
votes
0answers
25 views
How to register my application for text to speech in windows phone 7 in bing.com?
My requirement is text to speech in windows phone 7. So I search in google and I find out the link and I try to register in bing.com/developers page but its going some where
I have tried ...
0
votes
1answer
185 views
Windows Phone 8: Reading XML from Web
As part of a project i am working on i am trying to load this XML page (http://weather.yahooapis.com/forecastrss?w=2459115) into my Windows Phone 8 application and save the a number of the values as ...
