RE: [flexcoders] Public getter, private setter?

2006-09-11 Thread Matt Chotin
works and doesnt work currently J Matt From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Michael Schmalle Sent: Saturday, September 09, 2006 3:58 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Public getter, private setter? Hah

Re: [flexcoders] Public getter, private setter?

2006-09-09 Thread Michael Schmalle
Of Christian Edward Gruber Sent: Friday, September 08, 2006 6:42 AM To: [EMAIL PROTECTED]ups.com Subject: Re: [flexcoders] Public getter, private setter? Hey Paul, I can't speak for Adobe, but in many other languages, accessors/mutators are simply conventions, not actual language

Re: [flexcoders] Public getter, private setter?

2006-09-08 Thread Paul Andrews
delay, since this is a relatively minor issue). Paul - Original Message - From: Matt Chotin To: flexcoders@yahoogroups.com Sent: Friday, September 08, 2006 4:48 AM Subject: RE: [flexcoders] Public getter, private setter? It’s intentional right now

Re: [flexcoders] Public getter, private setter?

2006-09-08 Thread Christian Edward Gruber
out the door without delay, since this is a relatively minor issue).   Paul - Original Message - From: Matt Chotin To: [EMAIL PROTECTED]ups.com Sent: Friday, September 08, 2006 4:48 AM Subject: RE: [flexcoders] Public getter, private setter?

RE: [flexcoders] Public getter, private setter?

2006-09-08 Thread Matt Chotin
: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Christian Edward Gruber Sent: Friday, September 08, 2006 6:42 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Public getter, private setter? Hey Paul, I can't speak for Adobe, but in many other

Re: [flexcoders] Public getter, private setter?

2006-09-07 Thread Michael Schmalle
Hi,Ironically, I just ran into this same issue the other day.I had a post I didn't finish yesterday and what you just wrote about Java style was what I was going to say I did. :)This is just a guess but, I would be willing to bet this is a Player bug. If you think about the error, it is the

Re: [flexcoders] Public getter, private setter?

2006-09-07 Thread Michael Schmalle
opps,I meantprivate var height:Number;Peace, MikeOn 9/7/06, Michael Schmalle [EMAIL PROTECTED] wrote:Hi,Ironically, I just ran into this same issue the other day. I had a post I didn't finish yesterday and what you just wrote about Java style was what I was going to say I did. :)This is just a

RE: [flexcoders] Public getter, private setter?

2006-09-07 Thread Matt Chotin
) this is the approach were taking right now. Matt From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Michael Schmalle Sent: Thursday, September 07, 2006 7:41 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Public getter, private setter? Hi, Ironically

[flexcoders] Public getter, private setter?

2006-09-06 Thread thunderstumpgesatwork
Just wondering why I can't declare a property getter as public, and the property setter as protected or private? When I do so, I get 1000 Ambiguous reference to loadState Any work-arounds? I want to have the setter so that I can raise the property change event when I set the state, but I'd