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
1
vote
2 answers

Close open popup on backkey press in Windows phone

In my application I am using a popup in a page. When I press on back key, I need to close the popup if it is open and stay on the page. When I pressed on the back key, the popup not closed and the page goes to previous one. To close the popup now I…
Nelson T Joseph
  • 2,683
  • 8
  • 39
  • 56
1
vote
2 answers

Unable to show alert via Javascript in WP7 web browser control

I am trying to show alert box using javascript in a webpage using web browser control in WP7. The alert is not popping up. Is there anything wrong in the code or WP7 doesn't support it at all?
1
vote
0 answers

Visual Studio debugging visualizer in Visual Studio 2010 Phone Express not working

I have created a simple Visual Studio debugger which just does not work at all in Visual Studio 2010 Phone Express - it doesn't appear in the list of options. I realise Express editions have limitations but according to this page, all the Express…
1
vote
1 answer

How to send raw packets

I am unable to send raw packets from windows phone to remote client. also there is no enum value in SocketType enumeration for raw packets. But still i can see many applications in windows phone marketplace, that can send and recieve raw packet .…
1
vote
2 answers

Windows Phone 7.1 application quits without throwing any exception

Currently working on a multi-threaded WP 7.1.1 application and slightly more than half of the time the application quits during the "initial phase" without throwing any Exception. It simply ends with all threads returning 0x0 and without entering…
UnclePaul
  • 515
  • 5
  • 17
1
vote
1 answer

Reduce memory usage in Windows Phone app

I am designing an app that has a ListPicker with over 90 items. Each item consists of 2 PNG images(< 3KB in size each) and some text. I have created a new class to represent my item and I am creating a list of this class using List
tumchaaditya
  • 1,267
  • 7
  • 19
  • 49
1
vote
1 answer

TextTrimming not working

I have data binding to a listbox, and texttrimming property set to WordEllipsis, but it doesn't seem to work. The textblocks are showing text as if they do without the texttrimming property set. This is my xaml code. Please help.
Vignesh PT
  • 624
  • 12
  • 28
1
vote
3 answers

WP7 MVVM how do I call me.setfocus() from the ViewModel?

I'm attempting to improve my MVVM abilities in my next WP7 App (which is written in Vb.NET). I have a textbox that has been given focus and has a WP7 keyboard displayed. I am using command binding and a xyzzer's bindable Application bar (which is…
JonAlb
  • 1,702
  • 10
  • 14
0
votes
1 answer

Can Windows Phone SDK 7.1.1 do image zooming?

Can Windows Phone SDK 7.1.1 do image zooming? Like for example, the phone app is about a product store. So customer decides to view the product in a zoom-in version. I have research on the net but to no avail. And i know that maps can be zoom in.…
HappyPie
  • 1
  • 1
0
votes
1 answer

Phonegap CLI with Windows Phone 7 - Can't find the cordovastarter to build wp7

I have installed Phonegap3.0 via CLI. I am trying to run a sample project for android and wp7 in windows 7 machine. My installation path for project is E:\workspace\HelloWorld inside i found "merges,platform,plugins,www,.codova"…
krrr25
  • 681
  • 2
  • 12
  • 29
0
votes
2 answers

Compatibility between Windows Phone 7.1 - 7.8 apps and Windows Phone 8 devices

Do Windows Phone 7.1 - 7.8 apps run reasonably well on Windows Phone 8 devices? Is there any reason in terms of compatibility for me to choose one over the other?
0
votes
1 answer

Windows Phone Emulator7.1 internet not connected

I installed Windows Phone SDK7.1 on my windows7 PC. I opened the Windows Phone Emulator 7.1 to test the web page in Windows Phone Emulator IE, but i am not able to connect to the Internet in the Windows Phone Emulator. I am not using proxy and i am…
0
votes
1 answer

Message for Limited time, thread.sleep(x) is not working - Windows Phone

I want to just show a Message for a short time in TextBlock. I'm using this code Label1.Text = "Wrong Password!"; System.Threading.Thread.Sleep(5000); Label1.Text = " "; But this is not working, if anyone have other better logic then please do…
0
votes
1 answer

Getting information from child element of stackpanel within listbox

I know there should be a simple solution to this question but I just cant seem to figure it out here is what my code looks like:
Denzil
  • 123
  • 2
  • 13
0
votes
1 answer

How to disable Auto Locking when our windows phone app is running?

i am developing a windows phone app in which i fetching some data from service at that moment the device will go to auto lock since it is un - responsive for long time. so , how can i avoid this auto locking in the windows phone app when some…