hi...
here is also getting error at e.Position...here the intellisense is not
displaying Position property of e...even i m forcebly inserting getting
error like this
courseCode = string.Empty;
spinner.Click += (object s,EventArgs e) =>
{
Spinner t = (Spinner)s;
switch
(t.GetItemIdAtPosition(e.Position))//'System.EventArgs' does not contain a
definition for Position and no extention method 'Position' accepting a first
argument of the type 'System.EventArgs' could be found.(are you missing a
using directive or an assembly reference?)
{
case 0:
courseCode = "100";
break;
case 1:
courseCode = "101";
break;
case 2:
courseCode = "102";
break;
case 3:
courseCode = "103";
break;
}
};
and Id property for t object also not displaying any intellisense...
--
View this message in context:
http://mono-for-android.1047100.n5.nabble.com/Enhancement-code-for-Spinner-tp5712950p5712960.html
Sent from the Mono for Android mailing list archive at Nabble.com.
_______________________________________________
Monodroid mailing list
[email protected]
UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid