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 ]
Archive for the ‘Blog’ Category
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 ]
