Re: SetFocus bead

2020-03-25 Thread Carlos Rovira
; >>>1. Timing: beads are applied very early >>>2. Duplication: There isn’t anything that will detect that you >>>accidentally have this bead on another component somewhere. >>> >>> >>> >>> An alternate approach is to

Re: SetFocus bead

2020-03-24 Thread Piotr Zarzycki
;1. Timing: beads are applied very early >>2. Duplication: There isn’t anything that will detect that you >>accidentally have this bead on another component somewhere. >> >> >> >> An alternate approach is to have the SetFocus bead on the >> cont

Re: SetFocus bead

2020-03-24 Thread Carlos Rovira
mewhere. > > > > An alternate approach is to have the SetFocus bead on the > container/application strand. Then it can hook “initComplete” event and it > will hopefully be more obvious if you use more than one. > > > > HTH, > > -Alex > > > > *From: *Ca

Re: SetFocus bead

2020-03-24 Thread Alex Harui
alternate approach is to have the SetFocus bead on the container/application strand. Then it can hook “initComplete” event and it will hopefully be more obvious if you use more than one. HTH, -Alex From: Carlos Rovira Reply-To: "users@royale.apache.org" Date: Monday, March 23, 2020

SetFocus bead

2020-03-23 Thread Carlos Rovira
Hi, just added SetFocus() bead to help Fred here [1] Although it's a very simple bead, I was having issues making it work, so I added a comment of "warning still not working", but the fact is it seems to work. Don't know why the tests was not working :? Additionally: You ha