|
How and where do I put code in to set the focus on a particular view?
I've got a DialogView with one textview in it. When the view is
instantiated by the DialogPresenter, I want the focus to be in this
textview. I''ve tried putting
TextPresenterVarName setFocus.
in model: or onOpenView but the focus is not set. Does anyone have any
hints on where to look?
|