Hi,
I've got a problem after changing to version 4.2.1 today.
SimpleExpandableListAdapter isn't working. I'm just getting the error
message from the log that there is a cast exception.
Build version is 3.1 and I tested it on 3 devices: one tablet with ICS, one
tablet with Honeycomb and one tv box w
Hi,
replacing Dictionary with JavaDictonary solved the class cast exception.
But then I got this message:
So I looked up the bindView-method in SimpleExpandableListAdapter.java.
After a few tries I got the solution to cast the group values to
Java.Lang.Object:
Or is there any other possibili
Of course this is the right snipped:
--
View this message in context:
http://mono-for-android.1047100.n5.nabble.com/Mono-for-Android-4-2-1-SimpleExpandableListAdapter-problems-tp5709314p5709777.html
Sent from the Mono for Android mailing list archive at Nabble.com.
__
Hi,
have you tried var item to JavaDictionary instead of
Dictionary(java.util.Map is the equivalent to Dictionary in C#)?
Regards,
Jonas
--
View this message in context:
http://mono-for-android.1047100.n5.nabble.com/SimpleAdapter-break-in-4-2-1-tp5709793p5709802.html
Sent from the Mono for Andro
Hi,
I've got massive problems with async request with HttpWebRequest, so request
got cancelled when a few requests has been done. Setting the
KeepAlive-parameter to false doesn't make any changes. Also setting the
HttpWebRequest's ServicePoint.ConnectionLimit and global
ServicePointManager.Default