[flexcoders] Databinding of a read only property

2007-03-07 Thread durnelln
Hi all, How do I make a read-only property bindable for users of my class? It sounds so simple but has me stumped at the moment. I'm sure there must be a simple solution but for the life of me I can't figure it out... E.g. say I have a property testProp which is maintained by my class and

RE: [flexcoders] Databinding of a read only property

2007-03-07 Thread Tracy Spratt
Don't implement the setter function? Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of durnelln Sent: Wednesday, March 07, 2007 12:33 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Databinding of a read only property