Re: [Mono-winforms-list] Disabling SMDiagnostics.dll on Windows

2007-05-14 Thread Rolf Bjarne Kvinge
-Original Message- From: [EMAIL PROTECTED] [mailto:mono- [EMAIL PROTECTED] On Behalf Of Miguel de Icaza Sent: domingo, 13 de mayo de 2007 18:35 To: Mono Olive - developing 3.0, 3.5 and Silverlight Cc: mono-winforms-list@lists.ximian.com Subject: Re: [Mono-winforms-list] Disabling

[Mono-winforms-list] What is best to use to identify the mono runtime installation?

2007-05-14 Thread Maser, Dan
In my 'about' dialog on my app I display some useful information for diagnostics. Meaning useful when someone reports a problem. Currently it display things like the base OS, service packs/patches, and other various information that end uses can copy/paste into a bug report. I'm wondering

Re: [Mono-winforms-list] What is best to use to identify the mono runtime installation?

2007-05-14 Thread Robert Jordan
Maser, Dan wrote: In my 'about' dialog on my app I display some useful information for diagnostics. Meaning useful when someone reports a problem. Currently it display things like the base OS, service packs/patches, and other various information that end uses can copy/paste into a bug

[Mono-winforms-list] look and feel

2007-05-14 Thread AATDark
Hi, I have a Q: Is there a way to give an mono programm unter gnome the gnome look and feel? like the button style and so on. I compiled the newest System.windows.Froms from svn and is doesn't look like gnome. Is there a way to change the look-and-feel? Yours Berni

Re: [Mono-winforms-list] look and feel

2007-05-14 Thread Jackson Harper
On Mon, 2007-05-14 at 21:16 +0200, AATDark wrote: Hi, I have a Q: Is there a way to give an mono programm unter gnome the gnome look and feel? like the button style and so on. I compiled the newest System.windows.Froms from svn and is doesn't look like gnome. Is there a way to change

Re: [Mono-winforms-list] GetPositionFromCharIndex

2007-05-14 Thread Jackson Harper
Just an FYI. This method is now implemented in the SVN version of winforms. Cheers, Jackson On Thu, 2007-05-10 at 12:46 -0700, monkeyx wrote: I am having some problems getting GetPositionFromCharIndex to work on Mono 1.2.3 and libgdiplus 1.2.3 Tested issue on Ubuntu 7.04 and Suse 10.2

Re: [Mono-winforms-list] GetPositionFromCharIndex

2007-05-14 Thread Jackson Harper
On Mon, 2007-05-14 at 20:57 -0400, Maser, Dan wrote: Would it make sense to also implement the GetFirstCharIndexFromLine function while you're in that code and working with the position variables? My app uses that function but has it's feature conditionally compiled out right now.