[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 invoca

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 wrote: > Hi all, > > I'm creating a custom control (a list view with extended functionalities) > and would need to access some low-

[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 t