[Mono-list] How to create a simple graphic application with Mono

2004-07-07 Thread Yann Garcia








Hello,

 

I’m novice in the
project Mono. I already make running small applications in ‘console’
mode.

Now, I hope to create a ‘Hello
Word’ GUI application (a form with a label and a button for instance)? I
don’t understand how to do this.

It seams I have to use GTK#,
Wine…, but I don’t know how to use them.

 

Thank you for your help,

 

Cheers,

 

Yann

 








RE : [Mono-list] How to create a simple graphic application with Mono

2004-07-08 Thread Yann Garcia
Hi,

Thank you for your help.
I have another problem: I try to install cairo-0.1.23 package (from
mono.zip for RedHat 9 Intel). It failed on dependencies:

[EMAIL PROTECTED] mono]# rpm -i cairo-0.1.23-2.ximian.6.1.i386.rpm 
error: Failed dependencies:
libpixman >= 0.1.1 is needed by cairo-0.1.23-2.ximian.6.1

I do not find libpixman v0.1.1 on RPM search web site for redhat. The
latest version I found is libpixman-0.1.0-1.ximian.6.2

Anyone knows where to find a version of libpixman >= 0.1.1

Thanks for your help,

Cheers

Yann

-Message d'origine-
De : Pedro Villaviencio [mailto:[EMAIL PROTECTED] 
Envoyé : mercredi 7 juillet 2004 15:56
À : [EMAIL PROTECTED]
Objet : Re: [Mono-list] How to create a simple graphic application
withMono

On Tue, 2004-07-06 at 12:22, Yann Garcia wrote:
> Hello,
> 
>  
> 
> I’m novice in the project Mono. I already make running small
> applications in ‘console’ mode.
> 
> Now, I hope to create a ‘Hello Word’ GUI application (a form with a
> label and a button for instance)? I don’t understand how to do this.
> 

with mono is really easy do that.
> It seams I have to use GTK#, Wine…, but I don’t know how to use them.
> 

so i can send you a little example a 'hello world'
>  
> 
> Thank you for your help,
> 
>  
> 
no problema.

> Cheers,
> 
>  
> 
> Yann
> 
>  
> 
> 

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


RE : RE : [Mono-list] How to create a simple graphic application with Mono

2004-07-09 Thread Yann Garcia
Hi

Thanks, now it's ok.
-
I add these paths /usr/lib/mono/gtk-sharp:/usr/lib/mono/gecko-sharp in
LD_LIBRARY_PATH when I try to build the mono.cs sample sent by Pedro
Villaviencio (mcs -r:gtk-sharp.dll HelloWordUI.cs -o
../bin/HelloWordUI.exe)
I have this error:

[EMAIL PROTECTED] src]$ mcs -r:gtk-sharp.dll HelloWordUI.cs -o
../bin/HelloWordUI.exe
error CS0006: Cannot find assembly `gtk-sharp.dll'
Log: 

Compilation failed: 1 error(s), 0 warnings

I found an email that explain to set the variable MONO_PATH to
/usr/lib/mono/gtk-sharp:/usr/lib/mono/gecko-sharp but it doesn't solve
my problem.

The installed gtk package is: gtk-sharp-1.0-1.ximian.6.0

Thanks for your help,

Cheers,

Yann

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ravindra Kumar
Sent: Friday, July 09, 2004 7:06 AM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: RE : [Mono-list] How to create a simple graphicapplication
with Mono

Hello,
I think there is some packaging problem. Either you file a bug in
bugzilla
for the packages or you can build libpixman yourself.  Pixman sources
can be obtained from cairo cvs, http://www.cairographics.org .

-Ravindra

>>> "Yann Garcia" <[EMAIL PROTECTED]> 7/8/2004 9:16:14 PM >>>
Hi,

Thank you for your help.
I have another problem: I try to install cairo-0.1.23 package (from
mono.zip for RedHat 9 Intel). It failed on dependencies:

[EMAIL PROTECTED] mono]# rpm -i cairo-0.1.23-2.ximian.6.1.i386.rpm 
error: Failed dependencies:
libpixman >= 0.1.1 is needed by cairo-0.1.23-2.ximian.6.1

I do not find libpixman v0.1.1 on RPM search web site for redhat. The
latest version I found is libpixman-0.1.0-1.ximian.6.2

Anyone knows where to find a version of libpixman >= 0.1.1

Thanks for your help,

Cheers

Yann

-Message d'origine-
De : Pedro Villaviencio [mailto:[EMAIL PROTECTED] 
Envoyé : mercredi 7 juillet 2004 15:56
À : [EMAIL PROTECTED] 
Objet : Re: [Mono-list] How to create a simple graphic application
withMono

On Tue, 2004-07-06 at 12:22, Yann Garcia wrote:
> Hello,
> 
>  
> 
> I'm novice in the project Mono. I already make running small
> applications in 'console' mode.
> 
> Now, I hope to create a 'Hello Word' GUI application (a form with a
> label and a button for instance)? I don't understand how to do this.
> 

with mono is really easy do that.
> It seams I have to use GTK#, Wine*, but I don't know how to use them.
> 

so i can send you a little example a 'hello world'
>  
> 
> Thank you for your help,
> 
>  
> 
no problema.

> Cheers,
> 
>  
> 
> Yann
> 
>  
> 
> 

___
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 maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


RE : RE : RE : [Mono-list] How to create a simple graphic application with Mono

2004-07-09 Thread Yann Garcia
Youpiii,

It's ok with gtk-sharp and not with gtk-sharp.dll
And my sample work's fine.

Thanks a lot. Next step: Try to build a more complete GUI application

Good week

Cheers,

Yann

-Original Message-
From: Francisco T. Martinez [mailto:[EMAIL PROTECTED] 
Sent: Friday, July 09, 2004 4:36 PM
To: Ravindra Kumar
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: RE : RE : [Mono-list] How to create a simple graphic
application with Mono

Ravindra Kumar wrote:

>Hello,
>Please try $mcs -pkg:gtk-sharp.dll, instead of mcs -r:gtk-sharp.dll.
>  
>
$mcs -pkg:gtk-sharp
Without the .dll maybe?

Paco

>-Ravindra
>
>  
>
>>>>"Yann Garcia" <[EMAIL PROTECTED]> 7/9/2004 5:30:16 PM >>>
>>>>
>>>>
>Hi
>
>Thanks, now it's ok.
>-
>I add these paths /usr/lib/mono/gtk-sharp:/usr/lib/mono/gecko-sharp in
>LD_LIBRARY_PATH when I try to build the mono.cs sample sent by Pedro
>Villaviencio (mcs -r:gtk-sharp.dll HelloWordUI.cs -o
>../bin/HelloWordUI.exe)
>I have this error:
>
>[EMAIL PROTECTED] src]$ mcs -r:gtk-sharp.dll HelloWordUI.cs -o
>../bin/HelloWordUI.exe
>error CS0006: Cannot find assembly `gtk-sharp.dll'
>Log: 
>
>Compilation failed: 1 error(s), 0 warnings
>
>I found an email that explain to set the variable MONO_PATH to
>/usr/lib/mono/gtk-sharp:/usr/lib/mono/gecko-sharp but it doesn't solve
>my problem.
>
>The installed gtk package is: gtk-sharp-1.0-1.ximian.6.0
>
>Thanks for your help,
>
>Cheers,
>
>Yann
>
>-Original Message-
>From: [EMAIL PROTECTED] 
>[mailto:[EMAIL PROTECTED] On Behalf Of Ravindra Kumar
>Sent: Friday, July 09, 2004 7:06 AM
>To: [EMAIL PROTECTED]; [EMAIL PROTECTED] 
>Subject: Re: RE : [Mono-list] How to create a simple graphicapplication
>with Mono
>
>Hello,
>I think there is some packaging problem. Either you file a bug in
>bugzilla
>for the packages or you can build libpixman yourself.  Pixman sources
>can be obtained from cairo cvs, http://www.cairographics.org .
>
>-Ravindra
>
>  
>
>>>>"Yann Garcia" <[EMAIL PROTECTED]> 7/8/2004 9:16:14 PM >>>
>>>>
>>>>
>Hi,
>
>Thank you for your help.
>I have another problem: I try to install cairo-0.1.23 package (from
>mono.zip for RedHat 9 Intel). It failed on dependencies:
>
>[EMAIL PROTECTED] mono]# rpm -i cairo-0.1.23-2.ximian.6.1.i386.rpm 
>error: Failed dependencies:
>libpixman >= 0.1.1 is needed by cairo-0.1.23-2.ximian.6.1
>
>I do not find libpixman v0.1.1 on RPM search web site for redhat. The
>latest version I found is libpixman-0.1.0-1.ximian.6.2
>
>Anyone knows where to find a version of libpixman >= 0.1.1
>
>Thanks for your help,
>
>Cheers
>
>Yann
>
>-Message d'origine-
>De : Pedro Villaviencio [mailto:[EMAIL PROTECTED] 
>Envoyé : mercredi 7 juillet 2004 15:56
>À : [EMAIL PROTECTED] 
>Objet : Re: [Mono-list] How to create a simple graphic application
>withMono
>
>On Tue, 2004-07-06 at 12:22, Yann Garcia wrote:
>  
>
>>Hello,
>>
>> 
>>
>>I'm novice in the project Mono. I already make running small
>>applications in 'console' mode.
>>
>>Now, I hope to create a 'Hello Word' GUI application (a form with a
>>label and a button for instance)? I don't understand how to do this.
>>
>>
>>
>
>with mono is really easy do that.
>  
>
>>It seams I have to use GTK#, Wine*, but I don't know how to use them.
>>
>>
>>
>
>so i can send you a little example a 'hello world'
>  
>
>> 
>>
>>Thank you for your help,
>>
>> 
>>
>>
>>
>no problema.
>
>  
>
>>Cheers,
>>
>> 
>>
>>Yann
>>
>> 
>>
>>
>>
>>
>
>___
>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 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 maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] monobundle 1.0.6 and mdb

2005-03-30 Thread Yann Garcia








Hello,

 

I have just finish to install
the monobundle 1.0.6 and I am looking for the binaries.

So, I do not found the
debugger (mdb).

Is it normal? Where could I
found it?

 

Thanks for your help,

 

Yann








RE: [Mono-list] Serial Port Libraries

2005-09-02 Thread Yann Garcia
Hello,

In the open source project OpenNetCF (http://www.opennetcf.org/), you can
find an implementation of serial port in .Net.

Cheers,

Yann

-Message d'origine-
De : [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] De la part de Miguel de Icaza
Envoyé : mercredi 31 août 2005 15:42
À : Jonathan Pryor
Cc : mono-list@lists.ximian.com; Howard Cole
Objet : Re: [Mono-list] Serial Port Libraries

Hello,

> > The SerialPort class is implemented by Microsoft in the .net 2.0
> > framework in the System.IO.Ports namespace.
> > 
> > Mono doesn't seem to have it implemented yet. But eventually someone
> > will implement it.
> 
> Mono has implemented it; see:
> 
>   http://www.mono-project.com/HowToSystemIOPorts
> 
> The one potential problem is that it's part of the 2.0 class libraries.

The classes are known to require some review, they are known to contain
limitations.
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list

___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] Apache and Mono 1.10.13

2006-01-31 Thread Yann Garcia
Hello,

I have installed the release 10.1.13 of mono on my Fedora 4 Linux box.
I want to use Mono to develop ASP.NET services but I have not found the
shared library mod_mono.so. Is it normal? If not, where can I download it?

Thanks a lot for your help,

Yann

___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list