[mono-android] API 11/12

2011-05-13 Thread andi
I am going to develop an application for tablets. So my question is how long will it take until Mono for Android will support API 11 and API 12 respectively? Thanks Andi -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/API-11-12-tp4393702p4393702.html Sent from

[mono-android] System.Diagnostics.Trace

2011-05-30 Thread andi
Hi, I using assmblies which contain System.Diagnostics.Trace TraceInformation calls. When starting the application on the device the application crashes. Has anyone an idea why? Best Andi -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/System-Diagnostics-Trace

[mono-android] App crashes

2011-07-28 Thread andi
Andi -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/App-crashes-tp4642075p4642075.html Sent from the Mono for Android mailing list archive at Nabble.com. ___ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE

Re: [mono-android] App crashes

2011-07-28 Thread andi
After the tow error messages (InputDispatcher) another error message is logged: InputDispatcher Received spurious received callback for unknown input channel. fd=275, events=0x8 Best Andi -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/App-crashes-tp4642075p4642117

Re: [mono-android] App crashes

2011-07-28 Thread andi
I hope the following log message will help: 07-28 12:18:46.520: INFO/ActivityManager(3355): Starting: Intent { flg=0x1000 cmp=myapp/.activities.Activity2 } from pid 21448 07-28 12:18:47.270: INFO/ActivityManager(3355): Displayed myapp/.activities.Activity2: +744ms 07-28 12:18:48.840: INFO/Act

Re: [mono-android] App crashes

2011-07-28 Thread andi
e a mistake? Or is this a problem of Mono for Android? Does anyone has any idea? Best Andi -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/App-crashes-tp4642075p4643594.html Sent from the Mono for Android mailing list archive at Nabble.com. ___

Re: [mono-android] App crashes

2011-08-06 Thread andi
bugzilla.xamarin.com. Best andi -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/App-crashes-tp4642075p4671942.html Sent from the Mono for Android mailing list archive at Nabble.com. ___ Monodroid mailing list Monodroid

Re: [mono-android] App crashes

2011-08-23 Thread andi
When will be the update released. My app does not start any longer. It is still the same message: I am using Mono for Android as part of my master thesis. So please release as fast as you can! Best andi -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/App

Re: [mono-android] 1.9.2 Packaging - InvalidCastException

2011-10-29 Thread andi
in the AndroidManifext.xml file, but you can also remove the attributes of the application class instead in the xml file, both works. Best Andi -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/1-9-2-Packaging-InvalidCastException-tp4947754p4948331.html Sent from the

[mono-android] TaskScheduler.FromCurrentSynchronizationContext()

2011-11-14 Thread andi
(here I use m4a): Unfortunately, it does not work. The actions, which have to run on the UI thread running on background threads and the button text is not updated. Have anyone an idea? Best andi -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/TaskScheduler

Re: [mono-android] TaskScheduler.FromCurrentSynchronizationContext()

2011-11-14 Thread andi
Thank you Wally, I know RunOnUIThread and of course that works. However I try to build a platform independent library in which I can use the TaskScheduler. Meanwhile I found a working solution for me: I create the TaskScheduler as followed: andi -- View this message in context: http