Hello,
You have forgotten to export the method override with the
ObjectiveCMessage attribute. Without this attribute, the method is not
exposed in the Objective-C runtime.
[ObjectiveCMessage("keyUp:")] // <-- Mandatory attribute
public override void KeyUp (NSEvent
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 maxLe
2 matches
Mail list logo