Re: [good] RE: [Mono-dev] C# and SWT

2005-10-21 Thread nummish
On 10/21/05, ted leslie <[EMAIL PROTECTED]> wrote: application deployment for windows and linux. But for mac as far as i have found, you haveto tinker a bit more. I just have the mac users install the WX.net package (demo),then have them put my app in that structure, as i am not knowledgable about

RE: [good] RE: [Mono-dev] C# and SWT

2005-10-21 Thread Elan Feingold
For now I could use GTK + X11 on the Mac, from what I understand. The problem is that, even themed, GTK+ just doesn't have that completely native look & feel. This is just my opinion, and I'm picky when it comes to UIs 8-) (See http://themes.freshmeat.net/screenshots/31431/33291/, for example). Th

Re: [good] RE: [Mono-dev] C# and SWT

2005-10-21 Thread ted leslie
i am waiting for that gtk port to MacOS ... in the mean time .. I am using WX.Wigets (wx.net) which is native on linux,mac, and win32 its not nearly as powerful as using gtk+ direct, but it does work to produce an app to all three platforms now. And with wx.net it just involves including 2 dll

RE: [Mono-dev] C# and SWT

2005-10-21 Thread Miguel de Icaza
Hello, > > Why you dont uses Gtk#? Is a nice toolkit and run under Linux > > and Windows (I am not sure about Mac). > > I have used GTK+ in the past, and liked it, but I'm really looking to use > native widgets this time. In my experience, Mac users demand nothing less, > and personally I think

Re: [Mono-dev] [PATCH] Int32.Parse

2005-10-21 Thread Carlos Alberto Cortez
Ok, let's keep that change too. Is it ok to commit? More comments? based on this, I will work on change the impl of Parse in other types. Carlos. El vie, 21-10-2005 a las 12:59 +0200, Zoltan Varga escribió: > Hi, > > This looks cool. I think

Re: [Mono-dev] Problem with URIBuilder...

2005-10-21 Thread Atsushi Eno
Hi, The patch looks good. I commited a bit modified version (ToString() is evil for performance here). Thanks. Atsushi Eno Hubert FONGARNAND wrote: > I've opened a new bug in bugzilla : > http://bugzilla.ximian.com/show_bug.cgi?id=76501 > > If you execute the following code on mono : > > > U

[Mono-dev] Re: [PATCH] ImageList: Simulate handle creation and add 2.0 members

2005-10-21 Thread Jackson Harper
I looked it over and ran my tests with it. Everything seems to work well. Please commit. Thanks! Jackson On Fri, 2005-10-21 at 17:18 +0200, Kornél Pál wrote: > Hi, > > This version should behave like MS.NET version. Note that I had to copy some > MS.NET behavior that I would treat as bug but i

[Mono-dev] Problem with URIBuilder...

2005-10-21 Thread Hubert FONGARNAND
I've opened a new bug in bugzilla : http://bugzilla.ximian.com/show_bug.cgi?id=76501 If you execute the following code on mono : UriBuilder ub=new UriBuilder("http://mondomaine/trucmuche/login.aspx"); ub.Query=ub.Query.TrimStart(new char[]{'?'})+"&ticket=bla"; Console.WriteLine("(URIBUILDER

[Mono-dev] [PATCH] ImageList: Simulate handle creation and add 2.0 members

2005-10-21 Thread Kornél Pál
Hi, This version should behave like MS.NET version. Note that I had to copy some MS.NET behavior that I would treat as bug but is required to identical behaviour. I added profile 2.0 members as well, that are mainly support functions for key based item access. And contains some modifications com

[Mono-dev] Status pages mix mested class members with declaring class members

2005-10-21 Thread Kornél Pál
Hi, Status pages mix mested class members with declaring class members. For example look at ImageList on http://mono.ximian.com/class-status/mono-HEAD-vs-fx-2/class-status-System.Windows.Forms.html Members Item, Keys, Add, AddRange, Contains, ContainsKey, IndexOf, IndexOfKey, Remove, RemoveByKey

Re: [Mono-dev] [PATCH] Int32.Parse

2005-10-21 Thread Zoltan Varga
Hi, This looks cool. I think it would be easier to add an out ex argument to CheckStyle as well, instead of duplicating the exception message in three different places. Zoltan On 10/21/05, Carlos Alberto Cortez <[EMAIL PROTECTED]

Re: [Mono-dev] [PATCH] Int32.Parse

2005-10-21 Thread Carlos Alberto Cortez
Hello, Ok, then let's keep as you said. The attached patch applies what you suggested, and also added a method to retrieve the so-often-used FormatException (I think it was kind of insane to have the exception being thrown from different places with exactly the same message). Carlos. El jue, 20-