Paul said he tried a simple example and it worked OK so we might need more info to see if there’s a bug.

 

    <?xml version="1.0" encoding="utf-8"?>

    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">

        <mx:Script>

            <![CDATA[

                [Bindable]

                internal var foo:String = "bar";

            ]]>

        </mx:Script>

        <mx:Label text="{foo}"/>

    </mx:Application>

 

 


From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Tapper
Sent: Monday, September 18, 2006 9:42 AM
To: [email protected]
Subject: [flexcoders] compiler warnings with [Bindable] internal

 

Is there some restriction about using [Bindable] on internal
properties? It seems that i get compiler warnings if i have [Bindable]
properties maked as internal, where if i mark the same property as either
public or private, there is no warning. Is this a bug, or are we not meant
to allow internal bindable properties?

__._,_.___

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





SPONSORED LINKS
Software development tool Software development Software development services
Home design software Software development company

Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___

Reply via email to