We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In Yosemite new action was added to windows... Double clicking resizes it to full screen. Doing so on JabbReto client throws following exception:
An unexpected error has occurred. Please report this to [email protected]
Details: System.ArgumentNullException: Argument cannot be null. Parameter name: sender at MonoMac.AppKit.NSWindow.Zoom (MonoMac.Foundation.NSObject) <0x0009b> at Eto.Platform.Mac.Forms.MyWindow.Zoom (MonoMac.Foundation.NSObject) <0x000a7> at (wrapper dynamic-method) object.Eto.Platform.Mac.Forms.MyWindow.Void Zoom(MonoMac.Foundation.NSObject) <0x00033> at (wrapper native-to-managed) object.Eto.Platform.Mac.Forms.MyWindow.Void Zoom(MonoMac.Foundation.NSObject) <0x0011b> at (wrapper managed-to-native) MonoMac.AppKit.NSApplication.NSApplicationMain (int,string[]) <0x00003> at MonoMac.AppKit.NSApplication.Main (string[]) <0x00097> at Eto.Platform.Mac.Forms.ApplicationHandler.Run (string[]) <0x0008b> at Eto.Forms.Application.Run (string[]) <0x0001c> at JabbR.Eto.Mac.MainClass.Main (string[]) <0x002b2>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In Yosemite new action was added to windows... Double clicking resizes it to full screen. Doing so on JabbReto client throws following exception:
An unexpected error has occurred. Please report this to [email protected]
Details: System.ArgumentNullException: Argument cannot be null.
Parameter name: sender
at MonoMac.AppKit.NSWindow.Zoom (MonoMac.Foundation.NSObject) <0x0009b>
at Eto.Platform.Mac.Forms.MyWindow.Zoom (MonoMac.Foundation.NSObject) <0x000a7>
at (wrapper dynamic-method) object.Eto.Platform.Mac.Forms.MyWindow.Void Zoom(MonoMac.Foundation.NSObject) <0x00033>
at (wrapper native-to-managed) object.Eto.Platform.Mac.Forms.MyWindow.Void Zoom(MonoMac.Foundation.NSObject) <0x0011b>
at (wrapper managed-to-native) MonoMac.AppKit.NSApplication.NSApplicationMain (int,string[]) <0x00003>
at MonoMac.AppKit.NSApplication.Main (string[]) <0x00097>
at Eto.Platform.Mac.Forms.ApplicationHandler.Run (string[]) <0x0008b>
at Eto.Forms.Application.Run (string[]) <0x0001c>
at JabbR.Eto.Mac.MainClass.Main (string[]) <0x002b2>
The text was updated successfully, but these errors were encountered: