Questions tagged [windows-phone-7.1.1]

The March 2012 CTP update to the SDK, primarily released to support the new, lower memory devices, and including a 256MB emulator alongside the standard 512MB one

The March 2012 CTP update to the SDK, primarily released to support the new, lower memory devices, and including a 256MB emulator alongside the standard 512MB one

More information

See for more information.

90 questions
2
votes
2 answers

is there rating control, windows phone 7

Is there a rating control in windows phone? something like the controls existing in silver-light toolkit, i know there isn't one in the silverlight or i have to customize a control myself? I am using windows phone 7.1, C#, Visual Studio 2010
2
votes
2 answers

Windows Phone 7 emulator crashes on Windows 8 even after applying the patch

A while ago Microsoft released a patch to allow the Windows Phone emulator to work in Windows 8. The emulator actually still worked for me without the patch (albeit very slowly), but since I applied the patch it crashes every time. Does anyone know…
1
vote
1 answer

256 MB emulator shortcut

Does anyone have the full command line that needs to go in the shortcut target to launch the 256MB emulator in the Windows Phone 7.1.1 CTP? The docs say to append " - 256 MB;" but that doesn't seem to work in my environment (Windows 7 / Visual…
ZombieSheep
  • 29,603
  • 12
  • 67
  • 114
1
vote
0 answers

Windows Phone - Graphical corruption after upgrading from SDK 7.1 to 7.1.1

I am writing an XNA game for Windows Phone. I recently upgraded my Windows Phone SDK from version 7.1 to 7.1.1. You can read about the details of the SDK patches here, but this is the summary: Windows Phone SDK 7.1.1 Update offers developers tools…
Goose
  • 1,307
  • 2
  • 14
  • 28
1
vote
1 answer

How to change the background colour of a one particular listboxitem in a listbox in windows phone app?

i am developing an windows phone app. I am having a listbox , in which depending upon on one particular condition i want to change only one listboxitem background colour . Please Note :- i want to change background colour of only some listboxitems…
1
vote
1 answer

WindowsPhone periodict task only works on debug

Is there any reason why a periodic task would launch with ScheduledActionService.Add(task); ScheduledActionService.LaunchForTest(taskname, milis); but once I remove the second line, stop working? I've waited for more than an hour (since the normal…
1
vote
1 answer

ArgumentException thrown in system OnTouch event

I have a simple application with two pages on it. The first page acts normally, and I have a button on the page that navigates to the second page. However, when I get to the second page, any time I try to touch anything, the OnTouch event fires and…
1
vote
1 answer

how to write text on a image using windows phone code?

Possible Duplicate: Write text on image in WP7 I have an app and one of the feature I want to add to it is , sending the picture with some text on top of it.IS that possible to code this in windows phone ?
1
vote
2 answers

How to cache the data to use it everytime the app launches in windows phone?

I have a search functionality in my windows phone application where user enter words and the results are returned accordingly. How to cache this search data to use it every time the app launches in windows phone?Whenever this search page is loaded I…
1
vote
0 answers

Tombstone State Tile Navigation Issues

I have secondary Tile for each page in my app. When i switch my app to Tombstone state, its failed to navigate corresponding page from Secondary Tile. App loading the previous page opened before deactivated. Here the sample code for Secondary Tile…
Kathir
  • 171
  • 3
  • 8
1
vote
1 answer

using MarketplaceDetailTask on wp8

I've been using MarketplaceDetailTask on WP7 for a while and it used to work fine. Using MarketplaceDetailTask, my app redirects user to marketplace and from there user can install targeted app. Now on WP8, using same MarketplaceDetailTask, I'm…
1
vote
3 answers

Got Blank result when Adding Image to Canvas

I'm new to Windows Phone Dev., I intend to do: Set the canvas background with Image A; Add another Image B on top of Image A. What I have achieved: By using ImageBrush, I'm able to set the canvas background image, but I got a problem when trying…
dumbfingers
  • 7,001
  • 5
  • 54
  • 80
1
vote
2 answers

Navigate to a page when EventHandler compelete?

So I am trying to do a very simple thing in WP7 like: A button in MainPage will launch camera, and when camera successfully take a picture, I want to pass the picture to SecondPage and launch it. Here's my code: Within the MainPage constructor, I…
1
vote
1 answer

Read file from IsolatedStorage as bytes

I want to get the size of file in isolated storage as bytes. also need to read that file as block of 1024 bytes each. How can I do that?
Nelson T Joseph
  • 2,683
  • 8
  • 39
  • 56
1
vote
0 answers

Include raw data in C# source code

I have an array that contains a default texture for a sprite like this: uint[] bitmap = new uint[] { 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000,…
j3d
  • 9,492
  • 22
  • 88
  • 172