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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T22:21:34+00:00 2026-05-22T22:21:34+00:00

I have inherited an Adobe AIR application, and am attempting to debug it through

  • 0

I have inherited an Adobe AIR application, and am attempting to debug it through Flash Builder 4.5. Within Flash Builder, when I look at one of the MXML files, I see warnings for each use of the [Bindable] tag:

[Bindable]
internal var selectedPreviousID:String=null;

[Bindable]
internal var recent:mx.collections.ArrayCollection;

The warning is:

Access of undefined property Bindable

There is an import for what I believe to be the appropriate library:

import mx.binding.utils.*;

And there are no missing semi-colons on the lines preceding each warning as per the suggestion in this blog post.

The project is configured to use Flex SDK 3.6.

Additionally the file will not load in the designer, with this warning:

Design mode: Error during component layout. Choose Design > Refresh to refresh design mode.

What am I missing? At runtime I am seeing a blank window – which I assume is the result of the bindings not being triggered. Is this tag not available in Flex SDK 3.6?

  • 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-22T22:21:34+00:00Added an answer on May 22, 2026 at 10:21 pm

    By removing elements from the code one by one, I discovered that the warnings somehow appear to have been caused by an <mx:WebService> element declaration earlier:

    <mx:WebServiceid="service"
        wsdl="https://blah.com/blah?WSDL"
        operations='{{"Op1":this.method1()}}'/>
    </mx:WebService>
    

    Specifically, if I remove the inline ‘operations’ attribute – then the warnings against Bindable disappear. Must be triggering some issue with the parser.

    Further testing reveals that any attributes that use the inline attribute syntax, e.g.:

    properties='{{"outerDocument":this}}'
    

    Trigger this parser issue. This code was generated by a decompiler, so it may be that it is not valid.

    There is an alternative syntax for specifying the operations as XML nodes instead of an attribute:

    <mx:WebServiceid="service"
        wsdl="https://blah.com/blah?WSDL"/>
        <mx:operation name="Op1" result="this.method1(event)">
        <mx:request>
            <token>{credentials.token}</token>
            </mx:request>
        </mx:operation>
    </mx:WebService>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have inherited a C# application, it is made up of 4 solution files
I have inherited a classic asp application that had over 800 files in the
We have inherited an application (Java-based, running on WebLogic 10.3.5) that makes extensive use
I have inherited couple of .Net (C#) application which does not have any tracing
I have inherited an application that logs the results of certain daily commands that
I have inherited an application built using the Microsoft Office Information Bridge Framework 1.6.
I have inherited an application written with Zend Framework 1.11.2. It has been ported
I have inherited a Java application (servlets) that runs under Tomcat. For historical reasons,
I have inherited a VB.NET application that I need to compile so I can
I have inherited an application that uses the ASP.NET membership provider for user management.

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.