[Mono-docs-list] [PATCH] Monodoc. Workaround for a bug and index improvements

2005-09-16 Thread Mario Sopena
Hello, We have a problem in Monodoc when showing big html code with gecko. Monodoc hangs and do nothing (try to load the Gtk Namespace). This is due to a bug in gtkmozembed (https://bugzilla.mozilla.org/show_bug.cgi?id=245960). The workaround I've implemented writes the html on disk and loads

[Mono-dev] test/html/button.aspx failes with xsp 1.1.9

2005-09-16 Thread Jens Peters
Hello, I just installed mono/xsp 1.1.9. Its looking really cool so far, a lot of strange things with the old xsp are gone!! Gongratulations. But I'm facing the same problem as described here: http://lists.ximian.com/pipermail/mono-devel-list/2005-September/014639.html The sample provided in

Re: [Mono-dev] Re: [Mono-devel-list] TimeStamp support on oracle...

2005-09-16 Thread Daniel Morgan
Hello Hubert, Hmmm... I never did try filling a data set with a timestamp. Only selecting and inserting via a parameter. Internally, OracleDateTime uses a System.DateTime. This should change. We should separate the various parts in OracleDateTime. I will look into System.DateTime to see how its

Re: [Mono-dev] Checking out sources

2005-09-16 Thread Johann BLAIS
I'm definitly stupid... i forgot to configure the proxy settings... I'm sorry. Anyway, thanks a lot for your answers. Johann. Jörg Rosenkranz a écrit : Hi Johann, -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Johann BLAIS I'm desperately

Re: [Mono-dev] Calling Oracle package with output ref cursor parameter

2005-09-16 Thread Daniel Morgan
There is no support for REF CURSOR in Mono's OracleClient. It is something I want to do though. Many types default to a VARCHAR or String if there is no support for it. Output parameters work for other types though, such as, varchar, numeric, date, etc... I still need to get TIMESTAMP and

[Mono-dev] TimeZone/RegionInfo patches

2005-09-16 Thread Atsushi Eno
Hi, I made a set of patches for a few globalization related stuff. 1) native TimeZone name support. Now it returns native names as long as they are provided by the locale-builder. Am also planning to update locale data to the latest version of CLDR (it has much more timezone names than existing

[Mono-dev] compiling debugger cant find termcap library on Suse 9.2

2005-09-16 Thread Joe Audette
Hi All, ./autogen.sh --pfrefix=/usr in debugger folder from svn I get this checking for termcap.h... no checking termcap/termcap.h usability... yes checking termcap/termcap.h presence... yes checking for termcap/termcap.h... yes checking whether time.h and sys/time.h may both be included...

Re: [Mono-dev] Checking out sources

2005-09-16 Thread Johann BLAIS
I'm indeed firewalled, i know i can ssh an external host. That is why i asked if there were an anonymous user for checking out the sources with ssh protocol. Thanks. Jonathan S. Chambers a écrit : Or try: svn co svn://svn.myrealbox.com/source/trunk/mcs if the difference matters. I don't

Re: [Mono-dev] [Patch] AssemblyName ctor (with corrections)

2005-09-16 Thread Carlos Alberto Cortez
Hey Paolo, Thanks for the comments. Carlos. El mié, 14-09-2005 a las 20:45 +0200, Paolo Molaro escribió: On 09/01/05 Carlos Alberto Cortez wrote: Index: AssemblyName.cs === --- AssemblyName.cs (revisión: 48811) +++

Re: [Mono-list] Yast didn't find updates for the latest mono?

2005-09-16 Thread Melissa Vandenbrink
Probably because they are switching to opensuse - http://www.opensuse.org/Welcome_to_openSUSE.orgOn 9/16/05, Dilton McGowan II [EMAIL PROTECTED] wrote: Hi thanks, I'm familiar with the varios ways to getMono. I was just curious why it isn't built into theYast update system yet. Novell owns Mono

RE: [Mono-list] recent error (serialization)

2005-09-16 Thread Carl Olsen
That's worth a shot. I'll try it. -Original Message- From: Bernhard Herzog [mailto:[EMAIL PROTECTED] Sent: Friday, September 16, 2005 1:38 AM To: [EMAIL PROTECTED]; mono-list@lists.ximian.com Subject: Re: [Mono-list] recent error (serialization) I am getting a similar error when there

Re: [Mono-list] yield

2005-09-16 Thread Rodrigo B. de Oliveira
On 9/14/05, Bernhard Herzog [EMAIL PROTECTED] wrote: It's a bug in gmcs. However, using 'lock' and 'yield' together doesn't sound like a good idea to me. The standard doesn't specify anything about releasing and re-acquiring the lock around a yield[1]: so, the lock is very long-lived.

Re: [Mono-list] MySQL Connector/NET vs Mono

2005-09-16 Thread Rafael George
On 9/8/05, Miguel de Icaza [EMAIL PROTECTED] wrote: Hello, I had lots of problems using the MySQL Connector under Mono and eventually reverted to using ByteFX - supported or not!If people want to submit fixes for ByteFX.Data, we will be glad to take those patches in.Since ByteFX is still LGPL