Re: [mono-android] SurfaceHolder AddCallback random errors

2011-08-08 Thread Atsushi Eno
Actually, I tried it, but I could never get it working fine. It just shows black screen and ended up with crash (I don't remember correctly). Should this equivalent code work in Java form? Atsushi Eno > Does anyone have any advice for this issue? Doesn't look liek anyone's looked > at it! > > H

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

2011-08-08 Thread Atsushi Eno
Hi, Interesting that you haven't seemed to try VS plugin while you are in a company. Anyways I was suffered from the same issue. (Actually I don't remember correctly, but I seemed to be.) What does "gacutil -l Mono.Posix" say in your Windows? (You can run it from .NET/windows SDK cmd.exe) If it

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

2011-08-08 Thread greeners
I'm using 32 bit Windows 7. On 9 August 2011 00:40, Andreia Gaita-2 [via Mono for Android] < ml-node+4680188-350669300-238...@n5.nabble.com> wrote: > Hi, > > What version of Windows are you running? > > andreia > > -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/

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

2011-08-08 Thread ccr
im shore i followed the windows installation correct -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/installed-mono4android-cant-find-addin-in-monodev-tp4680706p4680706.html Sent from the Mono for Android mailing list archive at Nabble.com. _

Re: [mono-android] MonoDroid Mac Setup

2011-08-08 Thread benhorgen
To be more specific. I double checked that the Best Sellers example distributed with the MonoCross source (ver 0.4) compiled. To do that I: 1.) downloaded the MonoCross-0.4.zip from http://monocross.net/ (downloads tab) 2.) Opened the BestSellers.MD.sln solution in MonoDevelop (on my Mac) 3.)

Re: [mono-android] MonoDroid Mac Setup

2011-08-08 Thread benhorgen
I tried it code with my Mac/MonoDevelop and it worked for me. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/MonoDroid-Mac-Setup-tp4669373p4671171.html Sent from the Mono for Android mailing list archive at Nabble.com. ___

Re: [mono-android] MonoDroid Mac Setup

2011-08-08 Thread benhorgen
They here: http://code.google.com/p/monocross/downloads/list -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/MonoDroid-Mac-Setup-tp4669373p4671167.html Sent from the Mono for Android mailing list archive at Nabble.com. _

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

2011-08-08 Thread Andreia Gaita
Hi, What version of Windows are you running? andreia On Mon, Aug 8, 2011 at 6:47 PM, greeners wrote: > I have installed MD 2.6b3 and the lates monodroid add-in. I can see the > add-in is installed. However when I open Tools>Options>Other>Mono for > Android in MonoDevelop I get an exception (se

Re: [mono-android] Inflate in a View

2011-08-08 Thread gmgsoftware
I don't think it is a bug, I believe I am not doing it correctly. I am inflating within the view is that what I am supposed to do or am supposed to inflate from the Activity? -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Inflate-in-a-View-tp4674951p4680143.h

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

2011-08-08 Thread Jonathan Pryor
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 this 4.0 version? Mono for Androi

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

2011-08-08 Thread chobo2
Hi 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 this 4.0 version? Thanks -- View this message in context: http://mono-for-androi

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

2011-08-08 Thread gabriel.b...@gmail.com
Lots os people having this problem is one problem with this mono.posix assembly on the 2.6b3 should work fine on the 2.6b1 2011/8/8 greeners > I have installed MD 2.6b3 and the lates monodroid add-in. I can see the > add-in is installed. However when I open Tools>Options>Other>Mono for > Android

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

2011-08-08 Thread greeners
I have installed MD 2.6b3 and the lates monodroid add-in. I can see the add-in is installed. However when I open Tools>Options>Other>Mono for Android in MonoDevelop I get an exception (see below). The issue seems to be a missing assembly "mono.posix". Any ideas how I resolve the missing dependency

[mono-android] regarding gridview /spinner

2011-08-08 Thread krishna beenavoina
Sir, i m trying to bing sqlite databse to gridview. please help regarding this... please send the code.. ___ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid

Re: [mono-android] SurfaceHolder AddCallback random errors

2011-08-08 Thread WyrmUK
Does anyone have any advice for this issue? Doesn't look liek anyone's looked at it! Hi. I'm trying to implement an activity which previews the camera and allows a picture to be taken. However I get rather mixed results with each build. One time it will work fine, but I might make a change such

Re: [mono-android] Inflate in a View

2011-08-08 Thread Jonathan Pryor
On Aug 7, 2011, at 9:11 AM, gmgsoftware wrote: > I am trying to create a component (the equivalent to a UserControl in > Silverlight), but I cannot make the axml display, I use: > Inflate(context, Resource.Layout.Header, null); Could you please file a bug at bugzilla.xamarin.com and provide a samp

Re: [mono-android] install runtime

2011-08-08 Thread Jonathan Pryor
On Aug 8, 2011, at 5:21 AM, alaan wrote: > is there a way to install only the runtime on a device? if the runtime is > installed first of all, the large of the application is pleasant small. I think I'm missing part of the question. :-) First of all, the "separately installed runtime" is in the

Re: [mono-android] Compiled Regexp?

2011-08-08 Thread Jonathan Pryor
On Aug 8, 2011, at 8:03 AM, tsukrov wrote: > What about the support for the compiled regex-s? http://bugzilla.xamarin.com/show_bug.cgi?id=149 - Jon ___ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.xi

Re: [mono-android] Spinner with multiple selection

2011-08-08 Thread Jonathan Pryor
On Aug 8, 2011, at 8:14 AM, vsr28 wrote: > I want to create spinner with multiple selection. However i have created > Spinner with single selection but i want check box should appear instead of > radio button so that we can select more than one value and values will get > separated by comma. All co

[mono-android] Spinner with multiple selection

2011-08-08 Thread vsr28
Hi All, I want to create spinner with multiple selection. However i have created Spinner with single selection but i want check box should appear instead of radio button so that we can select more than one value and values will get separated by comma. All code i am getting in JAVA. after migrate i

[mono-android] Compiled Regexp?

2011-08-08 Thread tsukrov
Hi! What about the support for the compiled regex-s? -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Compiled-Regexp-tp4677497p4677497.html Sent from the Mono for Android mailing list archive at Nabble.com. ___ Monodroid

Re: [mono-android] Assertion at sgen-internal.c:441

2011-08-08 Thread NCSoftware
Stick, Yes, I too have this issue with the ListView and I use a BaseAdapter implementation to load a custom view. Please provide the bug report to Xamarin so we can get this critical/show-stopper resolved. I think the original bug report is on the novell bugzilla site. You could create a new cas

Re: [mono-android] Howto bind ObservableCollection to ListView?

2011-08-08 Thread Atsushi Eno
Hello, I assume you dare ask ObservableCollection-specific question (if not, then SimpleAdapter and Android.Runtime.JavaList would be for you). Then my answer is, no you can use only adapters that do not involve property/collection change notifications. Android.Widgets are not Silverlight and t

[mono-android] install runtime

2011-08-08 Thread alaan
Hi, is there a way to install only the runtime on a device? if the runtime is installed first of all, the large of the application is pleasant small. Thanks for help -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/install-runtime-tp4677098p4677098.html Sent from t

Re: [mono-android] Assertion at sgen-internal.c:441

2011-08-08 Thread stick...@hotmail.com
I'm also suffering the same problem. I have a pretty basic app that loads a list view with some thumbnails. I created a refresh button that just rebuilds the interface. I can consistently get it load the list 2 times, but if I try to reload the list a third time it will crash with a assertion at