If you're doing something that seems really simple, and you think it really should be working, like in this case, post your code. The question "Shouldn't a grandchild of Object have the same properties as a child of Object?" is unlikely to get you anything resembling useful help.
-Josh On Tue, Aug 5, 2008 at 8:05 AM, whatabrain <[EMAIL PROTECTED]> wrote: > I create ClassA that extended Object. Inside, I declared some static > variables. No problem. Then I create ClassB that extends ClassA, and I > give it some static variables. I get the following error: > > 1119: Access of possibly undefined property staticEventDispatcher > through a reference with static type Class. > > > Why does this happen? Shouldn't a grandchild of Object have the same > properties as a child of Object? > > > ------------------------------------ > > -- > 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]

