[Cocoa-sharp] Create a new form and attach events...
Todd Schavey
schaveyt at gmail.com
Thu Feb 22 20:50:02 EST 2007
Oh Felipe...you are starting off the same way I did.
You need to realize CoocaSharp is NOT WinForms....so your porting adventure
using CocoaSharp won't work. CocoaSharp is the basically the C# version of
Apple's Cocoa UI library. So it is a complete different windowing library (
i.e. classes, functions, everything) from the WinForms. It's as different as
Java's AWT and Swing is from .NET's WinForms.
If you want to get a better feel for how to develop using CocoaSharp, I
would strongly suggest performing the following:
1. Download a Mac OS X Subversion Client.
(http://www.rapidsvn.org/download/release/0.9.4/RapidSVN-0.9.4.dmg
)
2. Goto the following site
(http://www.cocoasharp.org/cocoaSharp/default.aspx/CocoaSharp/HowToContribute.html
) and follow their instructions
That's should not only get you to compile but there is a 'samples' directory
where a bunch of stuff exists that you can learn from.
Again...WinForms UI Library is not compatible with the Cocoa Library.
I hope this help,
Todd
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/cocoa-sharp/attachments/20070222/8890a0a2/attachment.html
More information about the Cocoa-sharp
mailing list