Re: [Mono-list] where is System.Windows.Forms ?

2006-04-27 Thread Peter Dennis Bartok
Sharpdevelop? That only runs on Win32. If you're talking about MonoDevelop, that has got little to do with System.Windows.Forms in Mono. I don't use MD, so I can't tell you why it is not showing the namespace (assuming you installed the winforms package), but you can run your SWF apps compiled w

Re: [Mono-list] Re: Summer of code suggestion

2006-04-27 Thread tom potts
OK, so SWF or GTK#? GTK# may be idealogically the 'right thing to do' but currently I have several hundred SWF apps that I should be able to use on linux. I would imagine that 99% of experienced .NET/Mono programmers are in the same boat. So either SWF or perhaps a conversion tool to take an SWF '

AW: Re: [Mono-list] where is System.Windows.Forms ?

2006-04-27 Thread rainer . queck
Hi peter, >Sharpdevelop? That only runs on Win32. If you're talking about >MonoDevelop, >that has got little to do with System.Windows.Forms in >Mono. I don't use MD, Sorry, I ment MonoDevelope. >so I can't tell you why it is not showing the namespace (assuming you >installed the winforms pack

Re: Re: [Mono-list] where is System.Windows.Forms ?

2006-04-27 Thread Peter Dennis Bartok
>>so I can't tell you why it is not showing the namespace (assuming you >>installed the winforms package), but you can run your SWF apps compiled >> >with VS.Net or you can compile them with mcs directly. >No I have not explicitly installed the winforms package, I only used the >monoinstaller, do

Re: [Mono-list] where is System.Windows.Forms ?

2006-04-27 Thread Jonathan Pryor
On Thu, 2006-04-27 at 08:53 +0200, [EMAIL PROTECTED] wrote: > Using [MonoDevelop] I generated a dfault GTK# 2.0 Project (empty main > window). Next I wanted to check on the System.Windows.Forms, but > typing in "System." code in sight did not come up with "Windows". > > What do I have to do to get

Re: [Mono-list] https server

2006-04-27 Thread Sebastien Pouliot
Hello Pere, On Thu, 2006-04-27 at 08:49 +0200, Pere Rodríguez wrote: > Hello Sebastien, > > at the moment I don't use client certificate, Ah, the article you referenced confused me. > I do: > > xsp --https --port 443 --p12file cert.p12 --pkpwd > > and it doesn't run ok, with firefox appears

AW: Re: [Mono-list] where is System.Windows.Forms ?

2006-04-27 Thread rainer . queck
Hi Jon, >You're probably not referencing the correct assemblies. > >Within MonoDevelop, click the Solution tab, right-click the References >section, and click Edit References. Within the Edit References window, >select the Global Assembly Cache tab, and make sure System.Windows.Forms >is selected

[Mono-list] Re: AW: Re: where is System.Windows.Forms ?

2006-04-27 Thread Robert Jordan
[EMAIL PROTECTED] wrote: Thanks a lot for your help. I have a running Windows.Forms Hello World application. And what really impressed me, it does run on both platforms (windows and Linux). There is only on little downer in it, that is the cmd that opens and stays untill the I close my app a

AW: [Mono-list] Re: AW: Re: where is System.Windows.Forms ?

2006-04-27 Thread rainer . queck
Hi Robert, >You have to supply the appropriate target: > >mcs -target:winexe ... Thanks for the hint. The question for me now is: How would I do this? I tried to ask Mr Google, but he has no answer for me. Is it a porpertie in the preferences of MonoDevelop? Thanks Rainer ___

Fwd: [Mono-list] https server

2006-04-27 Thread Pere Rodríguez
-- Forwarded message -- From: Pere Rodríguez <[EMAIL PROTECTED]> Date: 27/04/2006 15:33 Subject: Re: [Mono-list] https server To: [EMAIL PROTECTED] Hello Sebastien, sorry, the correct command is: xsp --https --port 443 --p12file cert.p12 --pkpwd abc I forgot to type password. T

Re: [Mono-list] https server

2006-04-27 Thread Sebastien Pouliot
Hello Pere, (you didn't c.c. the mailing-list ;-) Ok, so it's not related to PKCS12 either. We did a lot of SSL fixes in the 1.1.13.x branch and I'm not sure exactly when .6-3 was issued (wrt to the fixes). Please open a bugzilla issue on bugzilla.ximian.com (with complete step-by-step instructi

Re: [Mono-list] Re: Summer of code suggestion

2006-04-27 Thread Abe Gillespie
Well, it seems the "IMHO" applies to your bulleted list of priorities and then you went on to make a blanket statement about how the community feels about SWF. I just wanted to point out that I'm a part of the Mono community and disagreed. That's all. So, anywho, some of us think SWF has more pr

Re: [Mono-list] Re: Summer of code suggestion

2006-04-27 Thread Miguel de Icaza
Hello, > OK, so SWF or GTK#? GTK# may be idealogically the > 'right thing to do' but currently I have several > hundred SWF apps that I should be able to use on > linux. I would imagine that 99% of experienced > NET/Mono programmers are in the same boat. > So either SWF or perhaps a conversion too

Re: [Mono-list] Summer of code suggestion

2006-04-27 Thread Miguel de Icaza
Hello, > For you... maybe. There are *lots* of things still missing. .Net 2.0 > support, Gtk# designer (alredy beeing integrated), ASP.Net designer > and so much more. Yes, there are many things missing from MonoDevelop, and in general there are many things missing in Mono. Eventually we will ge

Re: [Mono-list] ASN1Viewer port

2006-04-27 Thread Sebastien Pouliot
Hello Martin, On Thu, 2006-04-27 at 09:33 -0500, Martín Trejo Chávez wrote: > Hi, > > I'm very happy you're glad to know about this port. I'm recursively happy that ... :) > Right now I'm looking to substitute the TextBox control used for another > that simply allows to do syntax higligthing a

Re: [Mono-list] Re: XSP page rendering problem

2006-04-27 Thread Miguel de Icaza
Hello, > Further research and debugging turned up this: I was using a copy and > pasted for SMTP class that did this after a QUIT (where s is a socket) > : You are using a way too old Mono version, I would first upgrade to the latest version (1.1.15) Miguel _

Re: [Mono-list] Another Google Summer of Code possible project

2006-04-27 Thread Miguel de Icaza
Hello, > I would really love seeing a Parrot VM built on top of Mono. > Something similar to what IKVM does for Java, but for the > future Perl VM/bytecode instead of the Java ones. > > I don't know if the Parrot specs are stable enough so that > a work of this kind is really worth doing, but if

Re: [Mono-list] Another Google Summer of Code possible project

2006-04-27 Thread Zac Bowling
Wow, now that would awesome if Perl 6 ran on top of Mono, just purely for the exposure of mono. On Thu, 2006-04-27 at 10:59 -0400, Miguel de Icaza wrote: > Hello, > > > I would really love seeing a Parrot VM built on top of Mono. > > Something similar to what IKVM does for Java, but for the > >

[Mono-list] More SoC: Cocoa#/XCode

2006-04-27 Thread Sijmen Mulder
Hi, To start off, I'm Sijmen Mulder, attending a CS course at the 'Hogeschool van Amsterdam'. I'm interested in doing a project for the Google Summer of Code 2006 related to Mono, one that's not listed on the ideas page, and I'd love to have some feedback. Note that this message has been

[Mono-list] Npgsql updated to RC1

2006-04-27 Thread Francisco Figueiredo Jr.
Hi all, I just updated Mono svn with Npgsql RC1. Svn revision: 59976 Please, let me know if you find any problems with it. Thanks in advance. -- Regards, Francisco Figueiredo Jr. http://fxjr.blogspot.com Npgsql Lead Developer - http://pgfoundry.org/projects/npgsql MonoBrasil Project Foun

[Mono-list] Re: Npgsql updated to RC1

2006-04-27 Thread Francisco Figueiredo Jr.
On Thursday 27 April 2006 11:27, Francisco Figueiredo Jr. wrote: > Hi all, > > I just updated Mono svn with Npgsql RC1. > > Svn revision: 59976 > > Please, let me know if you find any problems with it. > > Thanks in advance. Hi all, unfortunately I commited the wrong NpgsqlCommand.cs file :( It

[Mono-list] Serialisation of nullable

2006-04-27 Thread Colin JN Breame
Currently Nullable is not marked as Serializable which is quite irritating. Are there any plans in the future to mark it as Serializable? and are there any work arounds that don't involve writing custom serialisation? Also, correct me if I'm wrong, but doesn't this imply that Nullable cannot c

Re: [Mono-list] Serialisation of nullable

2006-04-27 Thread Atsushi Eno
Nullable is not Serializable. I might be wrong since I just checked MSDN doc and corcompare result though. Atsushi Eno Colin JN Breame wrote: Currently Nullable is not marked as Serializable which is quite irritating. Are there any plans in the future to mark it as Serializable? and are there

Re: [Mono-list] Serialisation of nullable

2006-04-27 Thread David Waite
type declarations from msdn2: C# [SerializableAttribute] public struct Nullable where T : struct and C# [ComVisibleAttribute(true)] public static class Nullable On 4/27/06, Atsushi Eno <[EMAIL PROTECTED]> wrote: > Nullable is not Serializable. I might be wrong since I just checked > MSDN doc an

Re: [Mono-list] Serialisation of nullable

2006-04-27 Thread Atsushi Eno
Oops, yeah I missed Nullable one. Will try to update that generic stuff then. Atsushi Eno David Waite wrote: type declarations from msdn2: C# [SerializableAttribute] public struct Nullable where T : struct and C# [ComVisibleAttribute(true)] public static class Nullable On 4/27/06, Atsushi E

[Mono-list] RE: target:winexe in MonoDevelop WAS: where is System.Windows.Forms ?

2006-04-27 Thread A Rafael D Teixeira
On Thu, 2006-04-27 at 15:13 +0200, [EMAIL PROTECTED] wrote: > Hi Robert, > > >You have to supply the appropriate target: > > > >mcs -target:winexe ... > Thanks for the hint. The question for me now is: How would I do this? > I tried to ask Mr Google, but he has no answer for me. > > Is it a porpe

[Mono-list] What is the correct way to install only the MonoRuntime on a Windows PC?

2006-04-27 Thread rolandpish
Hi everyone. I want to install the Mono runtime on a Windows XP machine. I don't want to install compilers, gui designers, etc..., only runtime. Is there a way to do this? What is the correct procedure? Thanks for your help Regards -- View this message in context: http://www.nabble.com/What-is-t

Re: [Mono-list] https server

2006-04-27 Thread Pere Rodríguez
Hello Sebastien, 2006/4/27, Sebastien Pouliot <[EMAIL PROTECTED]>: > Hello Pere, > > (you didn't c.c. the mailing-list ;-) yes! > > Ok, so it's not related to PKCS12 either. We did a lot of SSL fixes in > the 1.1.13.x branch and I'm not sure exactly when .6-3 was issued (wrt > to the fixes). > >

Re: [Mono-list] https server

2006-04-27 Thread Sebastien Pouliot
Hello Pere, On Thu, 2006-04-27 at 22:37 +0200, Pere Rodríguez wrote: > Hello Sebastien, > > 2006/4/27, Sebastien Pouliot <[EMAIL PROTECTED]>: > > Hello Pere, > > > > (you didn't c.c. the mailing-list ;-) > > yes! > > > > > Ok, so it's not related to PKCS12 either. We did a lot of SSL fixes in >

[Mono-list] Re: Summer of code suggestion

2006-04-27 Thread mono-list . 1 . tracyanne
> Message: 9 > Date: Thu, 27 Apr 2006 09:11:53 +0100 (BST) > From: tom potts <[EMAIL PROTECTED]> > Subject: Re: [Mono-list] Re: Summer of code suggestion > To: Mono-list@lists.ximian.com > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=iso-8859-1 > > OK, so SWF or GTK#? GTK#

Re: [Mono-list] Re: Summer of code suggestion

2006-04-27 Thread Peter Dennis Bartok
>The other thing is I could sell the decision makers at my company on >developing for Linux, if I had access to a Windows forms development >environment. At the moment I am completely stymied, as they won't even >consider the idea of cross platform apps that require GTK being >installed on Windows.

[Mono-list] Application installation on Windows

2006-04-27 Thread Andreas Färber
Following up on the Mono installation question, what is the recommended way to install a Windows application/service for Mono? For the Microsoft .NET Framework I am using the Windows Installer MsiNetAssemblySupport property (which tests the file version of fusion.dll) and InstallUtilLib.dll for ma

Re: [Mono-list] What is the correct way to install only the MonoRuntime on a Windows PC?

2006-04-27 Thread GaoXianchao
I have the same question. 2006/4/28, rolandpish <[EMAIL PROTECTED]>: Hi everyone. I want to install the Mono runtime on a Windows XP machine. I don't want to install compilers, gui designers, etc..., only runtime. Is there a way to do this? What is the correct procedure? Thanks for your help

Re: [Mono-list] Re: XSP page rendering problem

2006-04-27 Thread Nate Chadwick
Well I have 1.1.10 , 1.1.13.6, 1.1.14, 1.1.15 installed all into seperate directories. I used Mono Launch to switch versions and the problem seemed to occurr on all 4. Is it possible that there is some type of version mismatch thing going on or is it normal to do a full install of these side by s

RE: [Mono-list] What is the correct way to install only theMonoRuntime on a Windows PC?

2006-04-27 Thread mail.matt.mcdonald
Download the Windows installer from the downloads section of the mono website (http://www.mono-project.com/Downloads). You probably want the "Mono for Windows, Gtk# and XSP" link. Both .NET and Mono include a compiler since it's necessary for a working setup. -Matt McDonald -Original