Re: [Mono-dev] SerialPort and Ring Indicator signal

2006-05-23 Thread jfm
Thank you Carlos for your answer I'm not sure I've well undestound but here are some information about the app I'm porting. As serial port are not supported in .Net 1, the app was using the Rs232.vb class that is wide spread accros the internet... This class is some kind of wrapper upon the

Re: [Mono-dev] SerialPort and Ring Indicator signal

2006-05-23 Thread Carlos Alberto Cortez
Hey, The functionality for serial port inside kernel32.dll allows to access the RING signal (the wrapper class makes public the access to it), but it's only available on Windows (kernel32.dll is a core windows library). Of course you could try to wrap some functionality in Unix systems -using

Re: [Mono-dev] Using GTK widgets in Mono

2006-05-23 Thread Ipemail
I need to hand write a C# wrapper for a GTK+ 2 widget in a Linux shared library. Where could I find some Mono samples please? Well, it looks like I'm making some progress but now getting this exception on the C# side when a signal/event is raised in the widget: "GCHandle value belongs to a

Re: [Mono-dev] Using GTK widgets in Mono

2006-05-23 Thread Michael Hutchinson
On 5/23/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I need to hand write a C# wrapper for a GTK+ 2 widget in a Linux shared library. Where could I find some Mono samples please? Do you need to write it by hand, or could you use GAPI? http://www.mono-project.com/GAPI I'm not very familiar

[Mono-dev] Mono in Visual Studio 2005

2006-05-23 Thread Janne Rantala
Hello,I'm trying to run embedded Mono samples in Visual Studio 2005. It's been a while since the last time I did this, so I updated Mono source files from svn and also updated Glib (in VSDependencies) to version 2.6.6 . But, everything else in Mono Solution builds fine, not the embedded samples

Re: [Mono-dev] Bug in System.Web.UI.WebControls.DataList

2006-05-23 Thread Gonzalo Paniagua Javier
On Tue, 2006-05-23 at 08:27 -0700, Vladimir Krasnov wrote: Hello, There is a problem in DataList control, after a post back it looses all its items, the problem is in DataList.LoadViewState method. Look at example app that reproduces the problem, and approve the patch. I'll commit if no

[Mono-dev] configure.in patch

2006-05-23 Thread Andrew Skiba
Hello, This patch create a symlink at mono/runtime/etc/mono/2.0/web.config similar to mono/runtime/etc/mono/2.0/machine.config This is necessary to have web.config in user created host when running via mono-wrapper from make run-test If no one objects, I will commit. web.config.patch

Re: [Mono-dev] configure.in patch

2006-05-23 Thread Gonzalo Paniagua Javier
On Tue, 2006-05-23 at 09:14 -0700, Andrew Skiba wrote: Hello, This patch create a symlink at mono/runtime/etc/mono/2.0/web.config similar to mono/runtime/etc/mono/2.0/machine.config This is necessary to have web.config in user created host when running via mono-wrapper from make run-test