[mono-android] UnauthorizedAccessException 4.0.3

2012-02-20 Thread thenextman
I upgraded my add in to 4.0.3. Now my application, when it tries to create a directory on first run, gets an UnauthorizedAccessException. I tried in both the emulator, and on my device with the same results. Is there any known issues? Did something change? My code is the same. Is it possible to

Re: [mono-android] ScrollWheel in C#?

2012-02-20 Thread Paul Johnson
Hi Oscar I tried to port most of the code some weeks ago, but i found some problems porting most data types needed to show most of Wheels and i´ve "freezed" it. (as now, i´ve a wheel with integers that can be moved) If you want i could share my unfinished work. Might be useful... Can you pop i

Re: [mono-android] Won't re-innstall after uninstall

2012-02-20 Thread Triplany
That would be awesome thank you! I will leave my system as is so I can send you the information when the new installer is done. Art Lee -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Won-t-re-innstall-after-uninstall-tp5497806p5499875.html Sent from the Mono for

[mono-android] C to C#

2012-02-20 Thread Goncalo Oliveira
Hi, This is not exactly Android specific, but I am writing a wrapper for a native library using the C header as a reference. I'm not sure if I'm doing this wrong, or there's something else beyond the wrapper, so maybe someone can help me out, I'm a bit rusty on these things. C header // callbac

Re: [mono-android] Analog for Control.[Begin]Invoke

2012-02-20 Thread Chris Tacke
I've moved to something a bit simpler that, from initial tests anyways, appears to work. Does this seem reasonable though (I think it assumes that the UIInvoker class itself is created on the UI thread): public class UIInvoker : DisposableBase { private Activity m_activity = new

[mono-android] Latest version download link

2012-02-20 Thread thenextman
I developed a project last year in Mono for Android 1.0. Now I need to make some fixes, so I'd like to upgrade. Is the latest stable version 1.2.0? I found the DL link here, but it seems to be broken: http://android.xamarin.com/Releases/Mono_for_Android_1/Release_1.2.0 http://c227137.r37.cf1.rack

[mono-android] Analog for Control.[Begin]Invoke

2012-02-20 Thread Chris Tacke
I'm porting the OpenNETCF IoC framework to Mono for Android. The code was almost compatible as-is, but there's one part that needs some Android-specific implementation. The framework provides event aggregation, and one of the options for event subscribers is the context in which to run - eithe

Re: [mono-android] Typical applications architecture that deal with data in online and offline situations

2012-02-20 Thread Wally McClure
The only thing I would add to this is that I would recommend a REST web service and that way you don't have to work with WCF and its idiosyncrasies. Wally Date: Mon, 20 Feb 2012 08:05:38 +0100 From: mcvje...@holisticware.net To: monodroid@lists.ximian.com Subject: Re: [mono-android] Typical appl

Re: [mono-android] Won't re-innstall after uninstall

2012-02-20 Thread Marek Habersack
On 20/02/2012 00:57, Triplany wrote: Hey Triplany, I tried to reproduce the issue on both W7 32 and 64 bit but failed to do so. We suspect that it might be an exception thrown that's somehow hidden from us. We will soon release a new version of the installer which has some improvements in that d

Re: [mono-android] Howto have full screen with SplashScreen

2012-02-20 Thread Monodroyd
You can also programmatically do it in C#: https://monodroyd.wordpress.com/2012/01/16/setting-fullscreen-activity-in-mono-for-android/ On Fri, Feb 17, 2012 at 9:32 AM, Michel wrote: Hello. > > I use a splash screen before StartActivity(realactivity) > [Activity (Label = "@string/app_name", >

Re: [mono-android] Help with .so and java source

2012-02-20 Thread Goncalo Oliveira
I'm kind of out-of-date with this, maybe someone can give he a hand... I'm "translating" the c header into c# in order to import the methods from the .so library. The this is that mangled names make this a bit messy to maintain; for example: int Msg_IsConnected() => mangled name => Java_com_alk_sd

Re: [mono-android] ScrollWheel in C#?

2012-02-20 Thread Oscar R Lopez
I tried to port most of the code some weeks ago, but i found some problems porting most data types needed to show most of Wheels and i´ve "freezed" it. (as now, i´ve a wheel with integers that can be moved) If you want i could share my unfinished work. Bye -- View this message in context: htt