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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T05:41:17+00:00 2026-06-11T05:41:17+00:00

I need to create a component using ActionScript. Can’t use mxml in this case.

  • 0

I need to create a component using ActionScript. Can’t use mxml in this case.
In my component I need to create PopUpAnchor using new operator and addElement to the stage. Unfortunatelly when I’m doing it, the PopUpAnchor’s displayPopUp property does not respond to any values.
Here is my the example:

<?xml version="1.0" encoding="utf-8"?>
<s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009" 
     xmlns:s="library://ns.adobe.com/flex/spark" 
     initialize="init(event)">

    <fx:Script>
        <![CDATA[
            import mx.events.FlexEvent;

            import spark.components.Label;
            import spark.components.PopUpAnchor;

            protected function init(event:FlexEvent):void
            {
                var anchor:PopUpAnchor = new PopUpAnchor();
                var label:Label = new Label();
                label.text = 'ABC';
                anchor.addChild(label);

                addElement(anchor);
                anchor.displayPopUp = true;
            }

        ]]>
    </fx:Script>

</s:WindowedApplication>

I’m using Flex SDK 4.5 with AIR SDK 2.6.
What am I doing wrong?

  • 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-11T05:41:18+00:00Added an answer on June 11, 2026 at 5:41 am

    I figured it out. The problem is that i connot use addChild on anchor. I should use popUp property instead.

    So, this line is WRONG:

    anchor.addChild(label);
    

    and should be corrected to this form:

    anchor.popUp = label;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to create a component such as progressbar (as you can see in
I need help with this question. I'm using the camel-http component as shown here
I need to create a draggable component using multiple Canvas elements, it will be
I need to create a redirect with message in admin joomla component, I'm using
I need to create a custom component which consist of a drop down box,
I need create clone repository. but I do not know where can I get
I need create a document word with Java. And I ask, how can I
I use MS SQL 2008 R2, I need create a Table with a CHECK
Need to create a custom DNS name server using C which will check against
I want to create a component which can be used like: <mc:chart data=#{bean.data} width=200

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.