Re: [Mono-winforms-list] 1.1.9.2 vs 1.1.13.2

2006-03-27 Thread geekempire
I have had problems simlar to this when I was using a transpartent backround color on a label, but that was on Sparc/Solaris. -- View this message in context: http://www.nabble.com/1.1.9.2-vs-1.1.13.2-t1170304.html#a3608680 Sent from the Mono - WinForms forum at Nabble.com.

[Mono-dev] Mono speed

2006-03-27 Thread KCorax
This has received momentum today so I suppose many of you have seen it. http://shootout.alioth.debian.org/gp4/csharp.php But the results are too sweet to ignore. Bravo mono developers. ___ Mono-devel-list mailing list

[Mono-dev] Patch to WebException.cs

2006-03-27 Thread Boris Kirzner
Hello all, Attached is a proposed patch for WebException : - Soap serialization .Net compatability fixed (web status and web response are not serialized) - WebExceptionStatus.UnknownError defined for .Net 1.0 as well - Status should be initialized to WebExceptionStatus.UnknownError -- Boris

Re: [Mono-dev] Mono speed

2006-03-27 Thread Jacob Ilsø Christensen
So the main conclusion is that Java is faster but uses more memory? /Jacob On 3/27/06, KCorax [EMAIL PROTECTED] wrote: This has received momentum today so I suppose many of you have seen it. http://shootout.alioth.debian.org/gp4/csharp.php But the results are too sweet to ignore. Bravo

[Mono-dev] Bug in System.Web.UI.WebControls.RepeatInfo

2006-03-27 Thread Vladimir Krasnov
Hello, There is a little problem in RepeatInfo class in RenderBeginTag method. When rendering a disabled RadioButtonList, the table that contains radio buttons should also be disabled. Test case url: /System_Web_UI_WebControls/WebControl/WebControl_CopyBaseAttributes_W.as px Please approve the

[Mono-dev] Question about System.Web.UI.WebControls.DataList

2006-03-27 Thread Vladimir Krasnov
Hello, There is ApplyControlStyle method in DataList class. This method called every time a style applied to a ListItem and it applies style only if ItemTemplate has a table. Sometimes, when the style of the template's table is different from style of ItemStyle, the style of table is overwritten.

RE: [Mono-dev] XmlException serialization

2006-03-27 Thread Boris Kirzner
Hello all, Attached is a proposed patch for XmlException, that fixes Soap serialization .Net compatibility. -- Boris Kirzner Mono RD team, Mainsoft Corporation. Blogging at http://boriskirzner.blogspot.com/ -Original Message- From: Atsushi Eno [mailto:[EMAIL PROTECTED] Sent:

Re: [Mono-dev] Mono speed

2006-03-27 Thread KCorax
Just seeing evolution from this: http://www.shudo.net/jit/perf/ that was under discussion last year. Plus memory consumption does looks great. O/H Jacob Ils Christensen : So the main conclusion is that Java is faster but uses more memory? /Jacob On 3/27/06, KCorax [EMAIL PROTECTED]

Re: [Mono-dev] XmlException serialization

2006-03-27 Thread Atsushi Eno
Hmm ... it brings beautiful change :-( Anyways feel free to commit. Atsushi Eno Boris Kirzner wrote: Hello all, Attached is a proposed patch for XmlException, that fixes Soap serialization .Net compatibility. -- Boris Kirzner Mono RD team, Mainsoft Corporation. Blogging at

[Mono-dev] Creating fewer objects (Sys.Xml, Sys.Web)

2006-03-27 Thread Joshua Tauberer
Atsushi Gonzalo (and anyone else), Attached are two patches to reduce new object creations. In Sys.Xml, I cut out string concatenations in XmlElement.Name and XmlAttribute.Name. The (prefix + : + localname) concatenation occurred even if the final string was already in the NameTable. To avoid

Re: [Mono-dev] Creating fewer objects (Sys.Xml, Sys.Web)

2006-03-27 Thread Atsushi Eno
Hi Joshua, I'd prefer different approach so that 1) XmlNameEntry does not have to become fat boy and 2) keep code cleaner. How about the attached one? It avoids extra string creation as well. Thanks for the idea for optimization. Atsushi Eno Index: XmlAttribute.cs

Re: [Mono-dev] Creating fewer objects (Sys.Xml, Sys.Web)

2006-03-27 Thread Joshua Tauberer
Atsushi Eno wrote: I'd prefer different approach so that 1) XmlNameEntry does not have to become fat boy and 2) keep code cleaner. How about the attached one? It avoids extra string creation as well. Certainly works for me. (My patch was cooler!) (And: I don't know if it was necessary, but

Re: [Mono-dev] Creating fewer objects (Sys.Xml, Sys.Web)

2006-03-27 Thread Atsushi Eno
Hi, Joshua Tauberer wrote: (My patch was cooler!) Well, I have to say, it was beyond my expectation for me ;-) On which part was your patch cooler? I don't think specific-implementation-dependent code (internal AddQName) is good, and more importantly, after your code future hackers would feel

Re: [Mono-dev] Creating fewer objects (Sys.Xml, Sys.Web)

2006-03-27 Thread Joshua Tauberer
Atsushi Eno wrote: Joshua Tauberer wrote: (My patch was cooler!) Well, I have to say, it was beyond my expectation for me ;-) On which part was your patch cooler? I don't think specific-implementation-dependent code (internal AddQName) is good, and more importantly, after your code future

RE: [Mono-dev] System.Web.Mail and TLS

2006-03-27 Thread Gonzalo Paniagua Javier
On Mon, 2006-03-27 at 02:20 -0800, Vladimir Krasnov wrote: Hi Gonzalo, What do you suggest about ReadResponse? Mono SslClientStream does not inherit from NetworkStream, so how can I know if more data is available in the stream and calling Read() again cannot be used because it blocks if no

Re: [Mono-dev] Creating fewer objects (Sys.Xml, Sys.Web)

2006-03-27 Thread Atsushi Eno
Actually I'm changing my mind to add cache string in XmlNameEntry since it does not hit significant performance problem, while depending on user code it could result in significant speed difference: using System; using System.Xml; public class Test { public static void Main (string []

Re: [Mono-dev] Gtk# not found

2006-03-27 Thread Paulo Augusto
Seg, 2006-03-27 às 07:44 -0600, Francisco T. Martinez escreveu: ... As far as having your application distributed in Windows, you could consider having your app run with the .NET Framework Runtime and just adding the Gtk# Installer for the .NET Framework Runtime 1.1/2.0 available here:

[Mono-list] Problem with WebServices on XSP2

2006-03-27 Thread Michał Ziemski
Hi! Trying to run TestService.asmx on XSP2 results o the following error: System.Configuration.ConfigurationException: Cannot find method CCS () in 0x001fe System.Web.Configuration.WebConfigurationManager:Init () in 0x00089 System.Web.HttpApplicationFactory:InitType (System.Web.HttpContext

[Mono-list] WebServices on mod_mono and SSL

2006-03-27 Thread Michał Ziemski
Hi! Does mod_mono support working with mod_ssl? When I try to run TestService.asmx through https I get: Error getting response stream (Write): SendFailure. When I use http everything is fine. Michal Ziemski ___ Mono-list maillist -

[Mono-list] could linux be MORE .Net then windows ?

2006-03-27 Thread ted leslie
This article, with at least a bit of (hopefully accurate) research behind it, seems to state a shocking conclusion: article: http://www.grimes.demon.co.uk/dotnet/vistaAndDotnet.htm#conclusion My conclusion is that Microsoft has lost its confidence in .NET. They implement very little of their

Re: [Mono-list] could linux be MORE .Net then windows ?

2006-03-27 Thread Jonathan Pryor
On Mon, 2006-03-27 at 04:28 -0500, ted leslie wrote: This article, with at least a bit of (hopefully accurate) research behind it, seems to state a shocking conclusion: article: http://www.grimes.demon.co.uk/dotnet/vistaAndDotnet.htm#conclusion And the rebuttal:

Re: [Mono-list] Handling external programs

2006-03-27 Thread Jonathan Pryor
On Sat, 2006-03-25 at 19:08 -0500, Lee Connell wrote: Is there any articles/tutorials out that explains how to execute external programs from mono. I want to grab stdout and write to stdin. You need an article on System.Diagnostics.Process. A reasonably short search found this article, though

Re: [Mono-list] could linux be MORE .Net then windows ?

2006-03-27 Thread Kornél Pál
Hi, You don't have to have a look at the source code to determine whether Visual Studio 2005 uses managed code. You missed the fact that Visual Studio 2005 is much more than a single devenv.exe. It has a lot of DLLs and supporting exe files and a lot of them are entirely managed assemblies.

[Mono-list] Re: could linux be MORE .Net then windows ?

2006-03-27 Thread Robert Jordan
Jonathan, However, this isn't entirely correct. IIRC, the .NET runtime can be instantiated and embedded through normal COM interfaces. Result: no explicit link between an embedding app and the .NET runtime, unless you want to disassemble the whole thing and look for the .NET runtime GUID

Re: [Mono-list] could linux be MORE .Net then windows ?

2006-03-27 Thread ted leslie
On Mon, 27 Mar 2006 06:08:17 -0500 Jonathan Pryor [EMAIL PROTECTED] wrote: On Mon, 2006-03-27 at 04:28 -0500, ted leslie wrote: This article, with at least a bit of (hopefully accurate) research behind it, seems to state a shocking conclusion: At which point we can realize that

RE: [Mono-list] Has anyone gotten Mono to work at DreamHost?

2006-03-27 Thread Greg Creme
I have a server that I use to host customer's websites. At this time, it has only been windows, however, if enough people want a linux testbed with mono installed, I wouldn't mind purchasing a server for everyone to rent space to host. If you would be interested, send me an email. The monthly

RE: [Mono-list] WebServices on mod_mono and SSL

2006-03-27 Thread Dana Epp
I am running a bunch of Web Services on both Debian and Ubuntu under Apache via SSL (using mod_ssl). It does work. Sorry I can't be help to the underlying problem you are having. Regards, Dana Epp [Microsoft Security MVP] http://silverstr.ufies.org/blog/ -Original Message- From:

Re: [Mono-list] RE: Send mail with mono

2006-03-27 Thread Michael Schurter
fedotenko wrote: Thanks! But that was not exactly what i was looking for. I dont want to depend on someone elses smtp server, i want to set up my own. Both for the fun of it and as i said not depend on another server. Many mail servers won't accept unauthenticated e-mail from a dynamic IP

[Mono-list] mod_mono on Slackware

2006-03-27 Thread David P. Donahue
This is probably a total newbie question, but I'm having trouble getting this on my own so here goes... I'm running Slackware 10.0 on my web server. It's been a long time since I did anything with mono (1.0.8 I think) and, at the time, I just built from source and everything was cool. Now

[Mono-list] Shiping Gtk# with program!

2006-03-27 Thread Paulo Augusto
As i've said in the mono-devel list, the program i made is not running on the most recent mono instalation, complaining that it doesn't finds the Gtk# 2.4 assembly. How do i ship the Gtk# with my program, if at all possible? What files do i need to provide? And where? Same place as the

[Mono-list] Shiping Gtk# with program!

2006-03-27 Thread PauloMorfeo
«Sorry for the double post but the other one went with a very wrong date.» As i've said in the mono-devel list, the program i made is not running on the most recent mono instalation, complaining that it doesn't finds the Gtk# 2.4 assembly. How do i ship the Gtk# with my program, if at all

Re: [Mono-list] How to draw a text string to existing photo (gtk#)

2006-03-27 Thread Larry Ewing
On Sat, 2006-03-25 at 16:42 -0500, Miguel de Icaza wrote: Hello, I'm looking for an approach to put some text string to existing jpeg image. Now I can load a photo into Gdk.Pixbuf and I can create Pango.Layout for a text string. So I have my image in a Gdk.Pixbuf and my text string in a