what happens is the component is initialised and created at which
point the instance variable is null.  Then the 'calling' component
passes the value to your instance variable.  If your instance variable
is not set as bindable, no event is fired to update the UI.  So, a
chicken and the egg type thing.


Dk

On 6/26/06, Ian Skinner <[EMAIL PROTECTED]> wrote:
> OK, so if I want a variable in a custom element to change, I need to make the 
> variable bindable.  Otherwise it keeps it's initial value (in this case a 
> blank) no mater how many times you send it a new value.
>
> //Define public variables
> [Bindable]
> public var dayData:String;
>
>
> --------------
> Ian Skinner
> Web Programmer
> BloodSource
> www.BloodSource.org
> Sacramento, CA
>
> ---------
> | 1 |   |
> ---------  Binary Soduko
> |   |   |
> ---------
>
> "C code. C code run. Run code run. Please!"
> - Cynthia Dunning
>
> Confidentiality Notice:  This message including any
> attachments is for the sole use of the intended
> recipient(s) and may contain confidential and privileged
> information. Any unauthorized review, use, disclosure or
> distribution is prohibited. If you are not the
> intended recipient, please contact the sender and
> delete any copies of this message.
>
>
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:37:2864
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/37
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:37
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.37
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to