Re: [Mono-dev] Suggestions abt layout designer

2007-03-21 Thread Jensen Somers
Hi, On 3/20/07, Sharique uddin Ahmed Farooqui [EMAIL PROTECTED] wrote: Hi, Qt's layout designer is really good. I think we should include it in mono. MonoDevelop has a built in stetic designer, and there is still a tool called Glade (http://glade.gnome.org/). I also recall a tool named

[Mono-dev] Can RichTextControl work in Mono

2007-03-21 Thread vidyapraveen korlam
HI All, When I try to use RichTextControl in my .net application it is giving exception as Could not open file C:\DOCUME~1\VIDYAP~1\LOCALS~1\Temp\tmp28b36538.tmp at System.Windows.Forms.RichTextBox.LoadFile (System.String path, RichTextBoxStreamType fileType) [0x0] at

[Mono-dev] Fix to trunk/mono/utils/mono-ehash.c

2007-03-21 Thread mike stedman
I noticed when trying to build on OS X with eglib turned on it was throwing an error in mono-ehash.c:180 about ABS not taking two arguments. It appears that the person who wrote this code intended to write ABS(hash-last_rehash - hash-in_use) but instead wrote ABS(hash-last_rehash, hash-in_use)

Re: [Mono-dev] Suggestions abt layout designer

2007-03-21 Thread Sharique uddin Ahmed Farooqui
On 3/21/07, Jensen Somers [EMAIL PROTECTED] wrote: Hi, On 3/20/07, Sharique uddin Ahmed Farooqui [EMAIL PROTECTED] wrote: Hi, Qt's layout designer is really good. I think we should include it in mono. MonoDevelop has a built in stetic designer, and there is still a tool called Glade

[Mono-dev] Building Mono 1.2.3 from Source

2007-03-21 Thread Brown, Robert
I have a really dumb question... I'm running Debian and have installed mono 1.2.1 from Apt along with xsp and mod-mono. However, I want to use the new features so I ended up building mono 1.2.3 from source and setting the install directory to /opt/mono-1.2.3.1; that went well. Now I'm trying

[Mono-dev] [PATCH] Build status testfailure regression

2007-03-21 Thread Bill Holmes
I have attached a patch for the compiler tests that are failing. I believe that the tests need adjusted to reflect the new order mcs and gmcs process objects due to a recent change. I believe that the compiler is still behaving correctly, but is now reporting the error an a different line which

Re: [Mono-dev] Building Mono 1.2.3 from Source

2007-03-21 Thread Néstor Salceda
El mié, 21-03-2007 a las 10:44 -0400, Brown, Robert escribió: I have a really dumb question… I'm running Debian and have installed mono 1.2.1 from Apt along with xsp and mod-mono. However, I want to use the new features so I ended up building mono 1.2.3 from source and setting the install

Re: [Mono-dev] Suggestions abt layout designer

2007-03-21 Thread Jeffrey Stedfast
Looks like QLayout is similar to Gtk's layout widgets, no? Jeff On Wed, 2007-03-21 at 16:37 +0530, Sharique uddin Ahmed Farooqui wrote: On 3/21/07, Jensen Somers [EMAIL PROTECTED] wrote: Hi, On 3/20/07, Sharique uddin Ahmed Farooqui [EMAIL PROTECTED]

Re: [Mono-dev] Fix to trunk/mono/utils/mono-ehash.c

2007-03-21 Thread Miguel de Icaza
Hello, I noticed when trying to build on OS X with eglib turned on it was throwing an error in mono-ehash.c:180 about ABS not taking two arguments. Ah, we are using a different definition for ABS: #define ABS(a,b)(((a)(b)) ? ((a)-(b)) : ((b)-(a))) It seems that we got that one

Re: [Mono-dev] [PATCH] Build status testfailure regression

2007-03-21 Thread Martin Baulig
Oh, I thought I already committed those. I'll have a look at it. Thanks, Martin On Wed, 2007-03-21 at 10:50 -0400, Bill Holmes wrote: I have attached a patch for the compiler tests that are failing. I believe that the tests need adjusted to reflect the new order mcs and gmcs process objects

[Mono-dev] Race to Linux

2007-03-21 Thread Paul
Hi, I've noticed there is a different version available of Mono for the Race to Linux thing. Is this different version going to be made available to the rest of us in the near future as a non-VM version? TTFN Paul -- Sie können mich aufreizen und wirklich heiß machen! signature.asc

Re: [Mono-dev] Race to Linux

2007-03-21 Thread Jonathan Pobst
Hey Paul, The splash page is available here: http://www.mono-project.com/RaceToLinux Which has links to regular download packages as well: http://mono.ximian.com/monobuild/rtl/download-rtl/ The release is primarily fixes to ASP.Net that should be helpful for people porting their webapps for