Re: [mono-android] Mono Android license question

2011-08-09 Thread Igor Russkih
Thanks Joseph, we'll consider this in time. Enterprise deployments are large deployments to end users that do not go > through a public app store (like Apple App Store, Android Market, or Amazon > Appstore). What's with the "direct" apk installation by the users? Some non-us publishers practice

Re: [mono-android] installed mono4android cant find addin in monodev

2011-08-09 Thread carlos ramos
found the addin with mono 2.6..was using 2.4..and fixed the exception when selecting the addin-under the options node by copying Mono.Posix.dll from C:\Program Files\Mono-2.10.2\lib\mono\4.0\...to AppData\Local\MonoDevelop-2.6\Addins\MonoDevelop.MonoAndroid.2.6.4\...thanks for your help!!! On Tue,

Re: [mono-android] Mono Android license question

2011-08-09 Thread Joseph Hill
Hello Igor Can someone point me to the detailed definition of "enterprise deployment" license usage? I've searched but found no "formal" definition of this. Terms for deployment are defined in the Software License Agreement that is presented when you install the software. I know this wording nee

Re: [mono-android] Strong Named assemblies

2011-08-09 Thread riteshsahu
Ok that makes sense. Thanks. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Strong-Named-assemblies-tp4684062p4684143.html Sent from the Mono for Android mailing list archive at Nabble.com. ___ Monodroid mailing list Mon

Re: [mono-android] Strong Named assemblies

2011-08-09 Thread Jonathan Pryor
On Aug 9, 2011, at 7:40 PM, riteshsahu wrote: > Looks like none (at least most) of the assemblies shipped with Mono for > Android are not strongly named. It stops us from strongly naming our own > assemblies as the whole chain needs to be strongly named. > Any chance of getting this resolved in th

[mono-android] Strong Named assemblies

2011-08-09 Thread riteshsahu
Hi, Looks like none (at least most) of the assemblies shipped with Mono for Android are not strongly named. It stops us from strongly naming our own assemblies as the whole chain needs to be strongly named. Any chance of getting this resolved in the next update? Thanks -- View this message in co

Re: [mono-android] installed mono4android cant find addin in monodev

2011-08-09 Thread Andreia Gaita
If you go to the addin manager and click on Gallery, is the addin shown there? andreia On Tue, Aug 9, 2011 at 7:52 PM, carlos ramos wrote: > thanks jeff. found it. still cant get monodev to find the add-in under > add-in manager or to show up under options in preferences. > > On Tue, Aug 9, 201

Re: [mono-android] Mono for Android 1.0.2 Available

2011-08-09 Thread Stephen Long
Have any performance improvements been made? On Tue, Aug 9, 2011 at 11:22 AM, Jonathan Pobst wrote: > Hey Everyone! > > We are proud to announce the first Xamarin release of Mono for Android! It > took us a while to relearn our release infrastructure, but now we are ready > to resume frequent

Re: [mono-android] Mono for Android 1.0.2 Available

2011-08-09 Thread Neal Gompa
How come there is still no Mono for Android release targeting Linux? On Tue, Aug 9, 2011 at 10:22 AM, Jonathan Pobst wrote: > Hey Everyone! > > We are proud to announce the first Xamarin release of Mono for Android! It > took us a while to relearn our release infrastructure, but now we are rea

Re: [mono-android] installed mono4android cant find addin in monodev

2011-08-09 Thread carlos ramos
thanks jeff. found it. still cant get monodev to find the add-in under add-in manager or to show up under options in preferences. On Tue, Aug 9, 2011 at 2:34 PM, Jeff Stedfast wrote: > Hi Carlos, > I'm not in front of a Windows machine so this may be totally wrong, but I > *think* Mono for Androi

Re: [mono-android] installed mono4android cant find addin in monodev

2011-08-09 Thread Jeff Stedfast
Hi Carlos, I'm not in front of a Windows machine so this may be totally wrong, but I *think* Mono for Android by default gets installed to something like: C:\Program Files (x86)\MSBuild\ Or maybe it's w/o the X86, I don't remember. It's been a while since I've used Mono for Android on Windows :-

Re: [mono-android] installed mono4android cant find addin in monodev

2011-08-09 Thread carlos ramos
now that i mention that.. i have no idea where mono4droid is on my drive On Tue, Aug 9, 2011 at 12:49 PM, carlos ramos wrote: > i only see monodev maintenance and xml schemas in > tools>preferences..mono4android was installed in programs(86) > > On Tue, Aug 9, 2011 at 11:48 AM, Andreia Gaita wro

[mono-android] How to get better debug information while debugging?

2011-08-09 Thread chobo2
Hi I am in debug mode and when a line crashes it does not give very much information(no exception) All I get is "this line is the next line to execute" . -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/How-to-get-better-debug-information-while-debugging-tp468284

Re: [mono-android] System.Runtime.Serialization.Json in Monodroid?

2011-08-09 Thread chobo2
Jonathan Pryor-2 wrote: > > On Aug 8, 2011, at 4:11 PM, chobo2 wrote: >> I want to System.Runtime.Serialization.Json v4.0 yet when I try to add a >> reference in a monodroid application I only >> System.Runtime.Serialization.Json v2.0.5 that does not contain ".Json". >> >> Is it possible to use

Re: [mono-android] installed mono4android cant find addin in monodev

2011-08-09 Thread carlos ramos
i only see monodev maintenance and xml schemas in tools>preferences..mono4android was installed in programs(86) On Tue, Aug 9, 2011 at 11:48 AM, Andreia Gaita wrote: > Hi, > Go to the MonoDevelop preferences and check if the Mono for Android SDK > paths are correctly set. If MD can't find the Mon

Re: [mono-android] installed mono4android cant find addin in monodev

2011-08-09 Thread Andreia Gaita
Hi, Go to the MonoDevelop preferences and check if the Mono for Android SDK paths are correctly set. If MD can't find the Mono for Android eval, the addin won't show up. andreia On Tue, Aug 9, 2011 at 5:28 AM, ccr wrote: > im shore i followed the windows installation correct > > -- > View this

[mono-android] Mono Android license question

2011-08-09 Thread Igor Russkih
Hello, Can someone point me to the detailed definition of "enterprise deployment" license usage? I've searched but found no "formal" definition of this. One of our planned distribution channels is "OEM" license, with application preinstalled on a hardware. This is for sure not an "enterprise user

[mono-android] Mono for Android 1.0.2 Available

2011-08-09 Thread Jonathan Pobst
Hey Everyone! We are proud to announce the first Xamarin release of Mono for Android! It took us a while to relearn our release infrastructure, but now we are ready to resume frequent updates! Some changes included in 1.0.2: - System.Data.Services.Client.dll is now included. - System.IO.Iso

Re: [mono-android] Win32 MonoDevelop 2.6b3 Monodroid 2.6.5.2 add-in install

2011-08-09 Thread greeners
Confirmed! This worked for me. Many thanks. Your time greatly appreciated. :O) Simon On 9 August 2011 14:29, Anders Gustafsson Cureos AB [via Mono for Android] < ml-node+4682014-1377523836-238...@n5.nabble.com> wrote: > Dear Simon, > > This issue has recently been brought up in Stackoverflo

Re: [mono-android] Win32 MonoDevelop 2.6b3 Monodroid 2.6.5.2 add-in install

2011-08-09 Thread Anders Gustafsson Cureos AB
Dear Simon, This issue has recently been brought up in Stackoverflow. It seems like the MonoDevelop Android plug-in relies on a 4.0 version of the Mono.Posix library, whereas only the version 2.0 version is available in the Gtk# runtime. Obtaining the 4.0 Mono.Posix version from a recent Mono pack

Re: [mono-android] Spinner with multiple selection

2011-08-09 Thread Jonathan Pryor
On Aug 9, 2011, at 6:46 AM, vsr28 wrote: > In IDialogInterfaceOnMultiChoiceClickListener implementation class i m not > able to read that which item is checked. Name of that item which get > checked. This appears to be what you're after, though it'll need porting to C# from Java: http://

Re: [mono-android] Spinner with multiple selection

2011-08-09 Thread vsr28
In IDialogInterfaceOnMultiChoiceClickListener implementation class i m not able to read that which item is checked. Name of that item which get checked. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Spinner-with-multiple-selection-tp4677523p4681576.html Sent from

Re: [mono-android] SurfaceHolder AddCallback random errors

2011-08-09 Thread WyrmUK
Ok, I'll see what I can do. Thanks. Atsushi Eno wrote: > > It would be helpful if you can file two archives of your reproducible > project on bugzilla - one that works, and one that does not. They would > help spot the difference. > What I tried was exactly from your post, but since it is emai

Re: [mono-android] SurfaceHolder AddCallback random errors

2011-08-09 Thread Atsushi Eno
It would be helpful if you can file two archives of your reproducible project on bugzilla - one that works, and one that does not. They would help spot the difference. What I tried was exactly from your post, but since it is email and whitespace differences could matter. Atsushi Eno On 2011/08

Re: [mono-android] Spinner with multiple selection

2011-08-09 Thread Jonathan Pryor
On Aug 9, 2011, at 3:28 AM, vsr28 wrote: > I am getting issue in implementation of > "IDialogInterfaceOnMultiChoiceClickListener" interface in C#. Please help me > out. I am not able to resolve this. What is the issue you're seeing? Please make sure that you also inherit from Java.Lang.Object, as

Re: [mono-android] Section List in Monodroid

2011-08-09 Thread Nilesh
Thanks Jon The samples you have shared is really helpful to me -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Section-List-in-Monodroid-tp4661739p4681373.html Sent from the Mono for Android mailing list archive at Nabble.com. _

Re: [mono-android] SurfaceHolder AddCallback random errors

2011-08-09 Thread WyrmUK
Well this is just it. It does work perfectly every time some builds, throws an exception every time on others (causing the app to crash), and just page faults every time on others (again causing the app to crash). This seems to point to a mandroid issue because it's not like it sometimes works and

Re: [mono-android] Spinner with multiple selection

2011-08-09 Thread vsr28
I am getting issue in implementation of "IDialogInterfaceOnMultiChoiceClickListener" interface in C#. Please help me out. I am not able to resolve this. Thanks S.Rahman -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Spinner-with-multiple-selection-tp4677523p468107