[Mono-osx] Is native look on OS X possible?

Joanna Carter cocoasharp at carterconsulting.org.uk
Tue Feb 10 16:05:01 EST 2009


Duane Wandless a écrit :

> Of course.  But not by using WinForms.  My recommendation is to use 
> Interface Builder to create the UI then something along the lines of 
> Monobjc to create the bridge between Mono and the GUI.  Trying to use 
> WinForms, in my opinion, will make your app look alien and ugly to Mac 
> users.  Go to the extra effort to utilize Interface Builder.  There 
> are other bridges:

Take a look at Delphi Prism. It does a very good job of using the Visual
Studio IDE to mix writing .NET classes in a Pascal-like syntax, with
using Interface Builder to design the UI side of things.

I wrote an article in the Prism Wiki about using Cocoa Bindings and KVP
to link UI elements to the controller classes.

Joanna

--
Joanna Carter
Carter Consulting



More information about the Mono-osx mailing list