Re: [Mono-dev] [PATCH] corlib GetCustomAttributes for overriden properties bug

2008-02-26 Thread Ivan N. Zlatev
On Tue, Feb 26, 2008 at 5:47 AM, Raja R Harinath <[EMAIL PROTECTED]> wrote: > Hi, > > > "Ivan N. Zlatev" <[EMAIL PROTECTED]> writes: > > > On Mon, Feb 25, 2008 at 9:43 PM, Ivan N. Zlatev <[EMAIL PROTECTED]> wrote: > >> Please review the attached patch that fixes our behavior to match MS's > >>

Re: [Mono-dev] [PATCH] corlib GetCustomAttributes for overriden properties bug

2008-02-26 Thread Ivan N. Zlatev
On Tue, Feb 26, 2008 at 1:05 PM, Ivan N. Zlatev <[EMAIL PROTECTED]> wrote: > On Tue, Feb 26, 2008 at 5:47 AM, Raja R Harinath <[EMAIL PROTECTED]> wrote: > > Hi, > > > > > > "Ivan N. Zlatev" <[EMAIL PROTECTED]> writes: > > > > > On Mon, Feb 25, 2008 at 9:43 PM, Ivan N. Zlatev <[EMAIL PROTECT

[Mono-dev] Transparency from GIF files does not show up in BitmapData

2008-02-26 Thread Christian Stümpel
Hi everybody , since I got no reply I post this again. Please help... my program analyzes System.Drawing.Bitmaps. Many pixel formats (all- non indexed, some indexed) work fine, but in BitmapData of Bitmaps from GIF image files which use transparent color I cannot find the transparency inform

[Mono-dev] [PATCH] System.Uri.EscapeString ()

2008-02-26 Thread Stephane Delcroix
Hey guys, the System.Uri ctor is sometimes wrong for utf8 strings that need encoding, as shown is the following code snippet: using System; public class Test { public static void Main() { string ok = "file:///tmp/x (%232).jpg"; string nok = "file:/

Re: [Mono-dev] Mono 1.9.0 Preview 3 is out - mono 1.9 pre3 / gtk# 2.10.3 not working on Win32

2008-02-26 Thread Brad Taylor
Hey, > I'm not sure if there is a bug for this or not. > > The gtk# 2.10.3 that comes with the mono 1.9.0 preview > 3 windows installer is broken. In particular, setting > or getting a value from a tree model. Weird, we at Medsphere haven't had any issues with this installer when running appl

Re: [Mono-dev] Mono 1.9.0 Preview 3 is out - mono 1.9 pre3 / gtk# 2.10.3 not working on Win32

2008-02-26 Thread Jonathan Pobst
I filed this bug, which I think is the same issue: https://bugzilla.novell.com/show_bug.cgi?id=364881 Jonathan Brad Taylor wrote: > Hey, > >> I'm not sure if there is a bug for this or not. >> >> The gtk# 2.10.3 that comes with the mono 1.9.0 preview >> 3 windows installer is broken. In parti

Re: [Mono-dev] Tweak for instructions on Web site

2008-02-26 Thread Rusty Howell
Thanks for the tip! Completely forgot about the keyboard. Your instructions have been added to the wiki page. Rusty Howell Dennis Hayes wrote: > At the end of the unsupported downloads there is a link to the German > Ubantu VM. > The VM is set up for German, but Mono has easy instructions on how

Re: [Mono-dev] Mono 1.9.0 Preview 3 is out - mono 1.9 pre3 / gtk# 2.10.3 not working on Win32

2008-02-26 Thread Daniel Morgan
Thanks Jonathan and Mike. The exception you see in bug# 364881 is what I get. I am running Vista Home Premium 32-bit. So, was this bug due to running gtk# on Vista? I was running the samples that come with the Windows Installer to see if they still worked. And if they didn't, I wanted to fi

Re: [Mono-dev] Mono 1.9.0 Preview 3 is out - mono 1.9 pre3 / gtk# 2.10.3 not working on Win32

2008-02-26 Thread Daniel Morgan
Will the gtk# fix that Mike Kestner did make it into the Mono 1.9 windows installer? --- Jonathan Pobst <[EMAIL PROTECTED]> wrote: > I filed this bug, which I think is the same issue: > > https://bugzilla.novell.com/show_bug.cgi?id=364881 > > Jonathan > > > Brad Taylor wrote: > > Hey, > > >

Re: [Mono-dev] Mono 1.9.0 Preview 3 is out - mono 1.9 pre3 / gtk# 2.10.3 not working on Win32

2008-02-26 Thread Jonathan Pobst
Yes, I think they are going to make a 2.10.4 to ship with Mono 1.9. Jonathan Daniel Morgan wrote: > Will the gtk# fix that Mike Kestner did make it into > the Mono 1.9 windows installer? > > --- Jonathan Pobst <[EMAIL PROTECTED]> wrote: > >> I filed this bug, which I think is the same issue: >