Click here to Skip to main content
Click here to Skip to main content

Windows Phone 7: Silverlight, using multiple Software Input Panels in your applications

By , 15 Oct 2010
 
Windows Phone 7 has 10 different input panels to choose from:
 
Default (Standard QWERTY Keyboard)
Text (Standard text with sugestions and autocorrection)
Url (URL Address)
EmailSmtpAddress (Email Address)
EmailNameOrAddress (Email name or address)
Maps (Map Localization search)
TelephoneNumer (Telephone number)
Search (Search Query)
NameOrPhoneNumber (SMS Contact search)
Chat (Text input with intelligent features like text abreviation)
 
The use is very simple, on your textbox XAML definition specify the SIP you want to use:
 
<TextBox Text="http://jyeray.blogspot.com">
    <TextBox.InputScope>
        <InputScope>
            <InputScopeName NameValue="Url" />
        </InputScope>
    </TextBox.InputScope>
</TextBox>

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

About the Author

JOSUEYERAY
Software Developer Plain Concepts
Spain Spain
Member
MCP - .NET Framework 2.0 Application Development Fundamentals
MCTS - .NET Framework 3.5 Windows Forms Application
MCTS - .NET Framework 3.5 Windows Presentation Foundation

Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page   
GeneralWindows Phone 7 could scan the QR code also with proper app ...membersteve7g15 Jan '12 - 17:09 
Windows Phone 7 could scan the QR code also with proper app like Barcode Generator Suite.

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Permalink | Advertise | Privacy | Mobile
Web02 | 2.6.130523.1 | Last Updated 15 Oct 2010
Article Copyright 2010 by JOSUEYERAY
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid