Since installing 4.2.2 I now get an unhandled exc on this code 

Which I've probably been lucky to get away with before... trouble is I don't
know what to do next to solve it 

Its a dialog click method 

 

public void garlistclick(object sender, DialogClickEventArgs ee)

        {

            AlertDialog send = (AlertDialog)sender;

            

            JavaList selitem3 =
(JavaList)send.ListView.GetItemAtPosition(ee.Which);

 

The unhandled happens on the third line and say 'invalid cast' cannot cast
from source...

 

Seemed to work just fine before 

 

Any suggestions ?

 

Thanks in advance

 

JM 

 

 

_______________________________________________
Monodroid mailing list
[email protected]

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

Reply via email to