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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T10:22:43+00:00 2026-06-11T10:22:43+00:00

I just now tracked down a bug in my code to the fact that

  • 0

I just now tracked down a bug in my code to the fact that the creationComplete event is not being raised by class Player.

Grid.mxml:

m_arrSpaces[4][4].entities.addItem(new Player());

Player.mxml:

<?xml version="1.0" encoding="utf-8"?>
<Entity xmlns="entities.*" xmlns:mx="http://www.adobe.com/2006/mxml" creationComplete="onCreationComplete">
    <mx:Script>
    <![CDATA[
        import mx.controls.Alert;

    private function onCreationComplete():void {
        Alert.show("cration");
        m_imgActiveImage = imgUp;
    }
    ]]>
</mx:Script>

I know that the line in Grid.mxml is being run and that the Player object is being added to m_arrSpaces[4][4].entities. I also know that Player.onCreationComplete() is never being called. Wth?

EDIT: Wait, it’s doing the same thing even when I correct the typo and include the parantheses in the MXML tag, as in:

creationComplete="onCreationComplete()"

EDIT: Oh, yeah, here’s the code for Entity:

<?xml version="1.0" encoding="utf-8"?>
<mx:Canvas xmlns:mx="http://www.adobe.com/2006/mxml" creationComplete="onCreationComplete()">
<mx:Script>
    <![CDATA[
        import mx.collections.ArrayCollection;
        import mx.controls.Image;

        import spaces.Space;

        protected var m_imgActiveImage:Image;

        public function get activeImage():Image {
            return m_imgActiveImage;
        }

        private function onCreationComplete():void {
            width = Space.SPAN - 4;
            height = width;
        }
    ]]>
</mx:Script>
</mx:Canvas>
  • 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-11T10:22:44+00:00Added an answer on June 11, 2026 at 10:22 am

    you have this:
    creationComplete=”onCreationComplete”

    and it should be:

    creationComplete=”onCreationComplete()”

    did a quick test on new application with and alert and never reached the onComplete() method.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Just now I'm looking at fixing a localization bug with a small application that
Working in Delphi7 just now, I noticed that not only a VarIsEmpty function exists,
I was looking through a code tutorial just now, and found something interesting --
I'm writing a little app that displays some graphics and just now I'm trying
Just now I needed to do something like the following query, and was surprised
Just now, I'm reading Josuttis' STL book. As far as I know -- c++
Just now find it by chance, Add(T) is defined in ICollection<T> , instead of
I'm just now learning to programming at age 17. It's hard for me to
I am just now starting to use version control and my head is spinning!
I am setting up the development environment for my start-up just now. I use

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.