How to get user defined runtime attributes from xcode ?
Hi All, I am trying to implement custom NSButton to make my button pretty. Here is my custom class [Foundation.Register("StyleAButton")] public class StyleAButton : NSButton { private NSColor...
View ArticleDifficulty using the static registrar
Hi all, I'm working on a fairly huge app and we're struggling with a very long launch time. To give and idea, the NSApplication.Init() takes around 10 seconds to complete. I've briefly read about the...
View ArticleHow can I set visibility's to the TableView Cell on View Controller in...
I am struggling from last one day to solve this issue i.e I have create a ViewController in storyboard using drag and drop options after that Table view cell is set on that ViewController. What my...
View ArticleApp distribution outside the mac app store
Hi Guys, I have problem to run application in other devices. As it is documented here : https://developer.xamarin.com/guides/mac/deployment,_testing,_and_metrics/publishing_to_the_app_store/signing/ I...
View ArticleHow to decode a QR Code with Xamarin.Mac?
Hello. I just began coding with Xamarin.Mac: it's really nice but some 3rd party package is still missing for my needings. Specifically, I use ZXing.Net NuGet package for a project that I developed for...
View ArticleCheap mac for iOS development
I am looking for a cheap mac just for iOS development (to run xCode) i have a good PC so i don't need a very powerfull mac, but just a cheap (second-hand) one which gets the job done
View ArticleHow to receive error log report from my xamarin mac application
Hi, I need to receive crash reports from clients , how can I implement it?
View ArticleIs it possible to change background color of a View?
Hello. Is it possible to change the background color of a View in XCode or in code?
View ArticleCollectionView Broken in XS 6.1.2 (build 44)
Following the Xamarin Mac guide on how to implement a CollectionView, I'm no longer able to get the Prototype View to show up when I drag a CollectionView control onto the NSView's .xib file. This use...
View ArticleNSButton Title is not visible while CALayer is set to the NSButton Layer in...
I have struck with NSButton Title visibility. What I have done is, I have taken CALayer and arrange background color, corner radius and border width for that layer. Finally this layer is set to the...
View ArticleHow to show difference for selected toolbar icon & unselected icon ?
Hello Guys, I want to show the difference for selected toolbar icon with other icon's in my sample, can any one tell me how to achieve this ? I want my selected toolbar icon would be as Present my...
View ArticleBeta Channel: Xamarin.Mac 3.0.0, Cycle 9 macOS 10.12 Sierra SDK Bindings
Please see "Beta Release: Cycle 9 RC Builds" on the Release Blog for the details about this release.
View ArticleWhat's the best way to show a waiting dialog?
Hello. I would like to show a progress indicator (don't mind if indeterminate or not) while a long task runs. What is the best way to do that? A Segue connected to a Sheet, maybe? I found this:...
View ArticleHow to set my sandboxed app launch automatically ?
How can I set my sandboxed application launch automatically after startup,I can't find the SMLoginItemSetEnabled function in Xamarin.
View ArticleShared EventWaitHandle between Cocoa applications
Hi, I want to use events in multiple applications to communicate with each other. The problem is that if I create an event with the same name in two different Cocoa applications, two different events...
View ArticleFocus in the TextField
I would like to put the focus in a textfield but when I try this: txtName.BecomeFirst .., it does not work on Xamarin.MAC. When I do this on IOS, it works perfectly. How to do ? Thank you Alain
View ArticleHow to close view on selection of CollectionView Item?
Hi All, I got stuck in this , i am successfully showing collection view with some images now i have to close this view from main view on clicking of collection view item, this is my code NSView :-...
View ArticleNSProgessIndicator Binding "Hidden" Property Latency Problem
I have a ProgressBar and a ProgressRing whose "Hidden" property is bound to an exported public "Discovering" property. Unhiding them is not a problem. But when I set the property to re-hide them, it...
View ArticleSimple browser launch and navigate - won't work
Sorry if this is the wrong forum, I'm pulling my hair out here. I'm on Mac OS 10.12, using Xamarin Studio. I'm not familiar with Mac or Xamarin, I'm very much used to Windows/Visual Studio. I'm trying...
View ArticleHow do i implement nested NSSplitView like below?
Hi All, I am trying to implement this with autolayout after running my application, second splitview is showing like this Can anyone please guide me to solve this... Thanks in Advance.
View Article