Archive for the ‘Blog’ Category

Nibless MonoMac

Posted by Curtis Wensley on May - 15 - 2012

Many developers do enjoy the use of a visual designer when building apps.  However, there are many like myself that prefer to build GUI applications through code alone. I use this little trick for the Eto.Forms cross platform UI framework. The problem with doing this is Cocoa (and thus MonoMac)  [ Read More ]

Setting environment variables with a MonoMac application

Posted by Curtis Wensley on November - 10 - 2011

When creating a MonoMac application, there’s sometimes a need to specify environment variables in the context of your application.  A few key environment variables specific to a MonoMac application: MONO_IOMAP – case insensitivity behaviour for file i/o. (more info) MONO_OPTIONS –  options to pass to the mono runtime (e.g. –gc=sgen)  [ Read More ]