monobjc

Monobjc :: Add NSStatusItem

Hi, I'm trying to add an NSStatusItem from within the Monobjc bridge for Mono. The function gets called, and doesn't throw an exception, but my icon doesn't appear :(. Here 's my code: #define DEBUG_APP using System; using Monobjc.Cocoa; using Monobjc; namespace YvanSoftware.TwitMenu { [ObjectiveCClass] public class TwitMenuControl...

VB Project Template for Monobjc in MonoDevelop?

After installing Monobjc and playing around with the Monobjc Application Project under C# in MonoDevelop, I noticed that there is only an empty Monobjc project under the VB section. Obviously this template adds all the correct references but doesn't add the basic files for the application to run. I've tried creating a class with: Impo...

Monobjc and Mac UI for Windows Application

Hi there, I've got an application which was written in C# and is running on Windows and Linux using Mono. Now we need a native user interface for the Mac. Is there a way of doing this using Monobjc? Did anyone ever work with it? Is there any other approach? Thanks for your help –f ...