[Mono-dev] GWT.NET ?

2007-05-19 Thread olivier . duff
Hi all, Just a question to know if there is a project (working on mono) witch done a bit as GWT done for java? ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

[Mono-dev] mono builder down?

2007-05-17 Thread olivier . duff
Hi, Is it ok that builder for calss status in down for a long time? Or it have moved and wiki page is not update? http://mono.ximian.com:8008/x86-64-head-mono regards, Olivier Dufour ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com

Re: [Mono-dev] [PATCH] Binding, Application, BindingContext

2007-05-13 Thread olivier . duff
Salut, I have followed it. Hope I have not done mistake about it. About Conding guidlines. Do you use a tool to check coding guidelines? Is there a shared config file about this tool? bye, Olivier dufour Selon Jb Evain [EMAIL PROTECTED]: Salut Olivier, On 5/12/07, [EMAIL PROTECTED] [EMAIL

Re: [Mono-dev] [PATCH] Binding, Application, BindingContext

2007-05-13 Thread olivier . duff
Hi, Here is new patch where coding guidelines must be ok. I have not take care of space before function in previous patch. bye olivier dufour Duff patch Binding and Application2bis.patch Description: Binary data ___ Mono-devel-list mailing list

[Mono-dev] [PATCH] binding

2007-05-10 Thread olivier . duff
Hi, It is a patch for binding class. regards, duff binding patch.patch Description: Binary data ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

[Mono-dev] patch application.cs

2007-05-08 Thread olivier . duff
Hi, This is a small patch to add stub and some code for Application class. regards, Duff Application patch.patch Description: Binary data ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com

[Mono-dev] where is the moonlight svn

2007-05-05 Thread olivier . duff
Hi, the question is in the title? I want to help on it but found nothing on svn... is there a special SVN for incubator project? Thanks bye duff ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com

Re: [Mono-dev] performance and stress test

2007-04-28 Thread olivier . duff
Hi, I found thi site : http://shootout.alioth.debian.org/gp4/benchmark.php?test=alllang=csharplang2=java which is good to see a global test and not a detailed test. bye duff Selon Miguel de Icaza [EMAIL PROTECTED]: Hello, Is there an tool or a batch on svn to have a report about

[Mono-dev] (no subject)

2007-04-26 Thread olivier . duff
What s news about maskedTextBox, I see nothing on svn ? If you have no time for it send it to me (with your merged file) and give me task on it and I will get it outÂ… and send new patch If you have no time and do not want to send your file merged with mine, can someone else see it with me. Bye

[Mono-dev] performance and stress test

2007-04-26 Thread olivier . duff
Is there an tool or a batch on svn to have a report about performance of mono Versus Ms.NET implementation. I know that there is the class status script. I search something quite simple to be run as class status to get out performance index compared to ms performance index.

[Mono-dev] patch to start bonding navigator and masked textbox

2007-04-23 Thread olivier . duff
Hi, I try again to send a patch to mailing list. Hope this one this will work... This patch is just a basic bindingnavigator with test and a stub of masked textbox with some basic things taken from msdn but with no methode implementation. bye ( if yuou read me ;) ) duff ( olivier dufour) stub

Re: [Mono-dev] Binding navigator patch

2007-04-14 Thread olivier . duff
Hi, No, I have made no modification in Mono.posix, I just use one from another project because the reference is yellow in my project. For my patch, I have sucessfully run text with MS.net. The compilation error is there because some file is missing in project file. I have send in a previous mail

[Mono-dev] Binding navigator patch

2007-04-05 Thread olivier . duff
Hi, For my second patch, I have take the first class missing in mono winforms ;). I have try to fit to coding guideline. If there are still issue, make a feed back... I have issue on winforms test project because Eventlogger is not recognize. So I can not compile it and launch test. So maybe my

[Mono-dev] missing class scrollProperties (system.windows.forms)

2007-03-30 Thread olivier . duff
Hi All, I am making a winform gui for monotorrent and I see with moma that some properties are missing to make my code compile on mono. So I just code a basic structure for missing class but it is still unfinished (Monotodo attributes) because I do not know very well the internal things of mono