Re: Popup and Databinding

2021-01-18 Thread Carlos Rovira
Ok! great you got it working :) El lun, 18 ene 2021 a las 18:21, wkoch () escribió: > Sorry -- I wasn't clear -- both the ItemRendererDataBinding and > ContainerDataBinding beads worked. I went with ContainerDataBinding as > Harbs is right. It's a better fit. > > > > -- > Sent from:

Re: Popup and Databinding

2021-01-18 Thread wkoch
Sorry -- I wasn't clear -- both the ItemRendererDataBinding and ContainerDataBinding beads worked. I went with ContainerDataBinding as Harbs is right. It's a better fit. -- Sent from: http://apache-royale-users.20374.n8.nabble.com/

Re: Popup and Databinding

2021-01-18 Thread Carlos Rovira
Hi Warren, Can you share a minimum code for the Popup with some binding that is not working. The code you shared doesn't show that part. And as well the part of the code in your app where you declare and use that popup. I'll try both pieces of code in a local project. thanks El lun, 18 ene 2021

Re: Popup and Databinding

2021-01-18 Thread wkoch
Correction. Now either of them work. -- Sent from: http://apache-royale-users.20374.n8.nabble.com/

Re: Popup and Databinding

2021-01-18 Thread wkoch
Tried that. Didn't work. -- Sent from: http://apache-royale-users.20374.n8.nabble.com/

Re: Popup and Databinding

2021-01-18 Thread Harbs
ContainerDataBinding might be more appropriate. > On Jan 18, 2021, at 4:14 PM, wkoch wrote: > > I found the issue. Was missing the ItemRendererDataBinding bead in the popup > code. > > > > -- > Sent from: http://apache-royale-users.20374.n8.nabble.com/

RE: Popup and Databinding

2021-01-18 Thread wkoch
I found the issue. Was missing the ItemRendererDataBinding bead in the popup code. -- Sent from: http://apache-royale-users.20374.n8.nabble.com/

RE: Popup and Databinding

2021-01-18 Thread Maria Jose Esteve
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