[flexcoders] Re: Public getter, private setter?

2006-09-07 Thread thunderstumpgesatwork
I still don't have an answer, but I think I have a pretty clean work-around. Since the setter would be private, and called only within the class, I've gone to a private function in Java style eg. private function setLoadState(state:int):void Notice it is not a property setter, but just a functi

[flexcoders] Re: Public getter, private setter?

2006-09-07 Thread astgtciv
Title: Enterprise RIA Development with Macromedia Flex I'd like to know the answer to this too. What is the reason for not being able to have a public getter and a private setter? I Tried to raise this question here: http://actionscript.org/forums/showthread.php3?t=113383 , but we hardly go