Re: [Mono-docs-list] Web browser hyperlink cleanup

2003-10-16 Thread Fawad Halim
Sorry about that. Here is the unified diff format. Regards -fawad Miguel de Icaza wrote: Hello, Attached is a patch that makes monodoc.ashx fix the a links on the server side instead of using javascript on the client side. Great patch, one of the things I wanted to see. Would you

Re: [Mono-docs-list] web monodoc ptree css

2003-10-16 Thread Miguel de Icaza
Hello, Small patch to have the tree css behave more like ndoc. Specifically, the hover over links behavior. The only downside is that they have a small rendering problem in Mozilla with it, screenshot follows: Monodoc screenshot Miguel attachment: a.gif

Re: [Mono-docs-list] web monodoc ptree css

2003-10-16 Thread John Luke
On Thu, 2003-10-16 at 22:40, Miguel de Icaza wrote: Hello, Small patch to have the tree css behave more like ndoc. Specifically, the hover over links behavior. The only downside is that they have a small rendering problem in Mozilla with it, screenshot follows: hmm, that is the labels

Re: [Mono-list] Threads Asynchronous Sockets

2003-10-16 Thread Giuseppe Greco
... and what happens If I change the ReceiveBufferSize option from another thread while Socket.ReceiveFrom() is receiving a datagram? Gius_. Hi all, Look at the following class: public MyClass { private Socket socket; private Thread listener; ... public MyClass(...) {

[Mono-list] XSP

2003-10-16 Thread BDE Polytech'Nantes
Hello! I'm Student in the university polytechnique of Nantes in France. And, I want to install a web site in ASP on a server with a DEBIAN version of Linux. That is why, I need the package XSP for DEBIAN, but there is not configuration file in this package. Can you help me? or put a new package

[Mono-list] gtk sharp

2003-10-16 Thread Shawn Vose
I installed the latest mono rpms last week. mono-0.28-1.ximian.6.1.i386.rpm mono-devel-0.28-1.ximian.6.1.i386.rpm mono-debuginfo-0.28-1.i386.rpm mono-wine-20030318-1.ximian.6.4.i386.rpm mono-wine-debuginfo-20030318-1.ximian.6.4.i386.rpm do these contain the gtk bindings?

[Mono-list] RTFM

2003-10-16 Thread Shawn Vose
never mind I just found all I need to know on the site. I am dloading it now. ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

[Mono-list] gda...

2003-10-16 Thread Shawn Vose
I am attempting to configure gtk-sharp. The configure tells me that the optional asseblies gda-sharp.dll gnomedb-sharp.dll rsvg-sharp.dll are not present. Any ideas as to where I could find them? Many thanks, Shawn ___ Mono-list maillist - [EMAIL

Re: [Mono-list] gtk sharp

2003-10-16 Thread Luciano Callero
You does not install any binding, you must install the Gtk-Sharp.. You can download from http://sourceforge.net/project/showfiles.php?group_id=40240 You have rpm and rpm-src and tar.gz.. Remember install first perl-modules perl-XML-LibXML-1.53-1.i386.rpm, perl-XML-LibXML-1.53-1.src.rpm,

Re: [Mono-list] gtk sharp

2003-10-16 Thread Shawn Vose
Ok great. Thanks for all your help On Thu, 2003-10-16 at 09:16, Luciano Callero wrote: You does not install any binding, you must install the Gtk-Sharp.. You can download from http://sourceforge.net/project/showfiles.php?group_id=40240 You have rpm and rpm-src and tar.gz.. Remember install

[Mono-list] cygwin

2003-10-16 Thread Nik Derewianka
Hi, Can anyone else confirm that following the instructions at: http://monoevo.sourceforge.net/mono-windows/mono-beginning-windows/x53.html using the latest cygwin and doing everything from scratch does not work ?? Cygwin itself craps out on a full install (easy to get around) i seemed to have

Re: [Mono-list] XSP

2003-10-16 Thread yoros
On Wed, Oct 15, 2003 at 04:55:27PM +0200, BDE Polytech'Nantes wrote: Hello! I'm Student in the university polytechnique of Nantes in France. And, I want to install a web site in ASP on a server with a DEBIAN version of Linux. That is why, I need the package XSP for DEBIAN, but there is not

[Mono-list] MONO: Missing libs or bug!?

2003-10-16 Thread Tiago Lima
Hi, I've noticed this problem with mono (the file BitmapTest is in attachement): In Suse8.2... # mcs --version Mono C# compiler version 0.27.0.0 # mono --version Mono JIT compiler version 0.28, (C) 2002, 2003 Ximian, Inc. # mcs -r:System.Drawing BitmapTest.cs

[Mono-list] ASP.NET: XSP Segmentation Fault with TEXTAREA web control

2003-10-16 Thread Tiago Lima
Hi, When I try to see the page in attachement using XSP it does a segmentation fault. In Suse8.2: Using all latest RPMs!! Not from the cvs !! # mono --version Mono JIT compiler version 0.28, (C) 2002, 2003 Ximian, Inc. # mcs --version Mono C# compiler version 0.27.0.0

[Mono-list] ASP.NET: DataGrid bug !?

2003-10-16 Thread Tiago Lima
Hi again, Mono, I have a problem. :) It appears that the DataGrid control doesn't do paging (or custom paging) I guess... Maybe I am doing something wrong, but can you check this ? perhaps in cvs is corrected, no? When clicking the table page number on the bottom of the datagrid table it doesn't

Re: [Mono-devel-list] RE: [Mono-list] Npgsql sources finally updated!!

2003-10-16 Thread Francisco Figueiredo Jr.
Daniel Morgan wrote: Hi Francisco, Hi Daniel Morgan!! :) With PostgreSQL 7.3.2 and mono from yesterday's cvs built on Red Hat linux 7.2, I having a problem connecting to PostgreSQL via Npgsql. I am getting a socket exception: connection refused. I tried modifying the postgres .conf file..

Re: [Mono-list] ASP.NET: XSP Segmentation Fault with TEXTAREA web control

2003-10-16 Thread Gonzalo Paniagua Javier
El jue, 16-10-2003 a las 17:08, Tiago Lima escribió: Hi, When I try to see the page in attachement using XSP it does a segmentation fault. In Suse8.2: Using all latest RPMs!! Not from the cvs !! # mono --version Mono JIT compiler version 0.28, (C) 2002, 2003 Ximian, Inc.

Re: [Mono-list] ASP.NET: DataGrid bug !?

2003-10-16 Thread Gonzalo Paniagua Javier
El jue, 16-10-2003 a las 17:19, Tiago Lima escribió: Hi again, Mono, I have a problem. :) It appears that the DataGrid control doesn't do paging (or custom paging) I guess... Maybe I am doing something wrong, but can you check this ? perhaps in cvs is corrected, no? When clicking the

[Mono-list] mod_mono Error 500 on Apache 2.0.40

2003-10-16 Thread Tobias Orlamuende
Hi all, Following environment: RedHat 9.0 vanilla Apache 2.0.40 mono 0.28 (from CVS) xsp 0.6.99.0 (from CVS) mod_mono 0.5 (from CVS) Mono works, Apache works, too. I can run mono /usr/share/doc/xsp/test/xsp.exe --root /usr/share/doc/xsp/test (If Apache is stopped) and can see the index.aspx

Re: [Mono-list] mod_mono Error 500 on Apache 2.0.40

2003-10-16 Thread David La Motta
Hello Tobias. There was a very recent thread on getting mod_mono working with Apache--some of us were also getting that 500 response from the server. Take a look at http://lists.ximian.com/archives/public/mono-list/2003-October/thread.html and search for mod_mono and you'll find several

RE: [Mono-list] ASP.NET: DataGrid bug !?

2003-10-16 Thread Daniel Morgan
mcs 0.28 reports 0.27 as the version, but it is really 0.28. It is a bug. Whoever packaged it forgot to increase the version number. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Tiago Lima Sent: Thursday, October 16, 2003 11:20 AM To: [EMAIL PROTECTED];

RE: [Mono-devel-list] RE: [Mono-list] Npgsql sources finally updated!!

2003-10-16 Thread Daniel Morgan
How would you enable port 5432 in Red Hat Linux 9? -Original Message- From: Francisco Figueiredo Jr. [mailto:[EMAIL PROTECTED] Sent: Thursday, October 16, 2003 10:03 AM To: Daniel Morgan Cc: mono-devel mailing list; Mono-List Subject: Re: [Mono-devel-list] RE: [Mono-list] Npgsql sources