Re: [Mono-dev] idea summary: Swing in Mono?...

2009-02-08 Thread Stefanos A.
Just pitching in to say that QT 4.5 has gained OpenGL support (http://labs.trolltech.com/blogs/2008/10/22/so-long-and-thanks-for-the-blit/). They have also demonstrated QT rendering directly onto an OpenGL surface. My personal opinion (as a developer) is that the last thing we need is yet

[Mono-dev] question about Boo and monolipse

2009-02-08 Thread psant...@codicesoftware.com
Hi, I've watched the screencast about Boo and monolipse in monologue: http://blogs.codehaus.org/people/bamboo/archives/001751_experience_boojay_with_monolipse.html I've seen a debugger running on Eclipse/OSX... Is it possible to debug mono code on MacOS with monolipse pablo

Re: [Mono-dev] question about Boo and monolipse

2009-02-08 Thread Sandy Armstrong
On 02/08/2009 07:22 AM, psant...@codicesoftware.com wrote: Hi, I've watched the screencast about Boo and monolipse in monologue: http://blogs.codehaus.org/people/bamboo/archives/001751_experience_boojay_with_monolipse.html I've seen a debugger running on Eclipse/OSX... Is it possible to

Re: [Mono-dev] idea summary: Swing in Mono?...

2009-02-08 Thread BGB
- Original Message - From: Stefanos A. stapos...@gmail.com To: BGB cr88...@hotmail.com; Michael Hutchinson m.j.hutchin...@gmail.com Cc: mono-devel-list@lists.ximian.com Sent: Sunday, February 08, 2009 6:49 PM Subject: Re: [Mono-dev] idea summary: Swing in Mono?... Just pitching in to

Re: [Mono-dev] idea summary: Swing in Mono?...

2009-02-08 Thread Chris Toshok
err, I meant: cross VM, cross platform, cross ui framework toolkit of some kind On Sun, Feb 8, 2009 at 12:06 PM, Chris Toshok tos...@gmail.com wrote: Yeah, I really don't understand the aim of this thread. It seems you are trying to decide how to write a cross VM (of which you are *writing*

Re: [Mono-dev] RootContext.cs

2009-02-08 Thread Marek Safar
Hi, I am trying to find out what variables were contained in the c# file parsed by mcs. I am looking in RootContext.cs where the whole structure is created but I am unable to access the variables of the class. Any help appreciated. I don't know what information you need but type fields

Re: [Mono-dev] idea summary: Swing in Mono?...

2009-02-08 Thread Chris Toshok
what legal risks? without specifics it's impossible to discount this claim, and if it's just the usual vague threat of software patents, you'll run into that regardless of the path you choose. On Sun, Feb 8, 2009 at 12:07 PM, BGB cr88...@hotmail.com wrote: - Original Message - From:

Re: [Mono-dev] idea summary: Swing in Mono?...

2009-02-08 Thread BGB
- Original Message - From: Chris Toshok tos...@gmail.com To: BGB cr88...@hotmail.com Cc: Michael Hutchinson m.j.hutchin...@gmail.com; Stefanos A. stapos...@gmail.com; mono-devel-list@lists.ximian.com Sent: Monday, February 09, 2009 6:35 AM Subject: Re: [Mono-dev] idea summary: Swing in

Re: [Mono-dev] idea summary: Swing in Mono?...

2009-02-08 Thread Alan McGovern
The only good response to that email is summarised pretty well by this blogpost. http://www.jprl.com/Blog/archive/development/mono/2009/Jan-19.html The only addition I'll make is to ask this question: Have you ever created/distributed a CD which contains a hyperlink? If so, you've just infringed

Re: [Mono-dev] idea summary: Swing in Mono?...

2009-02-08 Thread BGB
- Original Message - From: Chris Toshok tos...@gmail.com To: Stefanos A. stapos...@gmail.com Cc: BGB cr88...@hotmail.com; Michael Hutchinson m.j.hutchin...@gmail.com; mono-devel-list@lists.ximian.com Sent: Monday, February 09, 2009 6:06 AM Subject: Re: [Mono-dev] idea summary: Swing in

Re: [Mono-dev] idea summary: Swing in Mono?...

2009-02-08 Thread BGB
well, I am not THAT worried/fussy, but it is better to steer clear of known issues, and if there is an unintended patent issue, people are far less likely to notice if it is somewhere unrelated to the context of the original claim... - Original Message - From: Alan McGovern To:

Re: [Mono-dev] System.Runtime.Remoting unit test hangs

2009-02-08 Thread Gonzalo Paniagua Javier
On Sat, 2009-02-07 at 20:48 +0100, Zoltan Varga wrote: Hi, Attached a smaller testcase which exhibits the second kind of hang. Zoltan This is now fixed in svn HEAD and the 2-4 branch. -Gonzalo ___ Mono-devel-list mailing list

Re: [Mono-dev] RootContext.cs

2009-02-08 Thread Mudit Vaidya
I am trying tc.Fields but I don't get any option to display the names of fields or their values. Also, I get the following exception Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object at Mono.CSharp.RootContext.PopulateTypes () [0x0]

Re: [Mono-dev] RootContext.cs

2009-02-08 Thread Mudit Vaidya
The information that I need from the parser is name of all the variables that were present in the file which was parsed. Marek Safar wrote: Hi, I am trying to find out what variables were contained in the c# file parsed by mcs. I am looking in RootContext.cs where the whole structure is

[Mono-dev] variables

2009-02-08 Thread Mudit Vaidya
Hi Can anyone please explain how variables of a class are handled in parsing ? Thanks ! ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list