[Mono-dev] How to access XplatUI for custom controls?

2010-10-14 Thread Lionel Cuir
Hi all, I'm creating a custom control (a list view with extended functionalities) and would need to access some low-level GUI methods provided by the XplatUI class. This in order to access platform-specific actions (scroll window, mouse actions...) without to explicitly test the platform / call

Re: [Mono-dev] How to access XplatUI for custom controls?

2010-10-14 Thread Miguel de Icaza
Making it public would make your code not work on Windows's Windows.Forms. What exactly do you need from the XplatUI? On Thu, Oct 14, 2010 at 12:13 PM, Lionel Cuir lionel_em...@aulofee.comwrote: Hi all, I'm creating a custom control (a list view with extended functionalities) and would

[Mono-dev] Exception No valid icon entry were found

2010-10-14 Thread Xeo
Hello, i'm trying for the first time to use a c# application with mono, i installed mono 2.8 and all the stuff but when i try to type mono $applicationName i get this exception: Unhandled Exception: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an

Re: [Mono-list] Patch for GC_stop_world bug in Android apps

2010-10-14 Thread Koushik Dutta
I think I sent this email to the wrong list. Sorry for the duplicate: Hey guys, thanks for taking my earlier patch that fixes garbage collection in multithreaded apps! Debugging threads on Android is currently broken due to the same underlying issue. Currently the debugger will exhibit some very

Re: [Mono-list] System.Media.SoundPlayer performing badly on Linux?

2010-10-14 Thread terrak
Hi, I test the System.Media.SoundPlayer class, but it didn't seem to be fixed. Here the sample program I wrote : using System; using System.Media; namespace testsound { class MainClass { public static void Main (string[] args) {

Re: [Mono-list] http://go-mono.com/md/ - monodevelop repository site dead

2010-10-14 Thread Lluis Sanchez Gual
This url is not used anymore. MonoDevelop automatically registers the correct add-in repository, so you don't have to do it manually. Lluis. El dc 13 de 10 de 2010 a les 14:11 +0200, en/na Tomasz Kubacki va escriure: after visiting: http://go-mono.com/md/ i get: Access forbidden! You

Re: [Mono-list] System.Media.SoundPlayer performing badly on Linux?

2010-10-14 Thread Jacek Rużyczka
Am Donnerstag 14 Oktober 2010, 18:08:54 schrieb terrak: Hi, I test the System.Media.SoundPlayer class, but it didn't seem to be fixed. /* snipple */ I need to play sound with my software on both Linux and Windows (Windows works). Does anyone have a solution. Thanks for your help I have

[Mono-list] (no subject)

2010-10-14 Thread krogerma
http://xicalaga.t35.com/ ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

[Mono-list] FW: Is this a viable platform?

2010-10-14 Thread David Younger
I have just discovered Mono. I have an existing .Net job management application running on a Windows Mobile device. What are my realistic chances of using Mono to port this application to run on iPhone and Android? My initial requirement is iPhone but later down the track Android so I

Re: [Mono-list] FW: Is this a viable platform?

2010-10-14 Thread Jonathan Pryor
On Fri, 2010-10-15 at 10:51 +1000, David Younger wrote: I have an existing .Net job management application running on a Windows Mobile device. What are my realistic chances of using Mono to port this application to run on iPhone and Android? Depends on what you mean by port. For iPhone