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 an old crusty PHP application , and I'd like to refactor
I have inherited a VB6/Access application that we have developed and sold for many
I have inherited a poorly written web application that seems to have errors when
I have inherited a VC++ solution and from one project (named IntersonWinDriver) I'm trying
I have inherited a VB.NET application that I need to compile so I can
I have inherited a client site which crashes every 3 or 4 days. It
I have inherited some legacy PHP code what was written back when it was
I have inherited a project that uses LLBLGen Pro for the DB layer. The
I have inherited a c# class 'Button' (which I can't change) which clashes with
We have inherited VB6 dll which we need to make changes to. We have

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.