i do get the correct values on a click. but i do also need to get this property when component initialized - how do i do that?
plus: how do i check from within the class if the value is changed? on an other button i have click="customBTN.time='later'" and i have verified that the class gets this correctly. but on this change i need to make some action. how do i know when it is changed. i could start a timer and check this value periodically, but it is a rude way. what is the elegant way? basically what i m trying to do is add a cutom property that will have more then 2 states (eg. unlike visible=true/false), it can have 3/4/5... states. --- In [email protected], "ilya Devers" <[EMAIL PROTECTED]> wrote: > > are the attributes "installed" in the constructor? > > Maybe you have to check after the constructor, maybe on a click > event... > > Or mayby you have to call super() in the constructor? > > just guessing really, but maybe it helps... > -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

