Re: [mono-android] another Java versus C# how to

2012-02-01 Thread wanting
Hi i need some help, I am trying to convert this code to mono/c# listview.SetOnChildClickListener(new ExpandableListView.IOnChildClickListener() { public override bool OnChildClick (ExpandableListView parent, View v, int groupPosition, int childPosition, long id)

[mono-android] OnConfiguration is not being called

2012-03-14 Thread wanting
Hi, I don't want my activity be restarted, when user changes the screen orientation. I have tried setting ActivityAttribute.ConfigurationChanges, and override it. But when the screen is reoriented, OnCreate method is called, and onConfigurationChanged is never called. [Activity(ConfigurationCh

Re: [mono-android] OnConfiguration is not being called

2012-03-18 Thread wanting
Thanks Jon. I do need to re-decare the [Activity] attribute with the ConfigurationChanges value, as i am subclassing the BaseActivity. And i was missing the KeyboardHidden attribute, which cause it called onCreate everytime. -- View this message in context: http://mono-for-android.1047100.n5

Re: [mono-android] sqlite

2011-12-22 Thread wanting
Hi, i also get the same error System.UnauthorizedAccessException, and i did disable Fast Deployment, but it seems not helpful for me. Thanks, wanting -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/sqlite-tp5054381p5095553.html Sent from the Mono for Android

Re: [mono-android] sqlite

2011-12-22 Thread wanting
Thanks devbuzz, it works for me. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/sqlite-tp5054381p5095700.html Sent from the Mono for Android mailing list archive at Nabble.com. ___ Monodroid mailing list Monodroid@lists