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 7060887
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T04:24:25+00:00 2026-05-28T04:24:25+00:00

In Flex 3.2 I had implemented a tooltip manager and I used the topLevelSystemManager

  • 0

In Flex 3.2 I had implemented a tooltip manager and I used the topLevelSystemManager from ISystemManager to add a child to the sandbox root:

The code was as follows:

    var sm:ISystemManager = getSystemManager(currentTarget) as ISystemManager;
             sm.topLevelSystemManager.addChildToSandboxRoot("toolTipChildren" , currentToolTip as DisplayObject);

In my endeavour to upgrade Flex to 4.5 I discovered that this method does no longer exist.

What’s the appropriate way of migrating this piece of code to 4.5?

Part of the ActionScript class is shown here:

mx_internal function createTip():void
{
    // Dispatch a "createToolTip" event
    // from the object displaying the tooltip.
    var event:ToolTipEvent =
        new ToolTipEvent(ToolTipEvent.TOOL_TIP_CREATE);
    currentTarget.dispatchEvent(event);

    if (event.toolTip)
        currentToolTip = event.toolTip;
    else
        currentToolTip = new toolTipClass();

    currentToolTip.visible = false;

    var sm:ISystemManager = getSystemManager(currentTarget) as ISystemManager;
             sm.topLevelSystemManager.addChildToSandboxRoot("toolTipChildren", currentToolTip as DisplayObject);
}

Any help will be greatly appreciated.

  • 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-28T04:24:26+00:00Added an answer on May 28, 2026 at 4:24 am

    turns out I can just use this

    sm.topLevelSystemManager.toolTipChildren.addChild(currentToolTip as DisplayObject)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I saw some code that had the controls in a flex box set to
I had to reformat my question because I realized I was using incorrect flex
In Flex I'm using the following code to allow sorting in a DataGrid (the
Having had a quick look at the Flex docs I can't seem to find
I have an AIR app initially written in Flex 3 that I had removed
I am a flex programmer but i had nothing to do for handle manage
Does Adobe Flex support caching of the main application; i.e. if the user had
I'm having fun with dates in flex, and had a strange bug showing up.
When pushing objects from ColdFusion to Flex via BlazeDS, and mapping the classes using
I have a spring component which was used as a flex-blazeds endpoint (using @RemotingDestination

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.