[flexcoders] SummaryObject Warning, no clue what it means...

2008-08-07 Thread bredwards358
While checking to make sure my summary information was correct, I got
this warning while debugging the application:

warning: unable to bind to property 'total2' on class
'mx.collections::SummaryObject' (class is not an IEventDispatcher)
warning: unable to bind to property 'total3' on class
'mx.collections::SummaryObject' (class is not an IEventDispatcher)

While the information displays correctly, I can't seem to figure out
what this warning means, much less how to correct it. I need some
clarification on this. Thanks in advance,

Brian Ross Edwards
Tech-Connect LLC




Re: [flexcoders] SummaryObject Warning, no clue what it means...

2008-08-07 Thread Josh McDonald
It means mx.collections.SummaryObject does not dispatch events, therefore it
can't dispatch PropertyChanged events, which is how bindings know that your
data has been updated.

On Thu, Aug 7, 2008 at 11:09 PM, bredwards358 [EMAIL PROTECTED]wrote:

 While checking to make sure my summary information was correct, I got
 this warning while debugging the application:

 warning: unable to bind to property 'total2' on class
 'mx.collections::SummaryObject' (class is not an IEventDispatcher)
 warning: unable to bind to property 'total3' on class
 'mx.collections::SummaryObject' (class is not an IEventDispatcher)

 While the information displays correctly, I can't seem to figure out
 what this warning means, much less how to correct it. I need some
 clarification on this. Thanks in advance,

 Brian Ross Edwards
 Tech-Connect LLC



 

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






-- 
Therefore, send not to know For whom the bell tolls. It tolls for thee.

:: Josh 'G-Funk' McDonald
:: 0437 221 380 :: [EMAIL PROTECTED]