(X) Hide this Upcoming webinar on Feb 23rd, 10 am PST (see your local time): Building Line-of-business Applications with Silverlight & WCF Data Services
More webinar info | Register | Other webinars
Tweet @silverlightshow and win a SilverlightShow Tweet-shirt. Learn how >>
Skip Navigation LinksHome / Search

Search

 
Results Per Page

Found 2 results for SIP.
Date between: <not defined> and <not defined>
Search in: News , Articles , Tips , Shows , Showcase , Books

Order by Publish Date   Ascending Title   Rating  

  • 3 comments  /  posted by  Pencho Popadiyn  on  Feb 24, 2011 (4 days ago)

    This article is compatible with the latest version of Silverlight for Windows Phone 7.

    Last year, just for the Christmas holidays I bought my Windows Phone 7 device. I bought it for two reasons. First, it was Christmas and it was the perfect time to make a present for myself . Second, I wanted Windows Phone 7 because as a .NET developer having experience with Silverlight/WPF, I will be able to develop WP7 applications without spending any significant time for learning the WP7 programming model.

    As an end user, I won’t comment the disadvantages of Windows Phone 7. It is normal, though we are talking for a system that is only few months old.



  • 0 comments  /  posted by  Silverlight Show  on  Jul 05, 2010 (7 months ago)
    Tags: Windows Phone , SIP
    Brian has been creating some Silverlight applications for Windows Phone lately and he's run into a few speed bumps he wanted to pass along. This one is in regards to closing the SIP.

    The virtual keyboard on the phone or the SIP (Soft Input Panel) is the keyboard that pops up on the screen so the user can input data.  Getting the SIP to display is simple—just give the TextBox focus and the SIP will automatically display.  The user can then go about tapping away and entering text.  But how do you dismiss the SIP?  Well, if the TextBox loses focus (the user taps on the screen outside the TextBox for example) the SIP will close.  But how do you programmatically dismiss the SIP?  Removing focus from the TextBox seems like the way to go and it is.