Re: [Mono-dev] Adding LongoMatch to the Mono software list

2009-10-23 Thread Atsushi Eno
Just added it :) Atsushi Eno On 2009/10/19 4:02, Andoni Morales wrote: Hi, I'm sorry for the off-topic, but I don know where else ask for this. Would it be possible to add LongoMatch[0] to the Mono applications' list?[1] LongoMatch is a Free Software sports video analysis tool for coaches.

Re: [Mono-dev] [Mono-patches] r144627 - in trunk/mcs/class/corlib: System.Threading Test/System.Threading

2009-10-23 Thread Gonzalo Paniagua Javier
On Thu, 2009-10-22 at 09:53 -0400, Sebastien Pouliot wrote: On Thu, 2009-10-22 at 11:38 -0200, Rodrigo Kumpera wrote: Hey Sebastien, If a given test doesn't work under MS, please don't mark it as NotWorking since this is used to flag problems on mono's side and not on the test itself.

[Mono-dev] Why system.net.webresponse not implemented?

2009-10-23 Thread APS
Hi, just a curiosity. Trying to interface with an Axis web service I found that System/System.Net/WebResponse is not implemented. Why so? I think it's a useful library, there's some particular issue on implementing it? ___ Mono-devel-list mailing

Re: [Mono-dev] Why system.net.webresponse not implemented?

2009-10-23 Thread Alan McGovern
What makes you think it's not implemented? If you're attempting to subclass WebResponse and are seeing NotImplemented exceptions, it's because you must override those particular methods (and not call the base method!) and you have not done so. The behaviour is the same on MS.NET. Alan. On Fri,

Re: [Mono-dev] 2.6 preview 1

2009-10-23 Thread Gonzalo Paniagua Javier
On Thu, 2009-10-22 at 15:06 -0700, Anthony Bowker wrote: I haven't seen much chatter (on mono-devel-list) recently about the 2.6 release. I wondered, is it would be possible to get a fix for https://bugzilla.novell.com/show_bug.cgi?id=495957, a regression from 2.2, into the 2.6 release? I

Re: [Mono-dev] Why system.net.webresponse not implemented?

2009-10-23 Thread APS
Sorry, it was due to wse. I tried to use wse2 deploying the dll but if I run a wse-generated proxy class I obtain the NotImplemented Exception. I tried using a standard proxy class changing base class to wse2 and it gives another error...on the other hand wse is not supported by Mono :) Just

[Mono-dev] feedback and suggestions for GTK#

2009-10-23 Thread Sharique uddin Ahmed Farooqui
Hi, I'm writting a a GTK# application (Although Qt is my favorite gui toolkit of all time). There are few things I have noted * data binding - I googled, but did not found simple way to do the task. (I'm from asp.net bg, and I like its data binding very much). Since Gtk# is for desktop, it is