TextArea Focus ?

In a window,I hve 5 TextFields, one Canvas and a Listbox.

All of them have a Focus Ring excepted the TextArea.

I am certainly extremely tired (or walking beside my shoes) because I cannot set the focus in the TextArea.

I even add a new Event and code, below:

Sub GotFocus() Me.SetFocus End Sub

I added a ClearFocus in the Window.MouseDown Event, and now… how people can know who have the focus without typing anything in the keyboard ?

TextArea does not have a focusring.

You could emulate one by placing the TextArea on top of a canvas where you draw the focusring.