Re: [IronPython] Mono, ironPython and WinForms

2006-11-19 Thread Miguel de Icaza
Hello,

> Does that extend to support for WinForms 2.0?  Last time I tried
> running one of my .NET apps under Mono, it could not find the
> System.Windows.Forms 2.0.0.0 DLL.  I may well have been missing
> something obvious, however.

That sounds like you did not have a full Mono installation, Mono comes
with a 2.0 DLL.

But Mono only supports Windows.Forms 1.1 at this point, there are *some*
controls, methods and properties from 2.0 supported, but they are in
their infancy, and you will likely you get exceptions if you try using
those.
___
users mailing list
users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com


Re: [IronPython] Mono, ironPython and WinForms

2006-11-15 Thread Giles Thomas
Thanks, Seo - I'll give it another go and will report any results to the 
list.


Cheers,

Giles
>
> 2006/11/13, Giles Thomas <[EMAIL PROTECTED]>:
>>
>>  Seo,
>>
>> Does that extend to support for WinForms 2.0? Last time I tried 
>> running one
>> of my .NET apps under Mono, it could not find the System.Windows.Forms
>> 2.0.0.0 DLL. I may well have been missing something obvious, however.
>
> Mono includes System.Windows.Forms 2.0.0.0 DLL too. I am not sure why
> you had problems.
>

-- 
Giles Thomas
Resolver Systems
[EMAIL PROTECTED]

___
users mailing list
users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com


Re: [IronPython] Mono, ironPython and WinForms

2006-11-15 Thread Sanghyeon Seo
2006/11/13, Giles Thomas <[EMAIL PROTECTED]>:
>
>  Seo,
>
> Does that extend to support for WinForms 2.0? Last time I tried running one
> of my .NET apps under Mono, it could not find the System.Windows.Forms
> 2.0.0.0 DLL. I may well have been missing something obvious, however.

Mono includes System.Windows.Forms 2.0.0.0 DLL too. I am not sure why
you had problems.

-- 
Seo Sanghyeon
___
users mailing list
users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com


Re: [IronPython] Mono, ironPython and WinForms

2006-11-13 Thread Giles Thomas




Seo,

Does that extend to support for WinForms 2.0?  Last time I tried running one of my .NET apps under Mono, it could not find the System.Windows.Forms 2.0.0.0 DLL.  I may well have been missing something obvious, however.


Regards,

Giles

-- 
Giles Thomas
Resolver Systems
[EMAIL PROTECTED]


Sanghyeon Seo wrote:

  2006/11/12, Robert Smithson <[EMAIL PROTECTED]>:
  
  
I read that Mono now has - some - support for WinForms. Has anyone
gotten this working? And does this mean that we'll be able to use
IronPython to produce some nice cross-platform apps?

  
  
I'd say Mono has *good* support for WinForms. Of  course, numerous
people have it working. And yes, it does mean that one will be able to
use IronPython to produce cross-platform GUI apps.

  






___
users mailing list
users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com


Re: [IronPython] Mono, ironPython and WinForms

2006-11-11 Thread Sanghyeon Seo
2006/11/12, Robert Smithson <[EMAIL PROTECTED]>:
> I read that Mono now has - some - support for WinForms. Has anyone
> gotten this working? And does this mean that we'll be able to use
> IronPython to produce some nice cross-platform apps?

I'd say Mono has *good* support for WinForms. Of  course, numerous
people have it working. And yes, it does mean that one will be able to
use IronPython to produce cross-platform GUI apps.

-- 
Seo Sanghyeon
___
users mailing list
users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com


[IronPython] Mono, ironPython and WinForms

2006-11-11 Thread Robert Smithson
Hi,

I read that Mono now has - some - support for WinForms. Has anyone
gotten this working? And does this mean that we'll be able to use
IronPython to produce some nice cross-platform apps?

Regards,

Robert
___
users mailing list
users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com