Re: [mono-android] Hosting Mono code from native code?

2011-10-09 Thread ndelic
You might want to look at www.remobjects.com (RO.NET, DA.NET) instead of WCF. It works great client side (.NET, Silverlight, WP7, MonoTouch, Mono for Android, Delphi/Freepascal, ObjectiveC, Javascript) and server side (.NET, Delphi/Freepascal) and it supports events/callbacks + much more. As far a

Re: [mono-android] TabActivity/TabHost crash

2011-10-05 Thread ndelic
Not intrtested at all. I'm interested in buying m4a and if all my tests go well I'll be swiping my credit card next week. It would be nice to put a warning into your tab view tutorial for creative newbies like me not to mess with "@android:id/..." tags. Such a warning is probably buried deep insid

Re: [mono-android] TabActivity/TabHost crash

2011-10-04 Thread ndelic
I figured it out. Using "android:id=@android:id/tabhost" instead of "android:id="@+id/tabhost" made everything work fine. But it only works if TabActivity is subclassed. It doesn't work in ActivityGroup subclass because tab host must be initialized with FindViewById and "@android:id" entries are m

[mono-android] TabActivity/TabHost crash

2011-10-04 Thread ndelic
Hi, I'm using Mono for Android 1.9. evaluation and I'm having problems with tab host. I defined layout exactly as described in MfA Tab Layout tutorial, except instead of using "android:id="@android:id/tabhost" i used "android:id="@+id/tabhost" because the compiler couldn't recognize the first defi