I need to iterate all items of Outline view.
I am using outline view to manages objects(items) into tree structure. Now i want to traverse the outline view tree structure. How can iterate the outline view tree structure.
View ArticleHow do I generate Specflow steps from a feature file on a MAC (vs2017)
Hi, I have vs2017 on a PC & MAC. I use it to write specflow UI tests for mobile apps. On my PC, in the feature file, I can access the context menu "Generate step definitions". On my MAC I dont have...
View ArticleIs CoreSearch API available on macOS High Siera?
I am aware that Xamarin doesn't cover 100% of Mac APIs, but somehow I am not sure if this one is not covered or I am doing something wrong: https://developer.apple.com/documentation/corespotlight -...
View ArticleError: SecureChannelFailure (The authentication or decryption has failed.)
Hi, I'm trying to make a POST request with httpWebRequest on Https endpoint but this gives me exception like: System.Net.WebException "SecureChannelFailure (The authentication or decryption has...
View ArticleCan't find Android SDK on Mac so can't open it.
I'm new to Mac, Android, Xamarin, etc. Spinning my wheels for hours just trying to find Android SDK on the mac.
View ArticleError: SecureChannelFailure (The authentication or decryption has failed.)
Hi, I'm trying to make a POST request with WebRequest on Https endpoint but this gives me exception like: System.Net.WebException "SecureChannelFailure (The authentication or decryption has failed.)"...
View ArticleCode Only NSPageController Navigation Example
I'm trying to setup a NSPageController to allow me to transition between several NSViewControllers within an NSWindow. Unfortunately all of my attempts so far have just not worked as I'm clearly not...
View ArticleSimulate sending modifier key in macOS
Hi, My app needs to send key strokes to other applications. Sending key strokes works by using CGEventCreateKeyboardEvent/CGEventSetFlags/CGEventPost/CFRelease sequence. Normal key strokes and key...
View ArticleCurrent Release: Xamarin.Mac 4.4.0, 15.7 Feature Release
Please see the Xamarin.Mac 4.4 release notes, Visual Studio 2017 release notes, and Visual Studio 2017 for Mac release notes for the details about this release.
View ArticleCan Xamarin.Mac work with .NET Core?
Hi Is it possible to compile/run a Xamarin.Mac app with .NET core? If not, any plans on your roadmap to support it? Thanks!
View ArticleApple ID account: no teams issue
When I add my Apple ID account I see no teams being obtained (empty list). In the IDE log I see the following: INFO [2018-05-10 17:06:19Z]: Syncing m****@me.com developer info... INFO [2018-05-10...
View ArticleLinker error building a release project with a binding project on XM3.4
Got an error building a release version of an app where I have a binding project against Sparkle that's just started failing as soon as I updated from Xamarin.Mac 3.0 to 3.4 (and the rest of the 15.2...
View ArticlePresentViewController
Hi, I want to use the feature to PresentViewController switcher view in one window. Does anyone can tell me what I need to pass as the second parameter to the function (for animator) because I do not...
View Articlekeyboard events using NSEvent.AddLocalMonitorForEventsMatchingMask
I am trying to add a keyboard event handler using NSEvent.AddLocalMonitorForEventsMatchingMask. Having trouble with the LocalEventHandler passed as the second parameter. Has anyone used this in...
View ArticleHow to handle KeyUp/KeyDown events?
I am building my first Xamarin Mac Cocoa App. I am creating a photo gallery application. My storyboard only has a NSImageView inside the NSWindow. I want to capture arrow keys for moving to...
View ArticleXamarin.Mac and Joysticks
Hi everybody, I’m looking for the best practise to connect and poll common USB joysticks (their axis values in particular, no gamepads) with Xamarin.Mac for a Mac OS desktop app. I have done quite a...
View ArticleHow to handle the addlocalmonitorforeventsmatchingmask’s event handler in...
Hi Team, In order to provide the key navigation support to our custom control in Xamarin.Forms.macOS platform, we have used the addlocalmonitorforeventsmatchingmask in the Custom Renderer to detect the...
View ArticleBreakpoints Not Working
Hello. Ever since the update which suggested that I migrate from XS to VSforMac, breakpoints have not been working for me, I use Xamarin.Mac Full framework. I also had to add some CscTool property...
View ArticleUsing OpenGL 10 bit color rendering with NSOpenGLView
I would like to display 10bit display using OpenGL. But,The wantsExtendedDynamicRangeOpenGLSurface property does not exist in NSView (NSOpenGLView) of Xamarin.Mac. Is there a way to add it?
View ArticleDrag and Drop files from Finder to a NSTableView
Hi, I am building a Mac App for File uploading and need to provide a functionality which allows dragging file(s) from Finder/Desktop etc onto the app window which will subsequently list those files in...
View Article