Re: [Mono-winforms-list] FW: [MonoDevelop] Moving Focus Between Form

2007-09-20 Thread Valentin Sawadski
Hello Tri, On Wed, 2007-09-19 at 16:11 -0500, [EMAIL PROTECTED] wrote: Thanks Valentin, you are my hero. It worked. However, I hope you do not mind that I ask another question. I have this routine, and every time I started in mono it terminate abruptly. I fear I have to say that I've

Re: [Mono-winforms-list] FW: [MonoDevelop] Moving Focus Between Form

2007-09-20 Thread Valentin Sawadski
Hello, On Thu, 2007-09-20 at 11:06 -0500, [EMAIL PROTECTED] wrote: The message I got from mono debug console is Unknown - Fatal IO error 104 (Connection reset by peer) on X server :0.0. Any help will be appreciated. Uff, I'm sorry I've got absolutely no idea at all. Better send a short

Re: [Mono-dev] [Mono-list] error on viewstate

2007-09-20 Thread Marek Habersack
On Thu, 20 Sep 2007 09:32:13 +0200, Hubert FONGARNAND [EMAIL PROTECTED] scribbled: Hello, as i said before... DropDownList are broken on mono 1.2.5 Maybe there will be a backport in mono 1.2.5.1 The backport is indeed in 1.2.5.1 regards, marek signature.asc Description: PGP signature

Re: [Mono-dev] [Mono-list] error on viewstate

2007-09-20 Thread Hubert FONGARNAND
as i said before... DropDownList are broken on mono 1.2.5 Maybe there will be a backport in mono 1.2.5.1 Le jeudi 20 septembre 2007 à 07:39 +0200, Lorenzo Viola a écrit : Hello, I also get the same error hoping for a fix... which is the right place to post this bug ? best

Re: [Mono-dev] [Mono-list] error on viewstate

2007-09-20 Thread Hubert FONGARNAND
No the backport is not complete... as i say here http://lists.ximian.com/pipermail/mono-devel-list/2007-September/024766.html Le jeudi 20 septembre 2007 à 11:48 +0200, Marek Habersack a écrit : On Thu, 20 Sep 2007 09:32:13 +0200, Hubert FONGARNAND [EMAIL PROTECTED] scribbled: Hello,

Re: [Mono-dev] Linq to Sql Start

2007-09-20 Thread Marek Safar
Hi Kevin, Hey! I've started to get going on some of the System.Data.Linq work, at the moment, there's not much in terms of real code to show, but some initial unit tests (my first ever, sorry they're so incomplete) and API updates (Get the public API more in sync with the current 3.5 Beta 2)

Re: [Mono-dev] 'configure: error: ./configure failed for libgc'

2007-09-20 Thread Atsushi Eno
Andy Hume wrote: I've been having problems over the past few days getting a build to work and on tuesday night and yesterday morning it was quite broken here. So I cleaned everything up and made sure I'd the most recent SVN updates. Now on doing ./autogen --... as described by shana it

Re: [Mono-dev] [Mono-list] error on viewstate

2007-09-20 Thread Marek Habersack
On Thu, 20 Sep 2007 12:15:24 +0200, Hubert FONGARNAND [EMAIL PROTECTED] scribbled: No the backport is not complete... as i say here http://lists.ximian.com/pipermail/mono-devel-list/2007-September/024766.html The patch you mention in that post has been applied to the 1.2.5.1 branch in

Re: [Mono-dev] 'configure: error: ./configure failed for libgc'

2007-09-20 Thread Andy Hume
Ok I did /more/ tidying up. I first tried deleting the whole mono/libgc folder and svn-updating it. And...fingers crossed...it seems to be working now. Well the autogen.sh step completely successfully and make is running now. Phew! Thanks Andy -Original Message- From: [EMAIL

Re: [Mono-dev] How to use monocharge to bootstrap the build?

2007-09-20 Thread Paolo Molaro
On 09/19/07 Philippe Monnet wrote: Over the last couple days, I have been trying to figure out how to use monocharge (now that I was able to build it). monocharge should simply not be used, as the README says. If you have problems in bootstrapping from svn you should build and install first

Re: [Mono-dev] Linq to Sql Start

2007-09-20 Thread Kevin Kubasik
Hey, my last e-mail got bounced for size, so if you really want the zip, or the patch, everything is at http://kubasik.net/files/olive_patches/ sorry! On 9/20/07, Kevin Kubasik [EMAIL PROTECTED] wrote: Ok, well in addition to the git way: git clone http://kubasik.net/git/olive-kkubasik.git

Re: [Mono-dev] Linq to Sql Start

2007-09-20 Thread Kevin Kubasik
/me eyes get big Wow, my complete apologies, I didn't realize the patch was so inflated, its probably mostly line endings, I'll try and slim it down, although if anyone has had some prior experience with a good tool/practice, I'm all ears. As far as changing what is necessary, there was a lot

Re: [Mono-dev] Linq to Sql Start

2007-09-20 Thread Miguel de Icaza
Hello, Wow, my complete apologies, I didn't realize the patch was so inflated, its probably mostly line endings, I'll try and slim it down, although if anyone has had some prior experience with a good tool/practice, I'm all ears. It is best to submit small patches as you go that trying to

Re: [Mono-dev] [Gtk#] How to print on win32 and Unix

2007-09-20 Thread Markus Kilås
I use gtk for printing, it works on Linux, but I have not tried it on windows yet. Sample code is below if it can be to any help: http://wordtrainer.googlecode.com/svn/trunk/wordtrainer/Wordtrainer/GtkPrinting.cs David Arnaud-Goddet skrev: Hi all, I develop a GUI in csharp which have to work

Re: [Mono-dev] How to use monocharge to bootstrap the build?

2007-09-20 Thread Philippe Monnet
Actually someone else recommended that I use monocharge as I have been unable to build from a stable source release, or a a daily build, or from SVN (trunk or tagged release). I realize my situation is challenging due to a shared hosting scenario and a lack of a local Linux box (don't have access

Re: [Mono-dev] Linq to Sql Start

2007-09-20 Thread Kevin Kubasik
Hey, I totally get that, I really hadn't meant for there to be sooo much lumped into that patch. I'm going through and breaking the task down into smaller utility classes (some public, some private) and once the framework for them is in place, I can seriously examin the grander scheme. Anyways,

[Mono-dev] windows build breakage? (missing CreateString)

2007-09-20 Thread Atsushi Eno
Recently (I think it's been since middle of this week or so) I have been unsuccessful to build non-bootstrap mono on windows, it complains about missing CreateString. Is it only me or is the build broken? Note that it won't show up as monobuild status as it is non-bootstrap build.) Making

Re: [Mono-dev] windows build breakage? (missing CreateString)

2007-09-20 Thread Rodrigo Kumpera
Hi Eno, Most of us had this issue, but it's a matter of making sure that you have a matching mono binary with mscorlib. If you are running mono from the build tree you must have MONO_PATH configured, otherwise, like my setup, just 'make install' it. If that doesn't help, you might need to

Re: [Mono-dev] More ODBC questions: AutoCommit and BeginTransaction

2007-09-20 Thread Mads Bondo Dydensborg
mandag 03 September 2007 skrev Mads Bondo Dydensborg: Hi again. I still can not resolve this question. But I did discover, that there is no public way to change the autocommit mode through the mono stack, meaning, that if one uses a transaction, one can never return to autocommit mode. Is this

Re: [Mono-list] error on viewstate

2007-09-20 Thread Lorenzo Viola
Hello, I also get the same error hoping for a fix... which is the right place to post this bug ? best regards Hi All. Sorry for boring :-) I have a problem. In an aspx page, when i click on a button which perform an action, but remains in the same page (for example, in a

Re: [Mono-list] error on viewstate

2007-09-20 Thread Marek Habersack
On Thu, 20 Sep 2007 07:39:49 +0200, Lorenzo Viola [EMAIL PROTECTED] scribbled: Hello, Hello, I also get the same error hoping for a fix... which is the right place to post this bug ? Please follow the instructions at http://mono-project.com/Bugs, make sure to attach a test case that

[Mono-list] how to compile the debbuger?

2007-09-20 Thread Daniel Soto
Good morning (in this lands :-) ) I have a problem compiling the mono debbuger from source. The ./configure command it shows me this message. configure: error: Cannot find termcap library What library must i to install ? I'm using Ubuntu 7.04 , i searched in Sinaptic and there no are a

Re: [Mono-list] install libgdiplus?

2007-09-20 Thread Sebastien Pouliot
On Wed, 2007-09-19 at 22:10 -0500, B R wrote: yes, libgdiplus is present on the system. But its been mentioned that any other libgdiplus other than what comes with Mono, doesn't work. So that's why I'm trying to compile it. Not quite. I said that you need to have a libgdiplus version that

Re: [Mono-list] install libgdiplus?

2007-09-20 Thread Robert Jordan
Sebastien Pouliot wrote: On Wed, 2007-09-19 at 22:10 -0500, B R wrote: yes, libgdiplus is present on the system. But its been mentioned that any other libgdiplus other than what comes with Mono, doesn't work. So that's why I'm trying to compile it. Not quite. I said that you need to

Re: [Mono-list] install libgdiplus?

2007-09-20 Thread Maser, Dan
For clarification many things have *two* separate install packages, in this case glib and glib-devel. There should be dozens of packages that follow the foo and foo-devel format. So it's likely that you have the glib package installed (which includes the runtime for executing programs) but

Re: [Mono-list] error on viewstate

2007-09-20 Thread Daniel Soto
Anybody already posted this bug? I want to enter to the Mono project bug report page, but in the novell's login page i enter my username and password, and tells me an Error 403 (Forbidden). Regards. 2007/9/20, Marek Habersack [EMAIL PROTECTED]: On Thu, 20 Sep 2007 07:39:49 +0200, Lorenzo

Re: [Mono-list] how to compile the debbuger?

2007-09-20 Thread Harald Krapfenbauer
You've to install the libncurses5-dev package in Ubuntu. Best regards, Harald -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Daniel Soto Sent: Donnerstag, 20. September 2007 13:42 To: mono-list@lists.ximian.com Subject: [Mono-list] how to

Re: [Mono-list] error on viewstate

2007-09-20 Thread Hubert FONGARNAND
as i said before... DropDownList are broken on mono 1.2.5 Maybe there will be a backport in mono 1.2.5.1 Le jeudi 20 septembre 2007 à 07:39 +0200, Lorenzo Viola a écrit : Hello, I also get the same error hoping for a fix... which is the right place to post this bug ? best

Re: [Mono-list] install libgdiplus?

2007-09-20 Thread B R
finally got ./configure to complete. Had to install ALL of these packages: libglib2-dev libfontconfig1-dev libfreetype6-dev libxrender-dev libtiff-dev libjpeg-dev libgif-dev libpng-dev (still get some errors about this one though) libexif-dev Was able to do a make, then make install. Didn't seem

Re: [Mono-list] install libgdiplus?

2007-09-20 Thread Maser, Dan
Nice progress. It sounds like you're very close to give up now! Can you run mono with the --debug flag? It should show in the text where it's trying to load from. -Original Message- From: B R [mailto:[EMAIL PROTECTED] Sent: Thursday, September 20, 2007 2:47 PM To: Maser, Dan;

[Mono-list] MeasureString

2007-09-20 Thread Jansen Bart
Hi all, I'm trying to ensure that a string fits in a rectangle shown on screen, so whenever the string is too long, some characters are stripped. I'm using MeasureString to accomplish this. With mono under windows this is working fine, under linux the resulting string is always way too long.

Re: [Mono-list] MeasureString

2007-09-20 Thread Maser, Dan
It might be a real issue, but my app has the need to measure strings too and I've found that MeasureString is often quite wrong. The MSDN docs indicate that it often is too, and recommends using Graphics.MeasureCharacterRanges instead. You might consider trying that approach as a

Re: [Mono-list] MeasureString

2007-09-20 Thread Sebastien Pouliot
Hello Jansen, On Thu, 2007-09-20 at 22:28 +0200, Jansen Bart wrote: Hi all, I’m trying to ensure that a string fits in a rectangle shown on screen, so whenever the string is too long, some characters are stripped. I’m using MeasureString to accomplish this. With mono under windows

[Mono-list] updating to 1.2.5.1

2007-09-20 Thread Daniel Soto
Hi. A tiny question. I compiled mono 1.2.5 from source, how can i to update to version 1.2.5.1? simply compiling the new sources? Or i must to delete (or make uninstall?) the previous? The best way that works in my system, is compiling from source. (Ubuntu packages does not work well, are out

Re: [Mono-list] MeasureString

2007-09-20 Thread Sebastien Pouliot
Hello Dan, On Thu, 2007-09-20 at 17:02 -0400, Maser, Dan wrote: It might be a real issue, but my app has the need to measure strings too and I've found that MeasureString is often quite wrong. The MSDN docs indicate that it often is too, and recommends using

Re: [Mono-list] MeasureString

2007-09-20 Thread Charlie Poole
In spite of its problems, I've used MeasureString pretty successfully, provided I stick to the more common fonts. IF the result is way off, make sure you are using the same options with MeasureString that you ultimately use to display the text. Charlie _ From: [EMAIL PROTECTED]

Re: [Mono-list] MeasureString

2007-09-20 Thread Steven Schulze
Hi, I have found that TextRenderer.MeasureText(...) with the TextFormatFlags.NoPadding flag gives accurate results on both Mono and .Net. Steven -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sebastien Pouliot Sent: Thursday, September 20,

[Mono-list] New in 1.2.5.1

2007-09-20 Thread Jurek Bartuszek
Hi! I'd just like to ask what's new in 1.2.5.1? I see that some patches has been commited to cvs prior to the date of release, but somehow they didn't make it to the official tarball (bugs MONO78882 and MONO82772 would be good examples of such cases) Best regards, Jurek Bartuszek

[Mono-list] Corrupted Linux generic installer image (1.2.5.1) ?

2007-09-20 Thread Adrien Dessemond
Hello ! When I try to run it (a chmod 700 has been done on it),the process seems to exit immediately with no error messages like segmentation fault being printed, just as it did nothing. A strace reports this : strace ./mono-1.2.5.1_0-installer.bin execve(./mono-1.2.5.1_0-installer.bin,

Re: [Mono-list] New in 1.2.5.1

2007-09-20 Thread Miguel de Icaza
I'd just like to ask what's new in 1.2.5.1? I see that some patches has been commited to cvs prior to the date of release, but somehow they didn't make it to the official tarball (bugs MONO78882 and MONO82772 would be good examples of such cases) Bugs fixes do not necessarily make it into