RE: [EXTERNAL] Popup and Databinding with Crux (RE: Popup and Databinding)

2021-01-26 Thread Brian Raymes
trying this out! It will simplify my code in many places! Brian From: Carlos Rovira Sent: Sunday, January 24, 2021 2:27 AM To: users@royale.apache.org Subject: Re: [EXTERNAL] Popup and Databinding with Crux (RE: Popup and Databinding) Hi Maria Jose, I think that could be probably a false positive

Re: [EXTERNAL] Popup and Databinding with Crux (RE: Popup and Databinding)

2021-01-24 Thread Carlos Rovira
dispatchEvent(*new* BeanEvent(BeanEvent. > REMOVE_BEAN,viewBead.content)); > > viewBead.content.removeEventListener("closePopUp" > , closePopUpHandler); > > } > > } > > > > Thx > > Hiedra. > > > > *De:*

RE: [EXTERNAL] Popup and Databinding with Crux (RE: Popup and Databinding)

2021-01-23 Thread Maria Jose Esteve
wBead.content)); viewBead.content.removeEventListener("closePopUp", closePopUpHandler); } } Thx Hiedra. De: Carlos Rovira Enviado el: sábado, 23 de enero de 2021 16:35 Para: users@royale.apache.org Asunto: Re: [EXTERNAL] Popup and Databinding with Crux (RE: Popup an

Re: [EXTERNAL] Popup and Databinding with Crux (RE: Popup and Databinding)

2021-01-23 Thread Carlos Rovira
iernes, 22 de enero de 2021 20:09 > *Para:* users@royale.apache.org > *Asunto:* Re: [EXTERNAL] Popup and Databinding with Crux (RE: Popup and > Databinding) > > > > Cool, thanks Brian :) > > > > Maybe we could create a bead for PopUp to make if you use Crux to &g

RE: [EXTERNAL] Popup and Databinding with Crux (RE: Popup and Databinding)

2021-01-22 Thread Maria Jose Esteve
Yes, it seemed to me too 😝. I will clean the code and share it (maybe tomorrow). Hiedra. De: Carlos Rovira Enviado el: viernes, 22 de enero de 2021 20:09 Para: users@royale.apache.org Asunto: Re: [EXTERNAL] Popup and Databinding with Crux (RE: Popup and Databinding) Cool, thanks Brian

Re: [EXTERNAL] Popup and Databinding with Crux (RE: Popup and Databinding)

2021-01-22 Thread Carlos Rovira
ement(popup); > > popup.open = true; > > > > > > Hope this helps. > > > > Brian > > > > *From:* Maria Jose Esteve > *Sent:* Friday, January 22, 2021 2:40 AM > *To:* users@royale.apache.org > *Subject:* [EXTERNAL] Popup and Databinding with Cr

RE: [EXTERNAL] Popup and Databinding with Crux (RE: Popup and Databinding)

2021-01-22 Thread Maria Jose Esteve
ERNAL] Popup and Databinding with Crux (RE: Popup and Databinding) Here is how I’m making that work. Dispatch an ADD_BEAN before adding the content to the PopUp. This wires it up for crux. I’m also dispatching REMOVE_BEAN when the popup is closed to ensure it is removed when not needed.

RE: [EXTERNAL] Popup and Databinding with Crux (RE: Popup and Databinding)

2021-01-22 Thread Brian Raymes
with Crux (RE: Popup and Databinding) Hi, I am experiencing an error similar to wkoch, the Databinding in a Popup does not work, in my case using crux. I have an mxml, TopesDetPerson, that shows the detail of a record. My mvc model is injected and binded and it works perfectly if we insert it

Popup and Databinding with Crux (RE: Popup and Databinding)

2021-01-22 Thread Maria Jose Esteve
Hi, I am experiencing an error similar to wkoch, the Databinding in a Popup does not work, in my case using crux. I have an mxml, TopesDetPerson, that shows the detail of a record. My mvc model is injected and binded and it works perfectly if we insert it into the main mxml (SectionContent) bu