NSSplitView - Disable resize cursor
I want an NSSplitView to not display the resize cursor when mouse is over the divider. I've tried overriding the DividerThickness property to return 0 but it doesn't do the trick. Any help appreciated.
View ArticleSourceWriter Full Xamarin.Mac Example App Now Available
The SourceWriter Xamarin.Mac app is a simple source code editor that provides support for code completion and simple syntax highlighting in the following languages: C#, HTML, MarkDown and XML. It is...
View ArticleIncompatible version, not compatible with the local Xamarin.ios version(10.11)
Using Visual studio 2017 preview and connecting to Mac for simulation. On the Mac, getting the following message when running the application. The installed Xamarin.ios (version 10.10) on the Mac...
View ArticleNSWindow TitlebarAppearsTransparent titlebar corner does not change color
Hi, This is kind of a weird issue. I get a different UI behavior between a Xamarin project and a native XCode project if I set the TitlebarAppearsTransparent of an NSWindow. Here is what the window...
View ArticleWebKit.WebView Load Failed (-9813)
In my Xamarin.Mac app I have a WebView which I'm trying load from an Embedded Web Server hosted on a printer. But when I set the MainFrameUrl I get this error. 2017-07-17 15:33:37.702 HP...
View ArticleSigning Custom Binding for App Store Distribution
I downloaded the Hockey App HockeySDK.framework for OSX and created a binding for our Xamarin.Mac project. We are ready to release the new build to the app store. However everytime I submit with...
View ArticleWeb Preview: Xamarin.Mac 3.99 Preview 1 for macOS 10.13 SDK bindings
Please see https://releases.xamarin.com/preview-xcode-9-beta-3-ios-11-macos-10-13-support-preview-1/ for the details about this release, including download links and release notes. These are early...
View ArticleIssue with 'dynamic' related to System.Runtime
My OS: macOS Sierra 10.12.5 Identical issue in both Visual Studio Community 2017 for Mac, 7.0.1 (build 24) and Xamarin Studio: 6.3 (build 864) How to reproduce: New Project -> Mac -> App ->...
View ArticleUpdate seems to have broken my networking code?
I have an application that opens a tcp socket to a server and reads/writes data with BeginRead and EndRead in callbacks on a NetworkStream and then an SslStream after establishing TLS. This code is...
View ArticleSave CALayer to PDF (Vector Image)
Hi I was forced to change from System.Drawing to CALayers, and now I can't figure out how to save the view to a PDF file. Is is possible to save a CALayer as a vector PDF? Thank you.
View ArticleCan you build OSX Preference Panes with Xamarin Mac?
Is it possible to make a Preference Pane app (NSPreferencePane), rather than a window based app?
View ArticleIs AVAudioPlayer working in Xamarin.Mac ?
Hi All, I don't know what was the problem but i am trying to use AVAudioPlayer in my mac application its showing errors like "The name AVAudioSession does not exit in current context" and...
View ArticleHow can we read an Excel in Xamarin.MAC
I tried using ExcelDataReader.nupkg, Got below error while installing that nupkg in my office LAN "An error occurred while loading packages from 'https://api.nuget.org/v3/index.json': The remote server...
View ArticleMacBook config
Hello, im a new user of xamarin, still using on Windows!! I want to use on Mac. What would be a good configuration of a MacBook to use xamarin? Thanks
View ArticleXamarinMac application supported OS X platforms
Hi! What OS X versions are supported by XamarinMac applications? We saw some glitches running our application on OS X 10.8 (like NSColor.FromRGBA not working) and GUI layout issues and it gets even...
View ArticleAudio routing
I need to build a mac app that should allow mixing of audio from microphone and speaker simultaneously. The sound from the speaker can be from any streaming audio or any other mac app. I need the audio...
View ArticleRelaunch application Xamarin Mac Issue
I create a Mac app. I used Xamarin.Mac I run the app, then click X to close. It remains in launch bar. I cannot open it from the launch bar. I have to right click the icon on launch bar, chose Quit,...
View ArticleMaking an animation loop
I'm building an audio application and am wanting to implement a visualizer feature using Core Graphics. I'm looking for a way to redraw an NSView as often as possible. I've been experimenting with...
View ArticleIssue with AVCaptureScreenInput constructor
Hi all, now I trying to capture screen with AVFoundation's feature. But when I call some constructor about AVFoundation, I face the following the exception. I can't find any FAQ and documents about...
View Article