[us...@lists.monobjc.net] NSStatusbar code doesn't work

2010-01-29 Thread Yvan Janssens
Hi, I'm calling the following code in a AwakeFromNib: _statusItem = new NSStatusItem(); NSMenu menu = new NSMenu(); _statusItem = NSStatusBar.SystemStatusBar.StatusItemWithLength(32);

[us...@lists.monobjc.net] Overided KeyUp doesn't get called

2010-01-31 Thread Yvan Janssens
Hi, In the following source file, I get the following unexpected behavior: using System; using Monobjc; using Monobjc.Cocoa; namespace YvanSoftware.TwitMenu { [ObjectiveCClass(LengthField)] public class NSTextField_Length : NSTextField { const int

[us...@lists.monobjc.net] Usage of external (static) libraries:

2010-02-03 Thread Yvan Janssens
Hi, I'm trying to implement a static library in C#, but I don't know where to start. My question is how to implement a class for the eSellerate libs. Here's a list of the files of their SDK: * EWSLib.h * EWSMac-GC.framework * EWSMac.framework * EWSMacCompress-GC.tar.gz * EWSMacCompress.tar.gz *

[us...@lists.monobjc.net] AuthorizationCreate equivalent?

2010-05-22 Thread Yvan Janssens
Hi, How do I authorize my program to run with elevated privileges? In the Apple docs, they mention an example with the AuthorizationCreate function (http://developer.apple.com/mac/library/documentation/Security/Conceptua l/authorization_concepts/03authtasks/authtasks.html#//apple_ref/doc/uid/