Results 1 to 5 of 5

Thread: Pull up a number pad keyboard in windows phone 7?

  1. #1
    Join Date
    Sep 2010
    Posts
    78

    Pull up a number pad keyboard in windows phone 7?

    I am using windows phone 7 since last few months and it is very good to use and serving me the best. I have a samsung model and want to know that is there any possibility when a text-box is selected it shows the keyboard always this happens . I am little bit confused that what is the reason behind this issue. can anybody let me know the reason. Please help me.

  2. #2
    Join Date
    Dec 2009
    Posts
    139

    Re: Pull up a number pad keyboard in windows phone 7?

    As you want to know how to use the keybord on the screen.Yes you can do that it by yourself in your mobile phone. You can use the following codec for the particular keyboard. It will first show you the number mode of the full keyboard and then the phonic number keypad. Try using these codec this may be helpful to you.

    Code:
    <TextBox InputScope=”Number” …/>      
    <TextBox InputScope=”TelephoneNumber” …/>

  3. #3
    Join Date
    Aug 2010
    Posts
    59

    Re: Pull up a number pad keyboard in windows phone 7?

    It really works I have tried the codecs which you have given to me they are just. I am having an issue which is quite related to this one which you have already solved. After using this code I have found that some codes are missing from the password box control.Do anybody know that it is included in the next final version. Please help me.

  4. #4
    Join Date
    Aug 2010
    Posts
    59

    Re: Pull up a number pad keyboard in windows phone 7?

    Can anybody tell me that how to pull up the digits by using backspace button? As I am thinking of using the general expression option to input. but don't know how to use it as I heard that inputscope only accepts the value in "regularexpression". I am showing you an example:

    Code:
    <InputScopeName NameValue="RegularExpression"></InputScopeName>
    Actually I want to show you the tip of inputting the PIN number into the textbox. Any help would be appreciated.

  5. #5
    Join Date
    Nov 2009
    Posts
    4,494

    Re: Pull up a number pad keyboard in windows phone 7?

    You want to input digit using your keyboards space key.For such search you can use the following codecs which I am describing below.
    Code:
    inputScopeNameValue Enumeration
    You can use this keyword through different programming languages if you have knowledge about them. I am describing some of them below.
    • using VB:- Public Enumeration InputScopeNameValue
    • Using c#:- public enum InputScopeNameValue
    • Using c++ :- public enum class InputScopeNameValue

    and so on. you can use other languages too. Or you can visit the Microsoft's authorized website. There you may get the proper solution for the issue.

Similar Threads

  1. Virtual keyboard of windows phone is good.
    By Saleem's in forum Portable Devices
    Replies: 7
    Last Post: 07-02-2012, 04:30 AM
  2. How to block a phone number on cell phone
    By Segvoia in forum Off Topic Chat
    Replies: 8
    Last Post: 19-07-2011, 02:14 PM
  3. Windows Phone 7 Serial Number
    By NAKKIRAN in forum Portable Devices
    Replies: 3
    Last Post: 28-10-2010, 12:48 PM
  4. Replies: 5
    Last Post: 27-10-2010, 04:05 AM
  5. Activation phone number for Windows Vista
    By Anywhere in forum Operating Systems
    Replies: 4
    Last Post: 20-02-2009, 05:07 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,064,808.94024 seconds with 16 queries