Questions tagged [windows-phone-7.8]

Windows Phone 7.8 is an update to the existing windows phone 7.x devices.

The update features the new Start screen and Lock screen, with Bing Wallpapers, new Accent colours, some updated logos and not much else.

Nokia WP 7.8 users will be able to download Nokia’s Bluetooth file and contact transfer apps and ring tone maker

32 questions
6
votes
2 answers

Windows phone apps with same GUID - Creating more apps from one single app

I had made a Windows Phone 7 application. I copy pasted that same application 10 times to create 10 different applications, as the only difference in those 10 apps were the images. But now I cannot install 2 applications on emulator as they have…
4
votes
1 answer

Issue while Playing, the recorded audio in WP7

Hi Developers, If we save the recorded voice as a mp3 file. we get the error while opening the file as Windows Media Player cannot play the file. The Player might not support the file type or might not support the codec that was used to compress the…
3
votes
1 answer

WP7.8: Bound items in scrollbox updated with wrong data

Overview I have an application, that displays data from an observable collection. The observable collection is (in this debugging setting) created and instanciated only once, then the values stay the same. The main view of the application contains a…
ChrisK
  • 1,216
  • 8
  • 22
2
votes
1 answer

Application Icon and Tile sizes for apps which works on windows phone 7.1, WP7.8 and WP8.0

I'm jus so confused about application icon sizes that need to be used for WP. My app works on all the three, 7.1 , 7.8 and 8.0. I use Windows Phone 8 SDK. This link gives the sizes need. My question is in the WMAppManifest.xml file, since my app…
2
votes
1 answer

TweetSharp upload image with PhotoChooserTask and SendTweetWithMedia

I'm trying to upload a picture on Twitter of a PhotoChooserTask catching him. The problem I have is that I do not know how to pass a BitmapImage, which is the format when I choose an image and pass it to a Stream. Below is a sample of my…
soydachi
  • 851
  • 1
  • 9
  • 24
2
votes
1 answer

How to handle multiple tile sizes in WP 7.8

Now that the 7.8 update is coming to WP7.x devices, how can I handle the multiple tile sizes an app can offer? What changes do I need to do in the AppManifest? The SDK can be downloaded from here. Please help as I am not able to find a good resource…
Milan Aggarwal
  • 5,104
  • 3
  • 25
  • 54
1
vote
1 answer

Create a tag cloud in Windows Phone

I'm trying to create a tag cloud control in windows phone. The tags are just styled buttons. A vertically oriented stackpanel currently holds the buttons. I am looking for an alternate container that can hold the button flexible, i.e. allow buttons…
Omkar Khair
  • 1,364
  • 2
  • 17
  • 40
1
vote
0 answers

WP7 IE - Default Zoom in Landscape

I'm developing a mobile version of a website to work in IE on Windows Phone (7.8), it works fine in Portrait, but as soon as I tilt the phone to landscape (or load it that way), the site appear zoomed in. A double tap will reset it to it's correct…
MarkLunney
  • 425
  • 1
  • 4
  • 10
1
vote
2 answers

How can you scroll a ListBox to the bottom

How can you scroll a List Box to the bottom in C#? The items in the ListBox don't have names, which may make it more difficult.
Newbie
  • 1,160
  • 2
  • 11
  • 24
1
vote
4 answers

Save a Grid and elements in it as a jpeg image - WinRT

I am stuck in my app. I have a grid with some elements in it. These elements are buttons, images and other controls like stackpanel and nested grids. I want to save what appears to the user as image on click of a button, but i dont know how to…
1
vote
0 answers

Windows Phone 7.8 and wma audio streaming problems

Our application streams wma audio content using AudioPlayerAgent (background player). Everything worked perfectly on WP 7.5 until the update to WP 7.8 has been released. Than it stopped streaming. To exclude errors in our code we downloaded the…
STeN
  • 6,262
  • 22
  • 80
  • 125
1
vote
2 answers

Windows phone 7x programatically disable cellualr data

Is it possible to disable data connection from your app? I have seen apis for querying the status of wifi and cellular but cant find a way to turn them off or on? thanks
keyoke
  • 1,209
  • 12
  • 26
0
votes
2 answers

How to exit loop and app in a Windows Phone 7.8 app?

I have an OberservableCollection that contains data. To check its contents I use a loop that contains MessageBox.Show("...") in order to show each value on the screen. That works great with the exception that I can not end the app before the end of…
0
votes
1 answer

Not able to load a project of VS2012 in VS2013

i got a project for mobile application which is created in Visual studio 2012,but when i am trying to run it in VS2013,it is showing some error in csproj.How to find which thing is missing like any SDK or service packs. CSPROJ file is
0
votes
0 answers

How to turn off the scrolling down of WebBrowser control in Windows Phone 7.5

I have a problem with WebBrowser control in Windows Phone 7.5 SDK (I didn't tried WP8). Is there any possibility of turning off scrolling down whole page below "point 0" of vertical offset? If you scroll page down you will see the white bar (example…
1
2 3