Re: [Mono-docs-list] monodoc newbie

2004-04-07 Thread Soeren
Which package contains gda-sharp.dll? I have /usr/lib/gtk-sharp.dll
which came with gtk-sharp 0.17 rpm but no gda-sharp.

btw. since the gnome wrappers seem to be spread out over many dlls
shouldnt monodoc have a section for each type that names the 
assembly/dll containing the namespace?


On Sun, 2004-04-04 at 19:46, Joshua Tauberer wrote:
 Soeren wrote:
  When looking up classes such as gda.client I get this:
  
  Mono Implementation Note: 
  An error occured while loading type information: File
  'gda-sharp' not found.
  
  Whats that about.
 
 Monodoc loads up assemblies to check that the documentation in monodoc 
 actually corresponds to what's in the assembly.  It's saying it can't 
 find that assembly.
 
  Is it possible to contrib text to classes that
  show this?
 
 Yes.
 
  And who exactly are allowed to contrib text? Is any
  filling in the blanks in gda.*?
 
 As far as I know, you're welcome to contribute anything.

___
Mono-docs-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-docs-list


[Mono-docs-list] Proposed change to monodoc to support printing

2004-04-07 Thread Joao Carlos Ribeiro Luís
Hi,

This is my first time, how can i commit it?
Tell me if i'm doing something wrong.
Regards,

João Carlos Ribeiro Luís
SomagueTI

Rua da Tapada da Quinta de Cima - Linhó
2714-555 Sintra - Portugal
Email: [EMAIL PROTECTED]
Work Email: [EMAIL PROTECTED]
Site: www.somagueti.pt

--- ../mono/monodoc/browser/browser.cs  2004-03-25 15:59:27.0 +
+++ browser.cs  2004-04-09 00:00:28.0 +
@@ -12,6 +12,7 @@
 //
 using Gtk;
 using Glade;
+using Gnome;
 using System;
 using System.IO;
 using System.Reflection;
@@ -92,13 +93,13 @@
Gtk.Window MainWindow;
Style bar_style;
 
-   [Glade.Widget] public Window window1;
+   [Glade.Widget] public Gtk.Window window1;
[Glade.Widget] TreeView reference_tree;
[Glade.Widget] TreeView bookmark_tree;
[Glade.Widget] ScrolledWindow html_container;
[Glade.Widget] Statusbar statusbar;
[Glade.Widget] Button back_button, forward_button;
-   [Glade.Widget] Entry index_entry;
+   [Glade.Widget] Gtk.Entry index_entry;
[Glade.Widget] CheckMenuItem editing1;
[Glade.Widget] CheckMenuItem comments1;
[Glade.Widget] MenuItem postcomment;
@@ -295,6 +296,47 @@
}
args.Handle.Close (HTMLStreamStatus.Ok);
}
+
+   void PrintEngine (PrintContext gpc)
+   {
+   html.Print (gpc);
+   }
+   
+   void on_print1_activate (object sender, EventArgs e)
+   {
+   Console.WriteLine (print1_activate);
+   
+   PrintJob pj = new PrintJob (PrintConfig.Default ());
+   html.PrintSetMaster (pj);
+
+   PrintDialog dialog = new PrintDialog (pj, Print Mono Documentation, 
0);
+   int response = dialog.Run ();
+   Console.WriteLine (response:  + response);
+   
+   if (response == (int) PrintButtons.Cancel) {
+   Console.WriteLine (Canceled);
+   dialog.Hide ();
+   dialog.Dispose ();
+   return;
+   }
+
+   PrintContext ctx = pj.Context;
+   PrintEngine (ctx); 
+
+   pj.Close ();
+   
+   switch (response) {
+   case (int) PrintButtons.Print: 
+   pj.Print (); 
+   break;
+   case (int) PrintButtons.Preview:
+   new PrintJobPreview (pj, Print Mono Documentation).Show ();
+   break;
+   }
+
+   dialog.Hide ();
+   dialog.Dispose ();  
+   }

public class LinkPageVisit : PageVisit {
Browser browser;
@@ -549,7 +591,7 @@
}
 
class About {
-   [Glade.Widget] Window about;
+   [Glade.Widget] Gtk.Window about;
[Glade.Widget] Image logo_image;
 
static About AboutBox;
@@ -769,11 +811,11 @@
class ConfigWizard {
static ConfigWizard config_wizard;

-   [Glade.Widget] Window window_config_wizard;
+   [Glade.Widget] Gtk.Window window_config_wizard;
[Glade.Widget] Notebook notebook;
[Glade.Widget] Button button_email_ok;
-   [Glade.Widget] Entry entry_email;
-   [Glade.Widget] Entry entry_password;
+   [Glade.Widget] Gtk.Entry entry_email;
+   [Glade.Widget] Gtk.Entry entry_password;

Browser parent;
ContributionsSoap d;
@@ -963,8 +1005,8 @@
 
 
class NewComment {
-   [Glade.Widget] Window newcomment;
-   [Glade.Widget] Entry entry;
+   [Glade.Widget] Gtk.Window newcomment;
+   [Glade.Widget] Gtk.Entry entry;
static NewComment NewCommentBox;
Browser parent;

@@ -1012,8 +1054,8 @@
 
 
class Lookup {
-   [Glade.Widget] Window lookup;
-   [Glade.Widget] Entry entry;
+   [Glade.Widget] Gtk.Window lookup;
+   [Glade.Widget] Gtk.Entry entry;
static Lookup LookupBox;
Browser parent;

@@ -1198,7 +1240,7 @@
}
 
class BookmarkEdit {
-   [Glade.Widget] Window bookmarks_edit;
+   [Glade.Widget] Gtk.Window bookmarks_edit;
[Glade.Widget] Button bookmarks_delete;
[Glade.Widget] TreeView bookmarks_treeview;
TreeStore store;
--- ../mono/monodoc/browser/browser.glade   2004-03-23 16:14:55.0 +
+++ browser.glade   2004-04-09 00:00:29.0 +
@@ -2,6 +2,7 @@
 !DOCTYPE glade-interface SYSTEM http://glade.gnome.org/glade-2.0.dtd;
 
 glade-interface
+requires lib=gnome/
 
 widget class=GtkWindow id=window1
   property name=visibleTrue/property
@@ -42,7 +43,7 

[Mono-list] ALL build instructions fail.

2004-04-07 Thread Doug Royer
I am unable to build from the tar files or from CVS.
All instructions fail.
Is there a known good build doc some place?



--

Doug Royer |   http://INET-Consulting.com
---|-
[EMAIL PROTECTED] | Office: (208)520-4044
http://Royer.com/People/Doug   | Fax:(866)594-8574
  | Cell:   (208)520-4044
 We Do Standards - You Need Standards



___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] Any Mono hosting platforms yet ? :-)

2004-04-07 Thread Willem . Smit
Hi guys

Well I'm very excited ! This morning I installed the latest version of Mono
and tested it with two aspx sites - the DasBlog port and a website I built
to make a bit of extra money. This is probably not news for you, but
everything worked 100% ! I couldn't believe as I had so much trouble trying
to get DasBlog or any other site to work in the past.

Do you guys know of a bleeding edge hosting company that offers mono
hosting ? (I'm sure not eh, but I'm paying and arm and a leg to host my
site on windows currently...so I just want to check)

Would any of you be willing to host a mono website for a member of the
public for payment ?

Willem Smit
SL IT
9471637
0724872442

***
Any views expressed in this message are those of the individual sender, and
Sanlam accepts no liability therefore, except where the sender specifically
states them to be those of Sanlam.
Enige sienswyses of stellings wat in hierdie boodskap uitgedruk word is dié
van die individuele afsender, en Sanlam aanvaar geen aanspreeklikheid
daarvoor nie, behalwe waar die afsender uitdruklik vermeld dat dit dié van
Sanlam is.


___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Any Mono hosting platforms yet ? :-)

2004-04-07 Thread Steve Deobald
[EMAIL PROTECTED] said:
 Would any of you be willing to host a mono website for a member of the
 public for payment ?

This triggered something interesting in my memory. I had promised someone
(either on gotmono or some other mono forum) I would look into hosting
ASP.net pages - for academic/community/testing purposes - on a mono box
for them.

If anyone is still interested in this, I'd be happy to set you up. I know
I've talked to a few mono users who've expressed interest in mono hosting
since then.

.steve
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


RE: [mono] Re: [Mono-list] Any Mono hosting platforms yet ? :-)

2004-04-07 Thread Cory Nelson
I've been looking into linux boxes that have mod_mono support, sounds cool.

A good idea may be to buy a dedicated server then split the monthly cost
across it's users.  That way things could eventually get to $5/month or less
per person.  This would also be a great opportunity to test
mono/mod_mono/xsp on real-world sites.










http://www.int64.org - When 4GiB of RAM just isn't enough.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Steve Deobald
Sent: Wednesday, April 07, 2004 2:56 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: [mono] Re: [Mono-list] Any Mono hosting platforms yet ? :-)

[EMAIL PROTECTED] said:
 Would any of you be willing to host a mono website for a member of the 
 public for payment ?

This triggered something interesting in my memory. I had promised someone
(either on gotmono or some other mono forum) I would look into hosting
ASP.net pages - for academic/community/testing purposes - on a mono box for
them.

If anyone is still interested in this, I'd be happy to set you up. I know
I've talked to a few mono users who've expressed interest in mono hosting
since then.

.steve
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list



___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] Need a newer mcs.exe and mscorlib.dll

2004-04-07 Thread Gonia Eric - egonia
Would someone mind placing a new version of mcs.exe and mscorlib.dll
somewhere, so I can download it. The one at http://www.go-mono.com/daily
is even too old.

Thanks,
Eric

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


[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 Microsoft?  (we need to run in a mixed environment)

Tom Corbin
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Need a newer mcs.exe and mscorlib.dll

2004-04-07 Thread Jackson Harper
http://primates.ximian.com/~jackson/monocharge-lite-20040407.tgz

Make sure to rebuild your corlib, there are a few GAC things in my
corlib that you will not have in your runtime. Should be fine for
bootstrapping though.

Love,
Jackson


On Wed, 2004-04-07 at 12:03, Gonia Eric - egonia wrote:
 Would someone mind placing a new version of mcs.exe and mscorlib.dll
 somewhere, so I can download it. The one at http://www.go-mono.com/daily
 is even too old.
 
 Thanks,
 Eric
 
 ___
 Mono-list maillist  -  [EMAIL PROTECTED]
 http://lists.ximian.com/mailman/listinfo/mono-list

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


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

2004-04-07 Thread Jonathan Pryor
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 obviously biased opinion): Mono.GetOptions.

See the attached file for an example.  It's unique in the option-parsing
world (AFAIK) in that it uses attributes to specify the help text,
short, and long flags that are interpreted.

The one thing I can't figure out is how to specify verbosity levels,
where -v -v -v would be a valid set of command line arguments...

 - Jon

// Mono.GetOptions demo
//
// Compile with: mcs -r:Mono.GetOptions go.cs

using System;
using System.Reflection;
using Mono.GetOptions;

//
// Attributes visible in program-name/ --help
//
[assembly: AssemblyTitle (go.exe)]
[assembly: AssemblyVersion (1.0.*)]
[assembly: AssemblyDescription (Mono.GetOptions Sample Program)]
[assembly: AssemblyCopyright (Public Domain)]
// This is text that goes after program-name/ [options] in help output.
[assembly: Mono.UsageComplement ()]

//
// Attributes visible in program-name/ -V
[assembly: Mono.About (Insert About Text Here.)]
[assembly: Mono.Author (Jonathan Pryor)]

class SampleOptions : Options
{
// Long option is the variable name (--file), short option is -f
[Option (Write report to FILE, 'f')]
public string file;

// Long option is the variable name (--quiet), short option is -q
[Option (don't print status messages to stdout, 'q')]
public bool quiet;

// Long option is as specified (--use-int), no short option
[Option (Sample int option, use-int)]
public int use_int;

public SampleOptions ()
{
base.ParsingMode = OptionsParsingMode.Both;
}
}

class TestApp
{
public static void Main (string[] args)
{
SampleOptions options = new SampleOptions ();
options.ProcessArgs (args);

Console.WriteLine (Specified Program Options:);
Console.WriteLine (\t   file: {0}, options.file);
Console.WriteLine (\t  quiet: {0}, options.quiet);
Console.WriteLine (\tuse_int: {0}, options.use_int);

Console.WriteLine (Remaining Program Options:);
foreach (string s in options.RemainingArguments) {
Console.WriteLine (\t{0}, s);
}
}
}



[Mono-list] monodoc --merge-changes

2004-04-07 Thread Met
No matter what I do, I cannot get `monodoc --merge-changes` to work.  I
understand WHAT to do, but still no go.

  monodoc --merge-changes ~/.config/monodoc/changeset.xml .

I have the *.tree/.zip files stored ./doc/api which where generated from
--assemble and ./doc/api/en/* contains all the XML files created from
--update.  As such why won't the above command work?  Or more
importantly, what do I need to do to make this work.

Help... ?

~ Matthew

P.S. I'm running all the commands from . -- no where else.

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] Agent for Service

2004-04-07 Thread Marcus
Who is Novel/Ximian's agent for service in Houston, TX?
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] I give up

2004-04-07 Thread Marcus
After trying to work with Mono, Portable.NET, Qt, and KDE, I've realized that 
I'm fighting a battle that I cannot win. Mono supports Gtk# (and GTK+) to the 
exclusion of any other platform. Portable.NET is behind their own SWF 
implementation, but at least they are a bit more agnostic. The Qt/KDE 
community seems to find the entire concept of C# and its use of metadata and 
JIT compilation repulsive.

I'm tired of trying and failing. I'm tired of having no one to support me. I'm 
tired of feeling isolated and alone.

It's just not worth it. Maybe I will end up Windows XP and .NET. Who knows. I 
just know that the Free software community has got to be the most hostile and 
intolerant group of people I have ever encountered.
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] I give up

2004-04-07 Thread Giuseppe Greco
Hi Marcus,

Of course, Mono is still under development, but the most
important components are there, and they work. Here, at
Agamura, we are developing a sophisticated online gaming
delivery network on Linux with Mono, and up to now, we
have had just few problems... Furthermore, when we report
a bug, it is always fixed in a short time!

Mono's implementation of ASP.NET is also usable and
mod_mono/apache seems to be faster than .NET/ISS.

We use NAnt as build tool, and we are able to compile a
project either on Linux or MS Windows with no changes
(even if we compile on Windows just for test purposes).

I think Mono will be one of the best .NET alternatives...
and don't forget that behind Mono there is a company
like Novell...

So, don't feel frustrated and go ahead.

j3d.

 After trying to work with Mono, Portable.NET, Qt, and KDE, I've realized
 that
 I'm fighting a battle that I cannot win. Mono supports Gtk# (and GTK+) to
 the
 exclusion of any other platform. Portable.NET is behind their own SWF
 implementation, but at least they are a bit more agnostic. The Qt/KDE
 community seems to find the entire concept of C# and its use of metadata
 and
 JIT compilation repulsive.

 I'm tired of trying and failing. I'm tired of having no one to support me.
 I'm
 tired of feeling isolated and alone.

 It's just not worth it. Maybe I will end up Windows XP and .NET. Who
 knows. I
 just know that the Free software community has got to be the most hostile
 and
 intolerant group of people I have ever encountered.
 ___
 Mono-list maillist  -  [EMAIL PROTECTED]
 http://lists.ximian.com/mailman/listinfo/mono-list




Giuseppe Greco

::agamura::

phone:  +41 (0)91 604 67 65
mobile: +41 (0)76 390 60 32
email:  [EMAIL PROTECTED]
web:www.agamura.com

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list