On 6/6/16, 10:40 AM, "Harbs" <harbs.li...@gmail.com> wrote:
>To answer my own question, I see this was already answered in another >discussion: > <js:beads> > <js:BrowserResizeHandler /> > </js:beads> >However, when I add this, I get an error on this line: > var /** @type {org.apache.flex.core.UIBase} */ initialView = >org.apache.flex.utils.Language.as(this.app.initialView, >org.apache.flex.core.UIBase); > >this.app is null. > >I’m not sure how that’s happening. My best guess is that the strand is >not being set, but I don’t know why. >Suggestions? Which bead strand are you showing above? It may be designed to go on the Application's strand. -Alex