[mono-android] Getting “License file is missing. Please activate Mono for Android.” when deploying to emulator from VS2010

2011-05-20 Thread zubairdotnet
Hi, I'm just starting with Mono for Android and installed it using the steps here http://mono-android.net/Installation/Visual_Studio and followed all the steps http://mono-android.net/Tutorials/Hello_World to create my Hello World app but I was not seeing anything, until I found this post to enabl

[mono-android] Losing MonoDroid License Activation

2011-05-20 Thread Dewitt
I purchased a single developer MonoDroid license a few weeks ago and ever since then my machine keeps losing its activation. I have activated a total of 3 times now and today it lost activation again. Unfortunately it took up a workstation seat with each reactivation and now I cannot activate the

[mono-android] GetIntent/GetExtras Issue

2011-05-20 Thread Jerry Paxton
So, thanks to the list my first issue has been overcome. Thanks so much for the assistance! I am currently attempting to send data between activities using a Bundle and placing it into the 'extras' of the intent before launching it. On the receiving end, however, I have not been able to figure out

Re: [mono-android] Losing MonoDroid License Activation

2011-05-20 Thread Dimmona
Yup, I posted the exact same problem a few weeks ago, and it looks like there are no responses. With the Mono team more or less disbanded, I'm not sure who is supposed to provide product support now. I'm also in the same boat as you in that my one workstation has been activated 3 times, and since

Re: [mono-android] GetIntent/GetExtras Issue

2011-05-20 Thread Craig Dunn
from my very simple MonoDroid 'restaurant guide' sample https://github.com/conceptdev/RestaurantGuide/blob/master/RestGuide_Android/Activities/RestaurantActivity.cs public class RestaurantActivity : Activity { string restaurantName; protected override void OnCreate(Bundle

[mono-android] Convert to/from java.lang.object

2011-05-20 Thread Steve Sharrock
I'm trying to use Button.Tag (java.lang.object) to store a simple int; but, I can't find a method to convert to/from java.lang.object to/from .NET. I've never hit this since most of the conversions are pretty automatic. Thanks, Steve ___ Monodroid m