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

  • SEARCH
  • Home
  • 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 6642745
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T23:58:01+00:00 2026-05-25T23:58:01+00:00

I am writing code to order the tab on multiple tags like img,Panel,LinkButton,… and

  • 0

I am writing code to order the tab on multiple tags like “img”,”Panel”,”LinkButton”,…
and pie charts. when I run my flash program, the tab indexing does not work at all. it just works on pie chart and “link button” tags, not on “img”,”Panel”,”Group” tags. I also have tried to “enable tab” on those fields , but no help.on the other hand when I disable tab on the pie chart, and link button, still the tab is enabled.

I have searched a lot and could not find a solution yet. appreciate a lot if someone could help me
I am working on Flash 10.0.0.0 , sdk 4.1

  • 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-05-25T23:58:01+00:00Added an answer on May 25, 2026 at 11:58 pm

    I was finally able to implement the IFocusMangerComponent in order to get the focus for image. although the “tab index” is available in the class, if you want to get the tab to work on image, you have to simply implement IFocusMangerComponent as following in .as file. (no need to implement the functions in the new class)

    import mx.controls.Image;
    import mx.managers.IFocusManagerComponent;

      public class FocusableImage extends Image implements IFocusManagerComponent
      {
                public function FocusableImage()
                {
                          super();
                }
      }
    

    then in the code instead of using var image = new Image() , you have to use

    var image = new FocusableImage() 
       image.tabEnabled = true;
       image.tabFocusEnabled = true;
       image.tabIndex = 1;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

When writing C/C++ code, in order to debug the binary executable the debug option
I frequently find myself writing code like this: List<int> list = new List<int> {
I'm writing code like this, doing a little quick and dirty timing: var sw
python newbie here. I'm writing the code to control an experiment that has multiple
I've done writing code on salesforce and in order to release the unit tests
I'm writing some code examples from How to Think Like a Computer Scientist in
I am writing the following code in order to create a PDF file with
I'm writing code to display notifications to the user at specific times (just like
I am thinking of writing my own code (in order to practice and also
I'm writing some Java code in order to realize NLP tasks upon texts using

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.