Re: [FlexJS] UIBase z-order

2016-07-26 Thread Harbs
ompt, although you would probably >> want to update the zIndex every time it’s changed on the bead, not just >> when the bead is added. I’m not sure why it doesn’t work that way in >> TextPromptBead. >> >> >> From: Harbs<mailto:harbs.li...@gmail.com>

Re: [FlexJS] UIBase z-order

2016-07-26 Thread Alex Harui
k that way in >TextPromptBead. > > >From: Harbs<mailto:harbs.li...@gmail.com> >Sent: Tuesday, July 26, 2016 5:30 PM >To: dev<mailto:dev@flex.apache.org> >Subject: [FlexJS] UIBase z-order > >Currently, there’s no way to specify the z-order of FlexJS objects. It’s >prob

RE: [FlexJS] UIBase z-order

2016-07-26 Thread Yishay Weiss
. From: Harbs<mailto:harbs.li...@gmail.com> Sent: Tuesday, July 26, 2016 5:30 PM To: dev<mailto:dev@flex.apache.org> Subject: [FlexJS] UIBase z-order Currently, there’s no way to specify the z-order of FlexJS objects. It’s probably possible to use obj.style.zOrder = val, but that wou

[FlexJS] UIBase z-order

2016-07-26 Thread Harbs
Currently, there’s no way to specify the z-order of FlexJS objects. It’s probably possible to use obj.style.zOrder = val, but that would only work on the JS side. To work on the Flash side as well, we’d need to use the zOrder style attribute as well as the depth property of a Flash Display objec