Re: [mono-android] JAR Binding problems after updating to 4.6

2013-02-26 Thread Atsushi Eno
Hello, Those warnings has nothing to do with the issue. It is because now we bind Java.Lang.Comparable which used to be ignored: https://bugzilla.xamarin.com/show_bug.cgi?id=8112 and the return type is not what is expected, assumingly it is because the expected type is different from Java.Lang

[mono-android] JAR Binding problems after updating to 4.6

2013-02-26 Thread Jeremy A. Kolb - ARA/NED
I'm seeing a lot of errors now that didn't exist with the last stable release. For instance: 1>-- Build started: Project: AndroidNGN, Configuration: Debug Any CPU -- 1>BINDINGSGENERATOR : warning BG8A04: matched no nodes 1>BINDINGSGENERATOR : warning BG8C00: For type System.Byte, base in

Re: [mono-android] Enhancement in Xml Retreive code

2013-02-26 Thread Paul Johnson
Hi, Glad to hear it's working PLZ EXPLAIN IN DETAILED Example WITH DESIGN AND CODE AS U PREVIOUSLY EXPLAIN What have you got so far? For something like this, you can use a TableView Paul -- "Space," it says, "is big. Really big. You just won't believe how vastly, hugely, mindbogglingl

Re: [mono-android] Enhancement in Xml Retreive code

2013-02-26 Thread krish
hi..very much thanks to uur code is working exactly...bt i have another major problem...xml saving is good..when i click on retreive button the data what stored should be populate in listview control.. as like gridview control in .net in rows and columns format...can u please help me with ur co

Re: [mono-android] spinner with icons and text

2013-02-26 Thread Tomasz Cielecki
Implement your own adapter. In that you can set the displayed views to anything you want. On 26 Feb 2013 03:18, "vergatario" wrote: > Guys am new to mono for android, I would like to display a spinner with > icons > and text, so far i have: > > *int[] icons = { Resource.Drawable.icon, Resource.Dr