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

2021-01-26 Thread Brian Raymes
to 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
chEvent(*new* BeanEvent(BeanEvent. > REMOVE_BEAN,viewBead.content)); > > viewBead.content.removeEventListener("closePopUp" > , closePopUpHandler); > > } > > } > > > > Thx > > Hiedra. > > > > *De:* Carlos Rovira

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

2021-01-23 Thread Maria Jose Esteve
.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 and Da

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 > streamli

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
(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 Crux (R

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

2021-01-22 Thread Maria Jose Esteve
anuary 22, 2021 2:40 AM To: users@royale.apache.org<mailto:users@royale.apache.org> Subject: [EXTERNAL] Popup and Databinding 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

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

2021-01-22 Thread Brian Raymes
BeanEvent(BeanEvent.ADD_BEAN, searchPopup)); . . . popup = new PopUp(); popup.content = searchPopup; addElement(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