[Mono-list] Java web start and applet project in mono

2004-09-29 Thread Harobed
Hi, Are there a project in mono framework to start mono application like java web start ? Are there a project in mono framework to create easily a "applet" application ? Maybe a mozilla firefox plug-in ? The goal is to easily start application on the web. Thanks for your responses. -- Stéphane

[Mono-list] Create a applet in mono ?

2004-09-15 Thread Harobed
Hello, I would like know if I can to develop a applet (as in java framework) application in mono ? Thanks -- Stéphane KLEIN Home page : http://www.harobed.org Jabber : [EMAIL PROTECTED] ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.

Re: [Mono-list] bug in HttpWebRequest and https ?

2004-07-13 Thread Harobed
Le mar 13/07/2004 à 08:23, Tomar a écrit : > There is no bug. A "System.Net.WebException" is supposed to be thrown > when GetResponse fails which in this case there is no web server on > localhost can handle https. WebRequest.Create will return a > HttpWebRequest object. It isn't till it tries t

[Mono-list] bug in HttpWebRequest and https ?

2004-07-12 Thread Harobed
Hello, This code get web page from "https://"; URL. When I start this code, I've this error : Unhandled Exception: System.Net.WebException: Error getting response stream: ReceiveFailure ---> System.ObjectDisposedException: The object was used after being disposed. in <0x00036> Mono.Security.Prot

[Mono-list] Unhandled exception when I start monodoc

2004-06-25 Thread Harobed
Hello, I've monodoc installed on my debian. The version is 0.17 When I start monodoc I've this error : Unhandled Exception: System.InvalidCastException: Cannot cast from source type to destination type. in <0x00061> Glade.XML:GetWidget (string) in <0x001b7> Glade.XML:BindFields (object,System.

Re: [Mono-list] Add app to Gnome menu

2004-05-14 Thread Harobed
Le ven 14/05/2004 à 19:39, Fred Blaise a écrit : > Hello all > > I wrote a little app that I would like to add to my Gnome menu programatically. > Does anyone have any pointers for me? > > Thank you. > > ...chap I think than you can do it via GConf. -- Stéphane KLEIN Home page : http://www.haro

Re: [Mono-list] What application/library should be coding in C#

2004-03-22 Thread Harobed
Le lun 22/03/2004 à 13:06, Jonathan Pryor a écrit : > > What will be the performance of gtk if it is coded in C# ? > > Code it up and give us a performance comparison? ;-) > > There are too many variables to answer this question. > > - Jon Sample : the time to open applications, open window .

[Mono-list] What application/library should be coding in C#

2004-03-22 Thread Harobed
Hello all. I would like to know, when use C, and when use C#. Exemple : gtk should be coding in C or in C#. Gtksourceview in C or C# ... ? What application, library should be coding in C# ? What will be the performance of gtk if it is coded in C# ? Thanks to you answer. -- Stéphane KLE