Re: [Mono-list] missing native feel ?

2004-07-15 Thread Thomas R. Corbin
On Thu, 2004-07-15 at 11:27, Gert Kello wrote: That is, what I mean, with best integration in the system, so that there existing a native-feeling by using .net-programs. The problem with giving it a native feel is that it destroys one of the objectives of Mono...to be able

RE: [Mono-list] missing native feel ?

2004-07-15 Thread Thomas R. Corbin
On Thu, 2004-07-15 at 13:34, Andrew Arnott wrote: That is, what I mean, with best integration in the system, so that there existing a native-feeling by using .net-programs. The problem with giving it a native feel is that it destroys one of the objectives of

RE: [Mono-list] missing native feel ?

2004-07-15 Thread Thomas R. Corbin
On Thu, 2004-07-15 at 14:09, MET wrote: On Thu, 2004-07-15 at 13:38, Thomas R. Corbin wrote: On Thu, 2004-07-15 at 13:34, Andrew Arnott wrote: That is, what I mean, with best integration in the system, so that there existing a native-feeling by using .net-programs

RE: [Mono-list] missing native feel ?

2004-07-15 Thread Thomas R. Corbin
On Thu, 2004-07-15 at 14:53, Todd Berman wrote: ... then WRAP it like everything else. I will - but isn't one reason to use computers is to get stuff automated, to make our life easier? It would be nice if every programmer out there didn't have to do this by hand. No one forces

Re: [Mono-list] On the new site

2004-06-11 Thread Thomas R. Corbin
On Friday June 11, 2004 04:39 pm, Todd Berman wrote: Kevin Breit wrote: Andrew Arnott wrote: The new site at www.mono-project.com looks great. Here's a broken link: On http://www.mono-project.com/using/index.html, clicking the MonoDevelop link launches this script:

Re: [Mono-list] C# Patterns Web Site

2004-05-21 Thread Thomas R. Corbin
On Friday May 21, 2004 12:57 pm, Kevin Berry wrote: Since C# is now popular on Linux ;-) it is a bit irritating when you encounter a site like this... http://www.dofactory.com/Patterns/PatternCommand.aspx The Show Code link doesn't expand when used with Mozilla. Obviously if you're using

Re: [Mono-list] Is it Mono safe?

2004-05-20 Thread Thomas R. Corbin
On Thursday May 20, 2004 12:41 pm, Miguel de Icaza wrote: See, that's what I don't quite get yet - the RAND business. If they decide that $1000 is reasonable, what will open source projects do then? Very few would be able to pay that. I am using mono and am very excited by it,

Re: [Mono-list] Is it Mono safe?

2004-05-20 Thread Thomas R. Corbin
On Thursday May 20, 2004 12:46 pm, Miguel de Icaza wrote: Look over here: http://www.gnome.org/~seth/blog/mono and here: http://www.osnews.com/comment.php?news_id=7094 This is bad news :( No, it is not bad news. It is fear mongering. Here is -another- reply:

Re: [Mono-list] Getting started

2004-05-04 Thread Thomas R. Corbin
On Tuesday May 04, 2004 08:51 am, Jonathan Pryor wrote: On Tue, 2004-05-04 at 05:45, abhishek srivastava wrote: snip/ I have downloaded all the rpms. Is there any document giving me the steps of installing mono? Generally, the recommendation is to use Ximian Red Carpet, but manual RPM

Re: [Mono-list] Command line processing tool in C#

2004-05-02 Thread Thomas R. Corbin
-07 at 21:59, Jonathan Pryor wrote: Below... On Wed, 2004-04-07 at 15:15, Thomas R. Corbin wrote: I've been using this tool in python: http://www.python.org/doc/2.3/lib/module-optparse.html And wondered if there was a similar tool in C# or for mono. There's a better one (in my

[Mono-list] In trying to build mono, I'm getting the following error.

2004-05-02 Thread Thomas R. Corbin
What am I doing wrong? I'm on SUSE 9. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -pthread -I/opt/gnome/include/glib-2.0 -I/op t/gnome/lib/glib-2.0/include -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib- 2.0/include -I../../libgc/include -DMONO_BINDIR=\/opt/mono/bin\ -I../.. -DGC_LI NUX_THREADS

[Mono-list] Does DirectoryInfo.GetFiles return FileInfo guys in a particular order?

2004-05-02 Thread Thomas R. Corbin
For example, created order, or sorted by name? I'm not asking for functionality, just noticing some behavior. ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

[Mono-list] If you are writing a gnome/gtk application, should you avoid

2004-05-01 Thread Thomas R. Corbin
using Debug.Assert? In MS .NET, I believe that Debug.Assert pops up a window using WinForms, but wouldn't that be a problem if you are writing a gtk application? Is there a way to plug in your own AssertHandler? Thanks, Tom ___ Mono-list maillist

[Mono-list] Just a question about mono on/from red carpet

2004-04-08 Thread Thomas R. Corbin
I got mono from red-carpet, and I'm wondering about a few things. o When I run monodoc and look at the docs for GnomeDb.Application, I get this: An error occured while loading type information: File 'gnomedb-sharp' not found.

Re: [Mono-list] Command line processing tool in C#

2004-04-08 Thread Thomas R. Corbin
On Wednesday April 07, 2004 08:59 pm, Jonathan Pryor wrote: Below... On Wed, 2004-04-07 at 15:15, Thomas R. Corbin wrote: I've been using this tool in python: http://www.python.org/doc/2.3/lib/module-optparse.html And wondered if there was a similar tool in C# or for mono. There's

Re: [Mono-list] Just a question about mono on/from red carpet]

2004-04-08 Thread Thomas R. Corbin
On Thursday April 08, 2004 10:53 am, Mike Kestner wrote: On Thu, 2004-04-08 at 08:16, Soeren wrote: I can't find a gnomedb-sharp.dll on my system. Am I supposed to? Its not in the gtk-sharp rpm, but you can find it in the gtk-sharp tarball. GnomeDb is a compile option thats not on

[Mono-list] Command line processing tool in C#

2004-04-07 Thread Thomas R. Corbin
I've been using this tool in python: http://www.python.org/doc/2.3/lib/module-optparse.html And wondered if there was a similar tool in C# or for mono. If not, I was thinking about writing one for myself. BTW - is there something similar to Java's JMS for C#? One that's not tied to

Re: [Mono-list] C# SOAP implementation - AXIS

2004-03-30 Thread Thomas R. Corbin
On Tuesday March 30, 2004 03:22 am, Jonathan Stowe wrote: On Tue, 2004-03-30 at 06:32, Mahen Perera wrote: Hi all! We are a team involved in developing an implementation of SOAP using C#, in the .NET framework. We are still in the early stages. I'm probably missing some subtlety here