BTW, This code causes an endless loop in MouseEvent.mouseOverHandler. The Group is the “parent” of the application, so “parent” is never null…
> On Jun 8, 2018, at 2:25 AM, Harbs <[email protected]> wrote: > > <js:initialView> > <js:View> > <js:Group id="parent" style="padding:10px"> > <js:Group id="child" x="20" y="20"> > <js:Label text="Hello"/> > </js:Group> > </js:Group> > </js:View> > </js:initialView>
