Re: [royale-asjs] 01/01: First (non-working) version

2017-11-13 Thread Harbs
ook.com/?url= >> https%3A%2F%2Fgithub.c <https://na01.safelinks. >> protection.outlook.com/?url=https%3A%2F%2Fgithub.c> >>>>> om%2Fyishayw%2FExamples%2Ftree%2FinitComplete=02% >> 7C01%7C%7Ca9d54724b >>>>> c9443dcb42d08d52aa88b95%7Cfa7b1b5a7b3

Re: [royale-asjs] 01/01: First (non-working) version

2017-11-13 Thread Harbs
Maybe. That’s probably more PAYG. https://github.com/apache/royale-asjs/issues/80 > On Nov 13, 2017, at 5:03 PM, Yishay Weiss wrote: > > I would add the focus disable behavior as a separate bead as Piotr suggested >

Re: [royale-asjs] 01/01: First (non-working) version

2017-11-13 Thread Piotr Zarzycki
keyboard by tabbing though controls. For > >>> that to work, you need to disable tabbing on all the descendants. > >>> > >>>> On Nov 13, 2017, at 3:20 PM, Yishay Weiss <yishayj...@hotmail.com > <mailto:yishayj...@hotmail.com>> > >>> wrote

Re: [royale-asjs] 01/01: First (non-working) version

2017-11-13 Thread Harbs
0 PM, Yishay Weiss <yishayj...@hotmail.com >>>> <mailto:yishayj...@hotmail.com>> >>> wrote: >>>> >>>> Why not listen to the container’s ‘initComplete’? Also, doesn’t >>> DisableBead work for containers as is? >>>>

Re: [royale-asjs] 01/01: First (non-working) version

2017-11-13 Thread Piotr Zarzycki
lete=02% > 7C01%7C%7Ca9d54724b > >>c9443dcb42d08d52aa88b95%7Cfa7b1b5a7b34438794aed2c178de > cee1%7C0%7C0%7C6364 > >>61825737445515=gYDEhA2WwBvRPPQ6aOgyz5Cp4fIn3i > luQhq9YbFtIdQ%3D > >>ved=0 > >> > >> > >> > >> _

Re: [royale-asjs] 01/01: First (non-working) version

2017-11-13 Thread Alex Harui
%2FinitComplete=02%7C01%7C%7Ca9d54724b >>c9443dcb42d08d52aa88b95%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6364 >>61825737445515=gYDEhA2WwBvRPPQ6aOgyz5Cp4fIn3iluQhq9YbFtIdQ%3D >>ved=0 >> >> >> >> ________________________ >> From: Harbs <harbs.li...@gm

Re: [royale-asjs] 01/01: First (non-working) version

2017-11-13 Thread Piotr Zarzycki
> suggested (similar to DisabledAlphaBead). > > > > [1] https://github.com/yishayw/Examples/tree/initComplete > > > > > From: Harbs <harbs.li...@gmail.com> > Sent: Monday, November 13, 2017 3:26:58 PM > To: dev@royale.apache.org

RE: [royale-asjs] 01/01: First (non-working) version

2017-11-13 Thread Yishay Weiss
<harbs.li...@gmail.com> Sent: Monday, November 13, 2017 3:26:58 PM To: dev@royale.apache.org Subject: Re: [royale-asjs] 01/01: First (non-working) version Is initComplete fired after all the children are added? > Also, doesn’t DisableBead work for containers as is? No. DisableBead helps

Re: [royale-asjs] 01/01: First (non-working) version

2017-11-13 Thread Harbs
so, doesn’t >> DisableBead work for containers as is? >>> >>> >>> >>> ____________________ >>> From: Piotr Zarzycki <piotrzarzyck...@gmail.com> >>> Sent: Monday, November 13, 2017 3:15:54 PM >>> To: dev@roy

Re: [royale-asjs] 01/01: First (non-working) version

2017-11-13 Thread Piotr Zarzycki
itComplete’? Also, doesn’t > DisableBead work for containers as is? > > > > > > > > > > From: Piotr Zarzycki <piotrzarzyck...@gmail.com> > > Sent: Monday, November 13, 2017 3:15:54 PM > > To: dev@royale.apache.org >

Re: [royale-asjs] 01/01: First (non-working) version

2017-11-13 Thread Harbs
; From: Piotr Zarzycki <piotrzarzyck...@gmail.com> > Sent: Monday, November 13, 2017 3:15:54 PM > To: dev@royale.apache.org > Subject: Re: [royale-asjs] 01/01: First (non-working) version > > Harbs, > > First thought is register to "initComplete" for eac

RE: [royale-asjs] 01/01: First (non-working) version

2017-11-13 Thread Yishay Weiss
Why not listen to the container’s ‘initComplete’? Also, doesn’t DisableBead work for containers as is? From: Piotr Zarzycki <piotrzarzyck...@gmail.com> Sent: Monday, November 13, 2017 3:15:54 PM To: dev@royale.apache.org Subject: Re: [royale-asjs] 01/01:

Re: [royale-asjs] 01/01: First (non-working) version

2017-11-13 Thread Piotr Zarzycki
Harbs, First thought is register to "initComplete" for each children ? But does each of our children emit such event ? Piotr 2017-11-13 14:01 GMT+01:00 Harbs : > I need some help here. > > The code should be working, but the bead is added before the children are >

Re: [royale-asjs] 01/01: First (non-working) version

2017-11-13 Thread Harbs
I need some help here. The code should be working, but the bead is added before the children are added, so the styles and attributes are not applied. Any ideas on how to delay the execution until after the full tree of children are added? Thanks, Harbs > On Nov 13, 2017, at 2:57 PM,