Re: [EXTERNAL] Re: Crux - ItemRenderer

2021-11-24 Thread Roman Isitua
t; >> dispatchEvent(new BeanEvent(BeanEvent.REMOVE_BEAN, this)); >> >> dispatchEvent(new Event('closePopUp')); >> >> >> >> Hope this helps. >> >> >> >> Brian >> >> >> >> >> >> *From:* Rom

Re: [EXTERNAL] Re: Crux - ItemRenderer

2021-11-23 Thread Roman Isitua
addElement(popupAux); > > } > > else > > { > > popupAux.content = contentPopup; > > } > > } > > > > if(!popupAux.ope

Re: [EXTERNAL] Re: Crux - ItemRenderer

2021-11-23 Thread Roman Isitua
ent(BeanEvent.REMOVE_BEAN, this)); > > dispatchEvent(new Event('closePopUp')); > > > > Hope this helps. > > > > Brian > > > > > > *From:* Roman Isitua > *Sent:* Monday, November 22, 2021 12:33 PM > *To:* users@royale.apache.org > *Sub

RE: [EXTERNAL] Re: Crux - ItemRenderer

2021-11-23 Thread Maria Jose Esteve
.open) popupAux.open = true; } Why does it work? I don't know ☹... Roman could you compare this example with your completed code? Hiedra De: Brian Raymes Enviado el: lunes, 22 de noviembre de 2021 23:29 Para: users@royale.apache.org Asunto: RE: [EXTERNAL] Re: Cru

RE: [EXTERNAL] Re: Crux - ItemRenderer

2021-11-22 Thread Brian Raymes
1 12:33 PM To: users@royale.apache.org Subject: [EXTERNAL] Re: Crux - ItemRenderer I can confirm that crux setter injection does not work inside pop up. The work around I have come up with is to do the setter injection in the parent view then pass the variable to my pop. By setter inject