Tagged Questions

Windows Phone is a mobile operating system developed by Microsoft, and is the successor to its Windows Mobile platform. Supported platforms for building applications for Windows Phone include Microsoft Silverlight for traditional applications and Microsoft XNA for games. Development on the Windows ...

learn more… | top users | synonyms

12
votes
5answers
456 views

State of unit testing for Windows Phone

I've been pushing my Google Fu to the limits trying to find the most recommended / stable setup for doing TDD + CI for Windows Phone applications. Can anyone who has successfully been doing this point ...
10
votes
7answers
314 views

Best resource to learn Windows Phone Development?

I'm looking for online reference / book recommendations, video tutorials, etc... I've been programming for a while now (Java / Shell), so I don't need a book that spends a lot of effort on basic ...
10
votes
3answers
1k views

Sell Windows Phone 7 Apps outside of App Hub

Is it possible to (legally) sell WP7 apps outside of Microsoft's App Hub? Are there license restrictions to this? Is it ideal to even approach app distribution in such a manner (i.e., are there other ...
8
votes
3answers
2k views

List of the new WP7 APIs in Mango Update?

Does anyone know where we can get a list of the new API's that will be released in with the Mango Update? According to the keynote there supposed to be about 1500. Also I think it was next month, but ...
6
votes
4answers
672 views

How to launch IE7 from a Windows Phone App?

How do you launch an instance of IE from an app? Is it better practice to page to a window with and browser window?
5
votes
7answers
1k views

Write once deploy on Windows Mobile 6, Windows Phone 7, Android and iPhone?

Was just wondering if there were any cross platform development platforms which would run great for corporate type apps on various mobile devices. Would be ideal if the language was C# but feel free ...
5
votes
1answer
427 views

How to set different localized string in different visual states in WP7 using Blend?

How do I set different localized strings in different visual states in WP7 using Blend without any code behind? I can set different non-localized strings in different visual states (although it ...
5
votes
2answers
833 views

WebBrowserTask fails

The following code works sometimes and most of the time not: WebBrowserTask wbt = new WebBrowserTask(); wbt.URL = url; wbt.Show(); On both the emulator and a real device (HTC HD7). ...
4
votes
1answer
94 views

Unsupported APIs for AudioPlayerAgent

I'd like to use various APIs that are listed on this "Unsupported APIs for Background Agents" page, from within my AudioPlayerAgent. That page specifically mentions ScheduledTaskAgents: There is a ...
4
votes
1answer
296 views

WP 7.5Beta2 (Mango) and WP 7.0 SDK together

I have installed the WP 7.0 tools – the installation package comes with the Visual Studio Express and WP 7.0 SDK. Now I would like to install the WP 7.5 Beta2 SDK (Mango). After installation - will ...
4
votes
2answers
163 views

Does Windows Phone delay or batch HTTP requests? Seeing 600ms request delay to a server on the same LAN

I am developing a Windows Phone app that communicates with a server on home LAN over wifi, and I ran into a show stopper: an average round trip time for a tiny HTTP request inside LAN is 600-800ms. ...
4
votes
1answer
160 views

WP7 convert StrokeCollection to PNG with MVVM?

I have an InkPresenter bound to a StrokeCollection in an MVVM model that I'm using for a signature panel. Before I send the data back to the server I want to convert the StrokeCollection to PNG data, ...
4
votes
1answer
50 views

Is it possible to specify the release date in Windows Phone app submission?

Is it possible for me to specify that the app should not be released into the marketplace before a particular date, even if it is approved before that date?
4
votes
2answers
531 views

Turn off default sound when displaying MessageBox in WP7

Is there a way to turn off the sound that the Messagebox plays when it is displayed in WP7?
4
votes
4answers
346 views

WP7 application working only on emulator and on device when debugging

I have a problem with my WP7 application, it's working fine on the emulator and it's also working fine on the device but only when debugging. When I run the application when it's not debugging the ...
4
votes
3answers
1k views

windows phone 7 database

I am developing a windows phone 7 app which will need some basic database functionality. I came across the following projects on codeplex. Has anyone tried any of these projects and can help me ...
3
votes
2answers
371 views

WP7 Mango: Retemplating PhoneApplicationFrame created “Unspecified Error” exception

The following used to work in WP 7.0: I'm attempting to re-template the root PhoneApplicationFrame in my Mango beta 2 refresh (7712) project with the following Xaml: <Style ...
3
votes
2answers
190 views

How do you add the “you are here” marker to Bing Maps Control

How do you add the "you are here" marker to the Bing Maps control? On the phone this is represented as a circle within a square and then there is an outer circle representing the location accuracy. It ...
3
votes
2answers
52 views

How to get in touch with the users of your WP7 apps?

This is a problem that every developer will face when building their apps: how to contact the reviewer of your app to notify them of an update, new release, help topics, etc? Some things I am ...
3
votes
2answers
686 views

WP7 — Context Menu Forces Black Background for Listbox

This is probably an easy one... I have a Listbox with a ContextMenu embedded in it, and every time the ContextMenu appears, the Listbox changes its background to opaque black. How do I prevent this ...
3
votes
2answers
231 views

How to run Scala on Windows Phone?

I have found a tutorial how to run Scala on .NET: http://hestia.typepad.com/flatlander/2009/01/getting-started-with-scala-on-net.html Is it possible to run Scala on Windows Phone? Any hints how to?
3
votes
1answer
613 views

Writeablebitmap.SaveJpeg is rotating my image -90 degrees

I'm using the following code to get a picture from the the MediaLibrary on the phone and resize it. In the emulator it is working fine but it is rotating it -90 degrees when I try it on a real phone. ...
3
votes
2answers
2k views

Windows Phone 7: SQLite

I'm trying to get Community.Csharp working with Windows Phone, I've tried using both the version from http://wp7sqlite.codeplex.com/ and compiling the main trunk with the WINDOWS_PHONE flag, but when ...
3
votes
1answer
112 views

navigating “up” a hierarchy - what's the metro way

I'm trying to modify overflow7 so that its even quicker to navigate - trying to make it more quickly browsable. To do this, I want to add the notion of navigating "up" as well as the "back" direction ...
3
votes
3answers
980 views

using Clipboard in WP7 programming

Hi how can i use clipboard in my Windows Phone 7 app? i want to type a text in my app, then this text should be accessible in another apps. please guide me.
3
votes
1answer
533 views

WriteableBitmap failing badly, pixel array very inaccurate

I have tried, literally for hours, and I have not been able to budge this problem. I have a UserControl, that is 800x369, and it contains, simply, a path that forms a worldmap. I put this on a ...
3
votes
7answers
910 views

Windows Phone 7 - buying a developer device

Where can I buy a Windows Phone 7 developer device? How much does it cost?
3
votes
1answer
1k views

UI Automation for WP7 [closed]

is there any tutorial of UI Automation for WP7? I have been asking mr Google, but noting. I Look at microsoft webpage ...
3
votes
2answers
231 views

Exception when adding a ResourceDictonary at runtime

I'm trying to develop a way of switching Windows Phone 7 application style depending on a setting. The styles look like this: core styles are separated and defined in WP7Style_Dark.xaml and ...
3
votes
3answers
380 views

How to change my apps Tile Graphic

I feel terrible having to ask but everything I have come across is for end users looking to pin installed app tiles to the start menu. When you create an app in VS you are given a graphic that is ...
3
votes
1answer
405 views

How to localize iPhone(monotouch) and Windows Phone 7 application altogether?

I want to build application both for Widows Phone 7 and iPhone using .net stack. As being rationale I want to avoid to double code this logic. Is it possible to use resx files in both platform for ...
3
votes
2answers
558 views

How to install “Windows Phone Developer Tools RTW” without installing Visual Studio?

Is it possible to install "Windows Phone Developer Tools RTW" on a machine without installing Visual Studio and Expression Blend? The reason I am asking is that I want to install it on a build ...
2
votes
3answers
159 views

Async loading of images

I want to use best way to show images in my PanoramaPage. I download one page and shows it´s information a then I want to async load another page with images. So I am using HttpWebRequest and I get ...
2
votes
2answers
45 views

What is Best Practice for storing texts of elements such TextBlock in WP7?

I have many elements that have texts and I want to centralize it all in one place. Maybe in the future it will help me if I'll decide to change from english to other language.
2
votes
1answer
137 views

Is there currently a plugin for PhoneGap and Windows Phone to make an application with a QR code scanner?

I have looked everywhere and it seems that it is currently not possible to make a QR scanning application for Windows Phone using PhoneGap. I know that plugins exist for iOS, Android and Blackberry, ...
2
votes
5answers
106 views

Need some math - Projecting Slope

I have a rectangle. Its height (RH) is 400. Its width (RW) is 500. I have circle. Its height (CH) is 10. Its width (CW) is 10. Its starting location (CX1, CY1) is 20, 20. The circle has moved. Its ...
2
votes
1answer
55 views

Accelerometer with BounceEase

I have a Rectangle on my Windows Phone page. When the user tilts their phone, the position of the Rectangle is changed (I use a TranslateTransform) based on the tilt. It works fine. Like this: void ...
2
votes
1answer
389 views

RaisePropertyChanged not updating UI

I'm having trouble getting my UI to update Two Listboxes' to update properly when my ViewModel changes. First, the basic logic behind the page: Movie is an object with a title, and a variety of ...
2
votes
1answer
43 views

How to get the path of an XML document

In my project there is an XML document. I saved it in a folder named "XML". How can I get the path of the XML file, so that I have to parse the XML document? I tried using the code below, but it ...
2
votes
2answers
912 views

WP7 Emulator Browser not displaying anything

I use the webbrowser control to display a webpage from an application, but it just displayed a white screen. I tried Internet Explorer and it did not display anything either. Any ideas how to fix ...
2
votes
2answers
163 views

How to identify what itemSelected during button click inside ListBox ItemTemplate

I have an ItemTemplate that contains a simple button. When I click this button I need a way to identify the row clicked to pull out the item bound to the listbox. XAML <ListBox ...
2
votes
1answer
309 views

Windows Phone 7 Button states

How can we set the different states of a button especially the pressed state. I know that we can set it using expression blend, but still i can't do it. Also, can we edit the pressed state for custom ...
2
votes
1answer
471 views

WP7 Updating Pivot control title

I have a Pivot control which I am using as following within the XAML. I have bound the Pivot Title to a method on my view model as its content will vary depending upon what is being displayed. ...
2
votes
1answer
360 views

Saving a List of Objects in Windows Phone 7 XNA

i need to save a List of Objects, The Objects are created from a class i made. what should i do? i tried the XmlSerializer, and i added the [XmlElement] to the fields i need to be serialized. but it ...
2
votes
2answers
168 views

Make grid align properly

In my app I'm displaying some info about users in a listbox. I've got most of the stuff as I want, but the layout is bugging me a bit. It's made with grids, so that it'll re-size and fit ...
2
votes
4answers
1k views

' ', hexadecimal value 0x1F, is an invalid character. Line 1, position 1

I try to read a xml file from web and parse them out using XDocument. It normally works fine but sometime it's give me this error for day: ' ', hexadecimal value 0x1F, is an invalid character. ...
2
votes
3answers
488 views

Windows Phone 7 Information

I need following information from Windows Phone 7 using C#: In-built Storage Memory (Not RAM) Phone Model Operator Name Whether Storage Card is installed. If yes, Capacity of Storage Card Whether ...
2
votes
1answer
72 views

Windows Phone 7 Download Versions

For windows phone addon, do I have to install the express tools download? There isn't any add-on for users who already have Visual Studio RTM? I can't find that anywhere... I don't want to have to ...
2
votes
3answers
549 views

How can I tell when the “search” button is clicked when I set InputScope to search?

For Windows Phone. How can I tell when the "search" button is clicked when I set InputScope to search on a TextBox? Is there an event?
2
votes
5answers
551 views

Updating ObservableCollection bound to Pivot crashes for SelectedIndex >= 2 (wp7)

I have an observableCollection bound to a pivot control in my UI. When I try to update the collection (clear() items and recreate) everything works fine unless the selectedIndex of the pivot control ...

1 2 3 4 5