[Mono-dev] gtk# drag and drop

2010-10-13 Thread Tomasz Kubacki
hello, I wanted to drag from treeview to another control. How can i control from which treeitems of tree i can start drag ? Should i invoke EnableModelDragSource every time i change selected tree item ? Any good tutorials/examples (github urls) where i can see drag and drop in action ? regards,

Re: [Mono-dev] gtk# drag and drop

2010-10-13 Thread Federico Di Gregorio
On 13/10/2010 10:00, Tomasz Kubacki wrote: I wanted to drag from treeview to another control. How can i control from which treeitems of tree i can start drag ? Should i invoke EnableModelDragSource every time i change selected tree item ? Any good tutorials/examples (github urls) where i can

[Mono-dev] UnixUserInfo issues in OpenBSD

2010-10-13 Thread pablosantosl...@terra.es
Hi all, The following simple program fails on OpenBSD: using System; using Mono.Unix; public class Info { public static void Main() { Console.WriteLine(Environment.UserName); Console.WriteLine(new UnixUserInfo(Environment.UserName).UserName);

Re: [Mono-dev] Mono and WCF support

2010-10-13 Thread Atsushi Eno
Hello, On 2010/10/10 18:33, Chakotey STME wrote: Hello, thanks for your answer. But I don't know in which version wcf is implemented in mono. Is it for example implemented in mono 2.4 or only in 2.6 and 2.8? You cannot identify which version of mono implements WCF as it is too huge to

[Mono-dev] serialization not implemented

2010-10-13 Thread SillySnail
Hi My program needs to serialize a bunch of user-defined instances time to time. It runs correctly with .NET framework on Windows but throws exception with latest mono-2.8 on Linux. The exception is thrown when the program tries to write (serialize) an instance to disk, and says The requested

Re: [Mono-dev] serialization not implemented

2010-10-13 Thread Andreas Nahr
No, it's not specific problem with your usage. It's just not implemented in Mono. http://github.com/mono/mono/blob/master/mcs/class/System.Core/System.Collect ions.Generic/HashSet.cs#L545 BTW: I don't know if the Mono Migration Analyzer is able to detect Serialization problems, but it seems it

Re: [Mono-dev] F# Interactive on Mono 2.8 (DefineDynamicAssembly troubles)

2010-10-13 Thread Tomas Petricek
Hi, thanks for the explanation! I must have missed the bugzilla entry because the original bug report was on a diffierent issue. The F# team confirmed to me that this is an issue that they are aware of (and have a fix for it already), so hopefully, it will be fixed in the new release of F#.

Re: [Mono-dev] UnixUserInfo issues in OpenBSD

2010-10-13 Thread Jonathan Pryor
I have no idea why it's failing. Sorry. What I can do is send you a C program which closely mirrors what Mono.Unix is doing. Could you compile and run it, and see if it fails in the same ways? The program source is attached. - Jon On Wed, 2010-10-13 at 10:43 +0200, pablosantosl...@terra.es

Re: [Mono-dev] Problems with System.ServiceModel.Web

2010-10-13 Thread Frank Wilhelm
Hello, thank you for your review. I tried to use the style of the existing code but I guess I missed some spaces. The problem with your modifications is that it defeats the purpose of my patch. In .NET I can host a method with a definition like: [OperationContract]

Re: [Mono-dev] UnixUserInfo issues in OpenBSD

2010-10-13 Thread pablosantosl...@terra.es
Reading your C code I see once more how powerful C# is... :P This is what I get: $ ./a.out tester # checking return value 1; errno=13 User tester: pw_name=ÇEðÄ À ¢ pw_uid=752427404 pw_gid=-809631572 pw_gecos=(null) pw_dir=(null)

Re: [Mono-dev] UnixUserInfo issues in OpenBSD

2010-10-13 Thread Jonathan Pryor
On Wed, 2010-10-13 at 16:38 +0200, pablosantosl...@terra.es wrote: This is what I get: $ ./a.out tester # checking return value 1; errno=13 That's...horribly wrong. First, what's errno=13? (i.e. what EVALUE is 13? I'm sure OpenBSD has different values than Linux does.) Regardless,

[Mono-dev] Building mono-2.8 on 64 bit systems

2010-10-13 Thread Paul F. Johnson
Hi, I've submitted mono-2.8 to the fedora buildsys so it can go into rawhide. However, the buildsys is coming back with the following error sgen-cardtable.c:229:1: warning: 'collect_faulted_cards' defined but not used {standard input}: Assembler messages: {standard input}:24487: Error: @TLSLDM