Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8433199
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T06:19:18+00:00 2026-06-10T06:19:18+00:00

In as3, is it possible to force the numeric keypad entry to show on

  • 0

In as3, is it possible to force the numeric keypad entry to show on a textfield instead of the standard keyboard?

I have a textfield that the user will enter a price with, and it would be a nicer user experience. I know i can restrict the textfield input but would like that actual numeric pad to appear.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T06:19:20+00:00Added an answer on June 10, 2026 at 6:19 am

    First, see a follow document.

    http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/text/StageText.html#StageText%28%29

    http://blogs.adobe.com/cantrell/archives/2011/09/native-text-input-with-stagetext.html

    and refer a following code.

    import flash.display.Sprite;
    import flash.display.StageAlign;
    import flash.display.StageScaleMode;
    import flash.geom.Rectangle;
    import flash.text.ReturnKeyLabel;
    import flash.text.SoftKeyboardType;
    import flash.text.StageText;
    
    
    var text:StageText = new StageText();
    text.softKeyboardType = SoftKeyboardType.NUMBER;
    text.restrict = "0-9";
    text.returnKeyLabel = ReturnKeyLabel.GO;
    
    text.stage = this.stage;
    text.viewPort = new Rectangle(10, 10, 300, 40 );
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is it possible to create a program using AS3 that would allow the user
Is it possible (in AS2 or AS3) to have a button that starts a
Many library classes in AS3 have read only properties. Is it possible to create
in AS3, I have an external class ImageLoader, that loads an image upon request.
I know it's not possible to overload operators in as3, and have been using
Is it possible to enable the show redraw regions programmatically? From AS3 code, I
I have two requirements, and im not sure is those things possible in AS3.
I have a Pure AS3 mobile project that I'm developing in Flex 4.5, and
I have managed to create an AS3 script that uses file.download(urlRequest); - this is
Is it possible with AS3 to prompt a file select screen to the user,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.