Mismatched Xamarin.Mac versions
Hi All, Recently i've upgraded an old Xamarin project to the latest Xamarin Unified API. I've had no end of trouble but have finally managed to get it partially building with MSBuild. Lately I've...
View ArticleHow will expand all Items of NSOutlineView.
Hi, How can expand all Items added into NSOutlineView. By default Item is in collapse state but I want to set expand state.
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 ArticleAdded nuget package cannot be used in code
I added Google.Speech Nuget package. It successfully installed but I am unable to use it in code. When I try Google.Cloud.Speech.V1 it says Cloud does not exists in namespace. It actually does and I...
View ArticleA way to have a message loop for native xamarin mac apps
I'm porting over an app in c sharp that uses the application.run() from windows forms to have an infinite loop without stalling the ui. I searched online for quite a while and can't find a way to stop...
View ArticleNSCollectionView footers
I guess that at least part of this is a bug, but let me check if there is some way to properly implement footers for NSCollectionView. Currently Xamarin doesn't support...
View ArticleHow to access microphone stream in Mac?
Hi, I am trying to port my Win Forms app to Mac and have a question regarding microphone access. In my WinForms app, I use NAudio to capture the microphone stream and run through some speech...
View ArticleFacing problem in NSProgressIndicator to display progress of process.
Hi, I am using NSProgressIndicator to display progress of process. for this i am using following code var progressIndicator = new NSProgressIndicator (new CGRect (50, 0, 400, 200)) { DoubleValue = 0,...
View ArticleUsing ImageKit to Scan
Does anybody know how to even start this? I implemented an IKDeviceBrowserView, no problem, and it does enumerate scanners. The first question I would have is what does "local" mean in...
View ArticleHow to connect Hotmail with MAC?
As I am using Hotmail service and needs to sync my Hotmail with the Mac service. How should I connect both? Provide me the answer.
View ArticleCan I add a MacOS project in visual studio 2017 for windows?
I tried to add a MacOS project to my .Net PCL, but there were no optrions for Mac anywhere. When I copied my folder entire folder over to my Mac, I was able to add a MacOS project, but none of the...
View ArticleDetecting pressed down keys in Xamarin macOS
Hi, Is there any way to check are there any buttons pressed down? Not necessarily interested in the events. Thanks!
View ArticleNSOutlineView Expand / Collapse item with animation from code
I have an outline view where I need to expand / collapse items when clicked anywhere on the row and I am being successful in doing that except the animation behavior is not same as when disclosure...
View Article