Re: setFocus does not create a border

2013-10-10 Thread Alex Harui
mes not. I tried using callLater, the >> >same. >> > >> > >> >On Wed, Oct 9, 2013 at 11:25 AM, Alex Harui wrote: >> > >> >> If it works for you, then yes. >> >> >> >> Fr

Re: setFocus does not create a border

2013-10-10 Thread mark goldin
_ > >> From: mark goldin [markzolo...@gmail.com] > >> Sent: Wednesday, October 09, 2013 7:30 AM > >> To: users > >> Subject: Re: setFocus does not create a border > >> > >> I've got this w

Re: setFocus does not create a border

2013-10-10 Thread Alex Harui
arkzolo...@gmail.com] >> Sent: Wednesday, October 09, 2013 7:30 AM >> To: users >> Subject: Re: setFocus does not create a border >> >> I've got this working for me: >> field.drawFocus(true); >> >> Is it the same? >> >> >> On Tue

Re: setFocus does not create a border

2013-10-10 Thread mark goldin
it works for you, then yes. > > From: mark goldin [markzolo...@gmail.com] > Sent: Wednesday, October 09, 2013 7:30 AM > To: users > Subject: Re: setFocus does not create a border > > I've got this working for me: > field.drawFocu

RE: setFocus does not create a border

2013-10-09 Thread Alex Harui
If it works for you, then yes. From: mark goldin [markzolo...@gmail.com] Sent: Wednesday, October 09, 2013 7:30 AM To: users Subject: Re: setFocus does not create a border I've got this working for me: field.drawFocus(true); Is it the same? On Tue

Re: setFocus does not create a border

2013-10-09 Thread mark goldin
24 PM > To: users > Subject: setFocus does not create a border > > I am setting up a focus over a control like this: > control.setFocus(); > > When I tab out of it the next control gets a focus meaning my first control > did have a focus. Unfortunately setFocus does not create

RE: setFocus does not create a border

2013-10-08 Thread Alex Harui
Try focusManager.showFocus() From: mark goldin [markzolo...@gmail.com] Sent: Tuesday, October 08, 2013 12:24 PM To: users Subject: setFocus does not create a border I am setting up a focus over a control like this: control.setFocus(); When I tab out of it

setFocus does not create a border

2013-10-08 Thread mark goldin
I am setting up a focus over a control like this: control.setFocus(); When I tab out of it the next control gets a focus meaning my first control did have a focus. Unfortunately setFocus does not create a blue border around first control. Is that can be fixed? Thanks