wp7

  1. N

    Sending Grid Content Through a ContentControl

    I have a Windows Phone 7 app that has a ContentControl that I want to use to fill in some of the cells in a Grid in the ContentControl's ContentPresenter in the ControlTemplate. The ControlTemplate already has the Grid, as well as some of the elements I want in it, I want to use the...
  2. N

    Using multiple XNA areas in a Windows Phone Silverlight and XNA Application

    I am currently working on an app that uses the "Windows Phone Silverlight and XNA Application" template. I am new to XNA, but I have managed to get it to do most of the things I want. However, I need to show these things in multiple places on the same page in my app. Because I am using the 3D...
  3. N

    Question Templates missing from Windows Phone SDK 7.1

    I am using Visual Studio 2010 and have installed the Windows Phone SDK 7.1 (http://www.microsoft.com/en-us/download/details.aspx?displaylang=en&id=27570) on my machine. However, several of the Project Templates were not added, such as Windows Phone 3D Graphics Application. I tried doing a...
  4. N

    Emulator & App lock up for no reason

    I am currently working on an app (using VB.NET & Silverlight). The app does several calculations, and they usually work fine. However, on occasion (maybe 1out of 10 times), the app locks up when I click one of the buttons. This happens regardless of whether I am running it using Deploy or Debug...
  5. D

    Question Consume a WCF or Web Service

    How can I consume a web service in VS2010 WP7? I try to use a WCF but can not get it to call the function - only offers functionAsync or similar? Have googled to my hearts content but can not find a solution. Thanks!
  6. N

    Custom Colors for a TextBox

    I have a TextBox in my App for which I want to customize the colors. At the moment, I am using the following Style: <Style x:Key="EditPlayerStyle" TargetType="TextBox"> <Setter Property="Background" Value="Blue"/> <Setter Property="BorderThickness" Value="0"/> <Setter Property="FontFamily"...
  7. N

    Positioning the ListPicker

    I have recently started trying to learn how to use the ListPicker from the Silverlight for Windows Phone Toolkit (http://silverlight.codeplex.com/). I have been able to get enough working to get started, but I am having one problem that I cannot figure out how to fix. Whenever the user taps the...
  8. N

    Getting current point from Manipulation events

    I have an application in which I want to get the point currently being touched during a Manipulation event. I currently have the following test code: <Grid> <Image Name="imgManipulation" HorizontalAlignment="Left" Stretch="None" VerticalAlignment="Top" Height="750" Width="480"/> </Grid>...
  9. B

    First to market a Virtualizing Wrap Panel for Windows Phone 7

    Binarymission update UIControlSuite .NET – now on V15! Berkshire, UK – 6 June 2011 – Today, Binarymission, a leading vendor of user interface components for Microsoft .NET, announced the immediate availability of UIControlSuite .NET V15. UIControlSuite .NET Enterprise edition is a collection...
Back
Top