Re: [mono-android] 4.2.3 native library DllNotFoundException!

2012-06-19 Thread Jonathan Pryor
On Jun 19, 2012, at 7:28 PM, Francesco Colombo wrote: > The device is a Galaxy Samsung S2, the android version installed on it is > 2.3.3 > Keep in mind that with the m4a 4.2.2 version, all was fine! Would you mind running a test for me? :-) If you have a 4.2.2 install around, or don't mind goi

Re: [mono-android] 4.2.3 native library DllNotFoundException!

2012-06-19 Thread Jonathan Pryor
On Jun 19, 2012, at 11:14 AM, Francesco Colombo wrote: > 1. `unzip -l your.package-Signed.apk`: Do you have: > >lib/armeabi/libSQLite3.so >lib/armeabi/libmonodroid.so >lib/armeabi-v7a/libmonodroid.so > > The apk lib folder content is this: > >lib/armeabi/libSQLi

Re: [mono-android] 4.2.3 native library DllNotFoundException!

2012-06-19 Thread Jonathan Pryor
On Jun 19, 2012, at 7:28 PM, Francesco Colombo wrote: > >...and now that I try to deliberately break things (so I can figure out how > >to fix it), I can't repro it. :-/ > > > >Which Android version and device are you installing your app onto when you > >saw this behavior? > > > >Thanks, > >- Jo

[mono-android] Failed to install package

2012-06-19 Thread Terry151151
I am unable to deploy under MonoDevelop. When deploying under VS works Ok. Under MonoDevelop (3.0.3.2) I get the following error even though the package does exist in the folder. Detecting shared runtime location Waiting for packaging processing to complete Detecting package list location Gett

Re: [mono-android] 4.2.3 native library DllNotFoundException!

2012-06-19 Thread Francesco Colombo
*>...and now that I try to deliberately break things (so I can figure out how to fix it), I can't repro it. :-/* *> >Which Android version and device are you installing your app onto when you saw this behavior? > >Thanks, >- Jon * The device is a Galaxy Samsung S2, the android version installed on

Re: [mono-android] probleme

2012-06-19 Thread Craig Dunn
As Jon says, it is a custom-defined color. The name is short for "cell background" It is defined in /Resources/Values/Colors.xml This is what causes the rows of the ListView to be 'light green'. On Wed, Jun 20, 2012 at 1:47 AM, Jonathan Pryor wrote: > On Jun 19, 2012, at 4:25 AM, Béatrice wr

Re: [mono-android] [ANN] MonoDevelop 3.0.3 and Mono for Android 4.2.3 now available in the Stable Channel

2012-06-19 Thread Jonathan Pryor
On Jun 19, 2012, at 4:56 AM, johnHolmes wrote: > Just updated to the last version of M4A version and..my app is broken! :( ...and now that I try to deliberately break things (so I can figure out how to fix it), I can't repro it. :-/ Which Android version and device are you installing your a

Re: [mono-android] probleme

2012-06-19 Thread Jonathan Pryor
On Jun 19, 2012, at 4:25 AM, Béatrice wrote: > In your documentation, you speak about cellback in listview sample Do you mean here? http://docs.xamarin.com/android/tutorials/ListViews_and_Adapters/Part_3_-_Customizing_a_ListView's_Appearance android:drawable="@color/cellback" />

Re: [mono-android] Problem with 4.2.3

2012-06-19 Thread Jason Awbrey
yes - via Jon Pryor from earlier this morning Yes. Go to support.xamarin.com and click the Download Purchased Software > link: > >https://store.xamarin.com/account/products > > Login, and you'll be able to download previous versions, e.g. > mono-android-4.2.2.134493563- > 2.msi. (You may n

Re: [mono-android] 4.2.3 debugger

2012-06-19 Thread Sayed Arian Kooshesh
have you tried build clean? Rebuild isn't the same. Build clean and go. Also close your emulator and start a new one. If it's been open too long and debuggin adb craps out (not mono-droid, my experience with eclipse is exactly the same) On Tue, Jun 19, 2012 at 7:36 AM, tsukrov wrote: > Rebuild d

[mono-android] Issue with Visual Studio 2010, combining different platforms

2012-06-19 Thread Sellec
Hi. Im now have a solution in visual studio and i have 4 projects in it: Classic .net framework projects: class library TestLib application Test Mono for android 2.3.3 projects: class library TestLib application Test. when i open Configuration Manager in this solution, i dont see a column Deployme

[mono-android] Problem with 4.2.3

2012-06-19 Thread johnHolmes
Hi All, I'm having some trouble with the latest release of M4A 4.2.3 http://mono-for-android.1047100.n5.nabble.com/ANN-MonoDevelop-3-0-3-and-Mono-for-Android-4-2-3-now-available-in-the-Stable-Channel-tp5710408.html It is possibile to revert the installation of M4A from 4.2.3 to 4.2.2? thanks F

Re: [mono-android] [ANN] MonoDevelop 3.0.3 and Mono for Android 4.2.3 now available in the Stable Channel

2012-06-19 Thread johnHolmes
Here the mono debug output D/Mono(20665): Assembly Ref addref Iusuite.Core.Android[0x180160] -> System.Core[0x19f100]: 4 D/Mono(20665): DllImport attempting to load: 'libSQLite3.so'. D/Mono(20665): DllImport loading library: '/data/data/package_name/files/.__override__/libSQLite3.so'

Re: [mono-android] [ANN] MonoDevelop 3.0.3 and Mono for Android 4.2.3 now available in the Stable Channel

2012-06-19 Thread johnHolmes
Just updated to the last version of M4A version and..my app is broken! :( I'm using an external reference to a SQL Lite native library, compiled with FTS4 support. *It worked like a charm*, befrore updating, but NOW I'm getting a System.DllNotFoundException. :( System.DllNotFoundException: l

[mono-android] How to show margin lines to Table Layout

2012-06-19 Thread Meera
Hi Mono, I am using Monodevelop 3.0.2 to design my Mobile App. I have created xaml layout with Table Layouts to show dynamic rows in my App. But How can i show Grid/Margin lines between columns and rows. I have to show below kind of Vew with margin lines between columns. Name| Phone

[mono-android] How to add Grid/margin lines to Table Layout

2012-06-19 Thread Meera
http://mono-for-android.1047100.n5.nabble.com/file/n5710409/mono_gridlines.png Hi Mono, I am using Monodevelop 3.0.2 to design my Mobile App. I have created xaml layout with Table Layouts to show dynamic rows in my App. But How can i show Grid/Margin lines between columns and rows. I have to sh

Re: [mono-android] 4.2.3 native library DllNotFoundException!

2012-06-19 Thread Francesco Colombo
*1. `unzip -l your.package-Signed.apk`: Do you have: lib/armeabi/libSQLite3.so lib/armeabi/libmonodroid.so lib/armeabi-v7a/libmonodroid.so * The apk lib folder content is this: lib/armeabi/libSQLite3.so lib/armeabi/libmonodroid.so lib/armeabi-v7a/libmono

Re: [mono-android] 4.2.3 native library DllNotFoundException!

2012-06-19 Thread Jonathan Pryor
On Jun 19, 2012, at 8:32 AM, Francesco Colombo wrote: > Just updated to the last version of M4A version and..my app is broken! :( > > I'm using an external reference to a SQL Lite native library, compiled with > FTS4 support. It worked like a charm, befrore updating, but NOW I'm getting a >

Re: [mono-android] It is possibile to revert the instsallation of m4a from 4.2.3 to 4.2.2?

2012-06-19 Thread Francesco Colombo
Thanks On Tue, Jun 19, 2012 at 4:44 PM, Jonathan Pryor wrote: > On Jun 19, 2012, at 10:15 AM, Francesco Colombo wrote: > > It is possibile to revert the instsallation of m4a from 4.2.3 to 4.2.2? > > Yes. Go to support.xamarin.com and click the Download Purchased Software > link: > >h

Re: [mono-android] It is possibile to revert the instsallation of m4a from 4.2.3 to 4.2.2?

2012-06-19 Thread Jonathan Pryor
On Jun 19, 2012, at 10:15 AM, Francesco Colombo wrote: > It is possibile to revert the instsallation of m4a from 4.2.3 to 4.2.2? Yes. Go to support.xamarin.com and click the Download Purchased Software link: https://store.xamarin.com/account/products Login, and you'll be able to download

[mono-android] It is possibile to revert the instsallation of m4a from 4.2.3 to 4.2.2?

2012-06-19 Thread Francesco Colombo
It is possibile to revert the instsallation of m4a from 4.2.3 to 4.2.2? cheers Francesco ___ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid

Re: [mono-android] 4.2.3 native library DllNotFoundException!

2012-06-19 Thread johnHolmes
It is possibile to revert the instsallation of m4a from 4.2.3 to 4.2.2? -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/4-2-3-native-library-DllNotFoundException-tp5710425p5710427.html Sent from the Mono for Android mailing list archive at Nabble.com. __

Re: [mono-android] 4.2.3 debugger

2012-06-19 Thread tsukrov
Rebuild doesn't help. It could break in one point and ignore the next. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/4-2-3-debugger-tp5710420p5710426.html Sent from the Mono for Android mailing list archive at Nabble.com. _

[mono-android] need help with admob (putextra, interstitial..)

2012-06-19 Thread michelw
Hello i see the example https://github.com/jamesmontemagno/MonoDroid-Admob6/tree/master/AdMob6Sample I can have banner pub, cool :) But i don't see howto to PutExtra to have a better ads.. and i don't want banner, just an interstitial pub ! Someone have a better example than github to have

Re: [mono-android] 4.2.3 debugger

2012-06-19 Thread Miha Markic
You might check whether your application its really compiled before running - check out that build output doesn't yield any error and/or add something visible to application and see whether it is actually visible at runtime. MIha -Original Message- From: monodroid-boun...@lists.ximian.c

Re: [mono-android] 4.2.3 debugger

2012-06-19 Thread tsukrov
Win 7, x64, VS 2010. 5 Class Libraries Projects, 1 Main App. Debugger can just ignore the break point. Returned to 4.2.2. Everything fine. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/4-2-3-debugger-tp5710420p5710422.html Sent from the Mono for Android mailing

Re: [mono-android] 4.2.3 debugger

2012-06-19 Thread Tomasz Cielecki
Please provide some more information on how to reproduce this and what environment you are using to reproduce this. On Tue, Jun 19, 2012 at 1:37 PM, tsukrov wrote: > Debugger with 4.2.3 ignores break points. > > -- > View this message in context: > http://mono-for-android.1047100.n5.nabble.com/4

[mono-android] 4.2.3 debugger

2012-06-19 Thread tsukrov
Debugger with 4.2.3 ignores break points. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/4-2-3-debugger-tp5710420.html Sent from the Mono for Android mailing list archive at Nabble.com. ___ Monodroid mailing list Monodro

Re: [mono-android] Issue with Visual Studio 2010, combining different platforms

2012-06-19 Thread Sellec
Problem appears if i have TWO application projects with the same name. If i would rename android app from Test to Test for Android, the column Deploy comes back in Configuration Manager. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Issue-with-Visual-Studio-2010-c

Re: [mono-android] probleme

2012-06-19 Thread Miha Markic
Do you mean callback? http://en.wikipedia.org/wiki/Callback_%28computer_programming%29 Miha -Original Message- From: monodroid-boun...@lists.ximian.com [mailto:monodroid-boun...@lists.ximian.com] On Behalf Of Béatrice Sent: Tuesday, June 19, 2012 10:25 AM To: monodroid@lists.ximian.com S

[mono-android] probleme

2012-06-19 Thread Béatrice
In your documentation, you speak about cellback in listview sample What is this word ?? Thanks Béatrice Darré INFOROM Tel : 01.30.34.77.77 Portable : 06.13.17.64.70 -- I am using the free version of SPAMfighter. SPAMfighter has removed 23306 of my spam emails to date. Get the free SPAMfighter h

Re: [mono-android] Disposing method in View

2012-06-19 Thread Matthew Leibowitz
Hi, Thanks for the replies, but I think I may have presented the problem incorrectly. I have a problem of knowing when a *view *will be disposed of. I have created a Control that derives from View. This control has a temporary cache of low res images that it uses. I then use this Control in vario

Re: [mono-android] howto install / move apk on sdcard

2012-06-19 Thread michelw
oh ok :( thanks a lot Le 18/06/2012 14:42, Mike Child a écrit : I believe it is because of this.android:minSdkVersion="7" Install to SD wasn't added until API 8(I think). I know it didn't exist in 7. Mike Child On Mon, Jun 18, 2012 at 8:26 AM, michelw wrote: Hello, my application does