I'm doing some testing out and would like to force a view to get focus.  I 
realize that this is a bad thing in Android, but I thought I would at least 
give it a try.  I called the view's .RequestFocus() method, and the view does 
get focus.  Unfortunately, the focus seems to be going away.  I have setup the 
view's .FocusChange property to process the OnFocusChange event and I see the 
method called twice.  The first is when the view gets focus and then when the 
view loses focus.  Does anyone know why the view loses focus?  This appears to 
be something happening at the system level.  the .RequestFocus() method is the 
last method in the OnCreate method.   Wally                                     
    
_______________________________________________
Monodroid mailing list
[email protected]

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to