Calling too soon before hostComponent is assigned, or maybe hostComponent is the type you specified.
On 9/11/14 11:53 AM, "Oleg Konovalov" <oleg...@gmail.com> wrote: >Hi, > >I am creating a View/ViewSkin pair, >with view extending SkinnableContainer. >As usual, often have to call hostComponent.method1(), >but getting Error # 1009 Cannot access a property or method. >I do define HostComponent properly in the skin. >When I call that method1, hostComponent is NULL. Why? >What I might be missing? > >TIA, >Oleg