I have a few concerns with this and suggestions welcome: 1. Due to the bead lifecycle, declared beads are only added after the component is added to a parent. This means that you can’t just “new” an MXML component which has modal beads without first adding it somewhere. 2. As mentioned in the other thread, beads are re-added. I added some just-in-case code for now to work around the issue.
Any suggestions in general are welcome… Harbs > On Nov 13, 2018, at 11:01 AM, [email protected] wrote: > > This is an automated email from the ASF dual-hosted git repository. > > harbs pushed a change to branch feature/modal > in repository https://gitbox.apache.org/repos/asf/royale-asjs.git. > > > at 1633099 Added Modal beads with example > > This branch includes the following new commits: > > new 1633099 Added Modal beads with example > > The 1 revisions listed above as "new" are entirely new to this > repository and will be described in separate emails. The revisions > listed as "add" were already present in the repository and have only > been added to this reference. > >
