Re: [mono-android] Compiling the MWC.Droid sample

2012-05-17 Thread Craig Dunn
Glad that you got it working, thanks for raising the issue. I've updated github again to ensure the app should compile/run out-of-the-box for everyone. Much appreciated. Have fun with Mono for Android! :-) On Thu, May 17, 2012 at 3:11 AM, gramlin wrote: > Thanks for both swift answer and for g

Re: [mono-android] Compiling the MWC.Droid sample

2012-05-16 Thread gramlin
Thanks for both swift answer and for good suggestions. What I did (after I found the tidbit on 2.2 and too large files) was to strip down the xml file. I guess it could be more or less empty as the client download data from the xamarin server. Just bought a license... thanks for all help. -- Vi

Re: [mono-android] Compiling the MWC.Droid sample

2012-05-16 Thread Craig Dunn
hmm - from what I can find on the 'net this is an Android 2.2 and earlier issue. my bad for testing on devices/emulators with 2.3 or newer... the solutions seem to be: * use newer emulator/device (2.3 or higher) * move the file to /raw/ and adjust the code accordingly * disable compression in the

Re: [mono-android] Compiling the MWC.Droid sample

2012-05-16 Thread gramlin
Thanks Craig, it flies through compilation now. However when it is started in the emulator it hangs after the splash-screen. I/mono-stdout( 453): MAIN Load SeedData.xml D/MWC ( 453): MAIN Load SeedData.xml D/asset ( 453): Data exceeds UNCOMPRESS_DATA_MAX (2093449 vs 1048576) E/mono( 4

Re: [mono-android] Compiling the MWC.Droid sample

2012-05-15 Thread Craig Dunn
Yep, the breaking API changefrom Monday's released hadn't been updated in these samples. Thanks for the heads-up, I've just pushed the updated code to github. Regards Craig On Wed, May 16, 2012 at 1

Re: [mono-android] Compiling the MWC.Droid sample

2012-05-15 Thread Tom Opgenorth
Hmmm this sounds like the breaking change that was introduced in 4.2: http://docs.xamarin.com/android/Releases/Mono_For_Android_4/Mono_For_Android_4.2#Breaking_Changes "Due to the event listener change, we had to replace ItemEventArgs which was used in some limited classes with AdapterView.ItemCli

Re: [mono-android] Compiling the MWC.Droid sample

2012-05-15 Thread Matthias Mucha
This seems to be due to the update released recently. (2 days or something) Give them some time to update the examples too. On Tue, May 15, 2012 at 6:24 AM, gramlin wrote: > After having worked with Monotouch for a year and a half I downloaded > Monodroid and the MWC-sample. I think it is a bit

[mono-android] Compiling the MWC.Droid sample

2012-05-15 Thread gramlin
After having worked with Monotouch for a year and a half I downloaded Monodroid and the MWC-sample. I think it is a bit silly that Xamarin-provided samples does not compile in their own products straight away. Ending up with 14 compiler errors and 18 warnings. * MWC/MWC.Droid/Screens/Exhibitors/E