Can I set the focus of the menu in the delegate of the view containing the menu?
I have tried testing by setting a timer in the View to call menu.setFocus(1)
after a small amount of time (i.e. after the menu is rendered) and it doesn't work.
Therefore, I assume that passing a reference of the menu object to the delegate and calling setFocus() from there wouldn't work either.
Is this fair to assume? Any way to actually go about this?