Miguel de Icaza | 3 Apr 2003 21:32

Re: Mono Handbook - Available Jobs

Hello!

> Currently we need:
> 
> - Threading

In this particular chapter, I think a few things can be said which are
outside the scope of the regular .NET threading:

	* Gtk-issues with threads (we can copy paste some of this from
	  a google search on this, there are a couple of posts from
	  Owen on this subject).

	* How to make all your GUI code run in one thread, and how to
	  wake-up/notify the main thread from a separate thread.  There
	  are two ways:

		* ThreadNotify, which calls a delegate on the main
		  thread.

		* The Idle add trick (this used to be broken, but seems
	  	  fixed now).

> - Remoting (!)

My only comment here is that we can start by "describing" the inner
working of the samples provided by Lluis on the mailing list as a
crash-course, and then digging deeper into it.

> - Someone to write about WebServices:
(Continue reading)

Per Arneng | 8 Apr 2003 07:56
Picon

Ecma CIL class docs DTD and XML Schema

Hi!

I found a DTD in a zip file containing the class library documentation 
submitted to ecma. Converted it using w3c's little perl script to xml schema.

Best regards
 Per Arneng
Attachment (All.dtd): text/x-dtd, 4592 bytes
<schema
  xmlns='http://www.w3.org/2000/10/XMLSchema'
  targetNamespace='http://www.w3.org/namespace/'
  xmlns:t='http://www.w3.org/namespace/'>

 <element name='AssemblyCulture'>
  <complexType mixed='true'>
  </complexType>
 </element>

 <element name='AssemblyInfo'>
  <complexType>
   <sequence>
    <element ref='t:AssemblyName'/>
    <element ref='t:AssemblyPublicKey'/>
    <element ref='t:AssemblyVersion'/>
    <element ref='t:AssemblyCulture'/>
    <element ref='t:Attributes'/>
   </sequence>
  </complexType>
 </element>
(Continue reading)

Per Arneng | 8 Apr 2003 18:49
Picon

Note on ECMA DTD

Hi!

I found the dtd inside the zip on the bottom of this page:
http://www.intel.com/ids/ecma

Whe converting it to source code and deserializing it the only
problem that occured was the dual definition of 'example'
inside 'Docs'. So maybe this dtd need some checking before usage.
I do not know if the dtd was autogenerated but it contains this line:

<!-- edited with XML Spy v4.4 U (http://www.xmlspy.com) by Rex Jaeschke 
(private) -->

Best regards
   Per Arneng
_______________________________________________
Mono-docs-list maillist  -  Mono-docs-list <at> lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-docs-list

Miguel de Icaza | 9 Apr 2003 18:59

Mono Developer FAQ

Hey guys,

   I think we need a Mono Developer FAQ.  The current FAQ covers things
of mono-nature, but not things like `how do I make my code portable',
`What toolkit do I use', `How can I find the User Home directory' and so
on.

   We need a volunteer to put this together: monitor the mailing lists,
and add relevant information to this document.

   Ideally it follows the same format as the faq in mono/doc/faq, so we
can easily publish it on the web site.

Miguel.
_______________________________________________
Mono-docs-list maillist  -  Mono-docs-list <at> lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-docs-list

Lee Mallabone | 10 Apr 2003 02:13

Re: Mono Developer FAQ

On Wed, 2003-04-09 at 17:59, Miguel de Icaza wrote:
>    I think we need a Mono Developer FAQ.  The current FAQ covers things
> of mono-nature, but not things like `how do I make my code portable',
> `What toolkit do I use', `How can I find the User Home directory' and so
> on.

Hi Miguel,

I'll volunteer to put something together. 

>    We need a volunteer to put this together: monitor the mailing lists,
> and add relevant information to this document.
> 
>    Ideally it follows the same format as the faq in mono/doc/faq, so we
> can easily publish it on the web site.

Having taken a look at that file in cvs, is it just "sort of html" but more of a text than html document in places?

Regards,

Lee.

_______________________________________________
Mono-docs-list maillist  -  Mono-docs-list <at> lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-docs-list

Miguel de Icaza | 9 Apr 2003 20:55

Re: Mono Developer FAQ

Hello,

> I'll volunteer to put something together. 

Great!

> >    We need a volunteer to put this together: monitor the mailing lists,
> > and add relevant information to this document.
> > 
> >    Ideally it follows the same format as the faq in mono/doc/faq, so we
> > can easily publish it on the web site.
> 
> Having taken a look at that file in cvs, is it just "sort of html" but more of a text than html document in places?

Actually, thinking about this again, maybe we should just do it right,
and use full HTML with CSS to do it.

Miguel.
_______________________________________________
Mono-docs-list maillist  -  Mono-docs-list <at> lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-docs-list

Lee Mallabone | 10 Apr 2003 18:44

problem building monodoc

Hi,

I'm trying to build latest monodoc cvs, just doing a 'make' on the
module. When it tries to generate the docs it generates a whole load of
them, but eventually crashes out with this stack trace:

..snip..
Processing namespace System.Xml.Xsl
    Processing input file IXsltContextFunction.xml
    Processing input file IXsltContextVariable.xml
    Processing input file XsltArgumentList.xml
    Processing input file XsltCompileException.xml
    Processing input file XsltContext.xml
    Processing input file XsltException.xml
    Processing input file XslTransform.xml

Unhandled Exception: System.ArgumentException: An invalid argument was
specified.
in <0x0007b> 00 System.String:CompareTo (object)
in [0x0000d] (at /home/lee/source/tools/monodoc/browser/provider.cs:345)
00 .Node:System.IComparable.CompareTo (object)
in <0x00051> 00 System.Array:compare
(object,object,System.Collections.IComparer)
in <0x00126> 00 System.Array:qsort
(System.Array,System.Array,int,int,System.Collections.IComparer)
in <0x0002f> 00 System.Array:Sort
(System.Array,System.Array,int,int,System.Collections.IComparer)
in <0x000ab> 00 System.Collections.ArrayList:Sort
(int,int,System.Collections.IComparer)
in <0x00024> 00 System.Collections.ArrayList:Sort ()
(Continue reading)

Chen Zizhao | 11 Apr 2003 16:19

somthing about codepage

hello,everyone!

there are some chinese words in my cs file.i wannt to use this switch codepage for my chinese words.but i got
the flowing messages:

[root <at> ec-server tmp]# mcs -codepage:936 test.cs
Code page: 936 not supported
Compilation succeeded

when i run the exe file compiled by MCS under windows,i got the bad code,the chinese words cound not be dispaly!

what i should do?suppoer chinese?when?

#####################
Chen Zizhao
zizhao_chen <at> yahoo.com
Miguel de Icaza | 12 Apr 2003 20:18

Re: problem building monodoc

Hello,

> I'm trying to build latest monodoc cvs, just doing a 'make' on the
> module. When it tries to generate the docs it generates a whole load of
> them, but eventually crashes out with this stack trace:

This bug was recently fixed.  Sorry about that (tbf pointed it out on
irc).  I was comparing a string with an object, and that failed.

_______________________________________________
Mono-docs-list maillist  -  Mono-docs-list <at> lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-docs-list

Miguel de Icaza | 12 Apr 2003 20:26

Re: somthing about codepage

Hello,

> there are some chinese words in my cs file.i wannt to use this switch codepage for my chinese words.but i got
the flowing messages:
> 
> [root <at> ec-server tmp]# mcs -codepage:936 test.cs
> Code page: 936 not supported
> Compilation succeeded
> 
> when i run the exe file compiled by MCS under windows,i got the bad code,the chinese words cound not be dispaly!
> 
> what i should do?suppoer chinese?when?

The code that handled this was disabled, as it had a dependency on some
runtime internals.  Since the code is now functional, I have enabled
support for dynamic codepage loading.

You can get this from CVS, or from our next release.

Miguel.
_______________________________________________
Mono-docs-list maillist  -  Mono-docs-list <at> lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-docs-list


Gmane