[Mono-dev] (no subject)

2006-11-10 Thread David Caro
Hi, I'm programming a Memory game for my C# topic at university, i'm finished that but there is a problem with a queuedraw (i think that) cause the second card doesnot turn up at time... the second card doesnt flip (roll) at button click time and i dont know Thanks if you can help me /* it is

[Mono-dev] Mono 1.2 has been released.

2006-11-10 Thread Miguel de Icaza
The release notes for this release are here: http://www.go-mono.com/archive/1.2 Miguel. ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] Mono 1.2 has been released.

2006-11-10 Thread Philipp Baer
Miguel de Icaza wrote: The release notes for this release are here: http://www.go-mono.com/archive/1.2 Great to see Mono 1.2 released but could anybody please have a look at bug 79462? I still get a failed to create shadow copy with 1.2 when I try to start my mono applications. I've

Re: [Mono-dev] Mono 1.2 has been released.

2006-11-10 Thread Robert Jordan
Philipp Baer wrote: Great to see Mono 1.2 released but could anybody please have a look at bug 79462? I still get a failed to create shadow copy with 1.2 when I try to start my mono applications. I've created a patch for me that creates the shadow copies in /tmp instead of the DynamicBase

Re: [Mono-dev] Mono 1.2 has been released.

2006-11-10 Thread Philipp Baer
Robert Jordan wrote: http://bugzilla.ximian.com/show_bug.cgi?id=79462 Please attach a small test case to this bug entry along with a makefile and/or build script. Ok, done. phb -- Philipp Baer [EMAIL PROTECTED] [http://www.npw.net/] --- contact information ---

[Mono-dev] [CODE] Implementation of DisplayNameAttribute in System.ComponentModel

2006-11-10 Thread Marek Habersack
Hello, I've implemented the missing class named in the subject. The source code is attached. May I commit? best regards, marek // // System.ComponentModel.DisplayNameAttribute // // Authors: // Marek Habersack [EMAIL PROTECTED] // // (C) 2006 Marek Habersack // // Permission is hereby

[Mono-dev] Error (it says warning, but goes into infinite loop) when building mono from svn

2006-11-10 Thread Steen Manniche
Hi all. In the last couple of days, I've been trying to build mono from svn. During autogen, I get a warning about a unsupported conditional definition in the mono/mono/mini/Makefile.am. Here's the story: $ ./autogen.sh **Warning**: I am going to run `configure' with no arguments. If you wish

[Mono-dev] Static Patch

2006-11-10 Thread Nick Berardi
I have created the following patch file which changes the sealed keyword to the static keyword in the Math and Convert class. This is to bring these to classes closer to being .NET 2.0 compatible.Nick Static.patch Description: Binary data ___

Re: [Mono-dev] Static Patch

2006-11-10 Thread Leszek Ciesielski
First: there are blank space differences in this patch Second: it does not use #ifdef NET_2_0, so while fixing 2.0 compatibility it will break 1.1 Third: there is no ChangeLog entry On 11/10/06, Nick Berardi [EMAIL PROTECTED] wrote: I have created the following patch file which changes the

[Mono-dev] XSP crashing when hit from Firefox 2

2006-11-10 Thread Morten Mertner
Hi All, I have a problem with XSP - it crashes when hit from Firefox 2.0 client, but the web app works fine when hit from IE 7.. I'm using Mono 1.1.18-r1 and XSP 1.1.18. Below is the output from XSP when started on the console and hit with FF2: Listening on port: 8000 (non-secure) Listening

Re: [Mono-dev] Static Patch

2006-11-10 Thread Nick Berardi
Sorry this was my first shot at trying to contribute to Mono I thought I would start small. Please provide feed back on my latest change.On 11/10/06, Leszek Ciesielski [EMAIL PROTECTED] wrote:First: there are blank space differences in this patch Second: it does not use #ifdef NET_2_0, so while

Re: [Mono-dev] Static Patch

2006-11-10 Thread Robert Jordan
Nick Berardi wrote: Sorry this was my first shot at trying to contribute to Mono I thought I would start small. Please provide feed back on my latest change. Now you've inserted a BOM at the start of Math.cs :-) Additionally, Convert.cs won't compile because static classes are not allowed to

Re: [Mono-dev] XSP crashing when hit from Firefox 2

2006-11-10 Thread Robert Jordan
Morten Mertner wrote: I have a problem with XSP - it crashes when hit from Firefox 2.0 client, but the web app works fine when hit from IE 7.. I'm using Mono 1.1.18-r1 and XSP 1.1.18. Below is the output from XSP when started on the console and hit with FF2: Exception rethrown at [0]:

Re: [Mono-dev] [CODE] Implementation of DisplayNameAttribute in System.ComponentModel

2006-11-10 Thread Sebastien Pouliot
Hello Marek, On Fri, 2006-11-10 at 13:06 +0100, Marek Habersack wrote: Hello, I've implemented the missing class named in the subject. The source code is attached. May I commit? Please supply unit tests with new classes. You'll find some bugs by doing so (mostly your own ;-) but sometime

Re: [Mono-dev] ARM PInvoke issue when using long

2006-11-10 Thread D M
Hi,I don't really want to add the extra parameters to get around this issue.Does anybody know if this is gonna get fixed and when ?Thanks,DanD M [EMAIL PROTECTED] wrote: Yes, that seems to work.DanBill Seurer [EMAIL PROTECTED] wrote: I am not familiar with ARM but I had to change a setting in

Re: [Mono-dev] Mono/C# pointer for using Gdk/Pixbuf

2006-11-10 Thread Mark E Mason
Hello, Thanks Cody - that got me unblocked. Cheers, Mark -Original Message- From: Cody Russell [mailto:[EMAIL PROTECTED] Sent: Thursday, November 09, 2006 10:19 PM To: Mark E Mason Cc: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] Mono/C# pointer for using Gdk/Pixbuf

[Mono-dev] Mono Daily Downloads

2006-11-10 Thread Wade Berrier
Hi, Several have reported that the tarballs available from mono.ximian.com/daily are not buildable. This is caused by some limitations of the tar format we're using. We must use this limited format to support some older distros. To alleviate this I've begun to use the zip file format for the

Re: [Mono-dev] SPAM-LOW: Mono 1.2 has been released.

2006-11-10 Thread Charlie Poole
Download page still seems to have the RC. Charlie -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Miguel de Icaza Sent: Thursday, November 09, 2006 11:31 PM To: mono-list@lists.ximian.com; Mono Announce; mono-devel-list@lists.ximian.com

Re: [Mono-dev] (no subject)

2006-11-10 Thread David Caro
Well, i upload source of my program here: http://changuitos.free.fr/memorama You can run it - Archivo - Nuevo Juego it is nos finished, well please help me with the second card, it never flip up... Maproz Caro [EMAIL PROTECTED]: Hi, I'm programming a Memory game for my C# topic at university,

Re: [Mono-dev] Mono Daily Downloads

2006-11-10 Thread Atsushi Eno
Hi, I think zip archive for text files is much worse than tgz at compression. How was the difference? Atsushi Eno Wade Berrier wrote: Hi, Several have reported that the tarballs available from mono.ximian.com/daily are not buildable. This is caused by some limitations of the tar format

Re: [Mono-dev] Mono Daily Downloads

2006-11-10 Thread Wade Berrier
Hi, Yes, it is much worse... 20MB to 32MB :( Wade On Sat, 2006-11-11 at 06:24 +0900, Atsushi Eno wrote: Hi, I think zip archive for text files is much worse than tgz at compression. How was the difference? Atsushi Eno Wade Berrier wrote: Hi, Several have reported that the

[Mono-dev] Missing function in System.Data.OleDb.OleDbParameterCollection

2006-11-10 Thread Justin Dearing
Hi,I just installed monodevelop 1.2 and compiled a .net 2.0 project with it. The only errors I got were these:Error CS0117: `System.Data.OleDb.OleDbParameterCollection' does not contain a definition for `AddWithValue' ___ Mono-devel-list mailing list

[Mono-dev] [PATCH] Cleanup in System.Runtime.Serialization

2006-11-10 Thread Jensen Somers
Hi, The following patch adds the ComVisibleAttribute to the ISerializable, ISerializationSurrogate and ISurrogateSelector interface and adds the sealed keyword to the OnDeserializedAttribute, OnDeserializingAttribute, OnSerializedAttribute OnSerializingAttribute and OptionalFieldAttribute class.

[Mono-dev] Fwd: Static Patch

2006-11-10 Thread Miguel Ángel Pérez
By mistake i sent a reply only to robert instead of sending to the list. Sorry for the inconvenience.-- Forwarded message --From: Miguel Ángel Pérez [EMAIL PROTECTED]Date: 11-nov-2006 1:23Subject: Re: [Mono-dev] Static PatchTo: Robert Jordan [EMAIL PROTECTED] But static classes

Re: [Mono-dev] Fwd: Static Patch

2006-11-10 Thread Robert Jordan
Miguel Ángel Pérez wrote: But static classes can have a static constructor where you can initialize things. http://msdn2.microsoft.com/en-us/library/79b3xss3.aspx http://msdn.microsoft.com/library/default.asp?url=/library/en-us/csspec/html/vclrfcsharpspec_10_11.asp Both Convert Math

Re: [Mono-dev] Mono Daily Downloads

2006-11-10 Thread Atsushi Eno
Hmm... is it difficult to produce both zip and tar.gz (or.bz2) ? Atsushi Eno Wade Berrier wrote: Hi, Yes, it is much worse... 20MB to 32MB :( Wade On Sat, 2006-11-11 at 06:24 +0900, Atsushi Eno wrote: Hi, I think zip archive for text files is much worse than tgz at compression.

Re: [Mono-dev] [CODE] Implementation of DisplayNameAttribute in System.ComponentModel

2006-11-10 Thread Marek Habersack
On Fri, 10 Nov 2006 09:03:24 -0500, Sebastien Pouliot [EMAIL PROTECTED] scribbled: Hello Marek, On Fri, 2006-11-10 at 13:06 +0100, Marek Habersack wrote: Hello, I've implemented the missing class named in the subject. The source code is attached. May I commit? Please supply unit

Re: [Mono-dev] Mono Daily Downloads

2006-11-10 Thread John Anderson
Wade Berrier wrote: Hi, Yes, it is much worse... 20MB to 32MB :( Have you tried rar? ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

[Mono-dev] Mono 1.2: Directory symbolic links don't exist?

2006-11-10 Thread William Lahti
i've installed Mono 1.2, and now all I/O operations act like directory symbolic links don't exist. It does fine for file symbolic links though. Is this the intended behavior? If so is there a way to disable this? ___ Mono-devel-list mailing list