Hi wkoch, sorry but I didn't understand you ... >From your App.mxml do you need to open a Popup directly from code or do you >need to "create" it and then "open" it? The grid is in your main canvas App.mxml and in the popup there is a label?
What you need is that when you move through the grid the Popup label is updated? Hiedra -----Mensaje original----- De: wkoch <[email protected]> Enviado el: lunes, 18 de enero de 2021 1:07 Para: [email protected] Asunto: Re: Popup and Databinding *Main Page:* <?xml version="1.0" encoding="utf-8"?> <j:Application xmlns:f="http://ns.adobe.com/mxml/2009" xmlns:b="library://ns.apache.org/royale/basic" xmlns:j="library://ns.apache.org/royale/jewel" xmlns:h="library://ns.apache.org/royale/html" xmlns:c="components.*" xmlns:accessories="org.apache.royale.html.accessories.*" xmlns:local="*" xmlns:layouts="org.apache.royale.jewel.beads.layouts.*" initialize="appInit()" applicationComplete="appComplete()"> <b:ApplicationDataBinding /> <b:ContainerDataBinding /> ... import org.apache.royale.jewel.PopUp; *Popup Page:* <?xml version="1.0" encoding="utf-8"?> <j:VGroup xmlns:f="http://ns.adobe.com/mxml/2009" xmlns:b="library://ns.apache.org/royale/basic" xmlns:j="library://ns.apache.org/royale/jewel" xmlns:h="library://ns.apache.org/royale/html" initComplete="initApp()" x="410" gap="5" y="510" width="800" height="1000"> I have tons of datagrids and labels that sre binding properly on the main page. I tried putting various databinding beads on the popup but no luck. -- Sent from: http://apache-royale-users.20374.n8.nabble.com/
