PCL Profile151 (.NET 4.6): Is it possible on Mac?
Hi Is it possible to use PCLs with .NET 4.6 target on Mac? Recently, one of our PCL's target profile was changed to 151, and I get a warning by the references saying "Framework not installed:...
View ArticleUse what API to access remote file share in Xamarin.mac
I'm using Xamarin to develop a Mac app to access remote file share hosted on a Windows OS. Does anyone know what library includes those APIs? I tried Directory in System.IO, but that seems only work...
View ArticleVisual Studio crashes when opening a project
This is my logs, maybe someone can point me to the right direction.. Process: VisualStudio [3268] Path: /Applications/Visual Studio.app/Contents/MacOS/VisualStudio Identifier:...
View ArticleStarting a .NET command line tool from within Xamarin.Mac application
We are spawning multiple background processes that are .NET assemblies from within our Xamarin.Mac application, but we would like to avoid having to install the whole Mono Framework if possible on...
View ArticleChange the default application font
I keep thinking this will involve tinkering with the NSFontManager, but maybe not. What I'd like to do is be able to globally change the application font, and font size -- and have the application...
View ArticleSKAction.runBlock not showing up !
Hi Everyone , Why SKAction.runBlock method not showing up in my SKScene class ? i missed anything ,i want to run action for SKEmitterNode to remove emitter after some time.Could anyone tell me right...
View ArticleI need to use bootstrap
I have added the bootstrap NuGet to my project but < link rel='stylesheet' href='assets/css/bootstrap.min.css'> does not work. I am working on a Mac and I don't know how I am to add it to my html
View ArticleViewController.h disappeared
I was following the Hello Mac tutorial, and it all went well. A couple of hiccups as it's expected from someone that has never worked with Xamarin before. I kept on reading about Mac APIs, common...
View ArticleGit init ???
Hello, I find no setting for init of git. Under the console (git init) Neither at windows nor mac. In brunch selection is always demanded the init Is to be executed. greeting
View ArticleMac Bindings Library
Ok, the Mac Bindings Library template has finally arrived by way of Xamarin 6.0. Thanks Guys. But now to understand how to use it... There's online documentation for the older iOS Bindings Library...
View ArticleBundleResource Imagefiles not accessible after installing with the Installer...
Hi, I created a MAC APP and it works very well if I start it directly form Visual Studio (Debug and Release). The APP shows an Image with: LoginImage.Image = NSImage.ImageNamed(@logo); After creating...
View ArticleTouchesBeganWithEvent not working!!!
Hi Everyone, I have an issue with touch events in SKScene, those are not getting called when i touch sprites in scene ,I am attaching zip file below Can anyone help to resolve this, Thanks.
View ArticleXamarin.Mac AOT Prototype
One possible feature for C10 is enabling a "Hybrid AOT" to improve launch performance. You can read about it here:...
View ArticleCFRelease call manually ! SOS!
Hey, I have problem getting finder comment value on file .... Sometimes application user cashed comment... (shows old one) . Here is my code : var fileURL = NSUrl.FromFilename (imgPath); var mMDItemRef...
View ArticleWebview call Javascript does not work
i want to call a javascript function code on a Webview and pass a parameter to it. already tried different approaches, but none of them worked. not sure whats the problem. in ViewDidLoad im delegating...
View ArticleSegue Failed while Dismissing Current Controller
Hi, Greetings! I have an application in which I am performing segue while closing the current view controller. I am using like this: DismissViewController(this); PerformSegue("SecondViewController");...
View ArticleHow to drag and drop rows in NSTableView in Mac
Hi every one, I have struck with one point i.e now I have got a list of data using NSTableView but what my requirement is, able to drag and drop that rows from one row position to another row position....
View ArticleHow can I drag row by pressing or hold any where in that row in NSTableView...
I have reordering the row from one index position to another index position by using pressing or holding the row in NSTableView but it works only specific area itself(I have marked on image). I want to...
View ArticleHow can I set animation effect while drag and drop row in NSTableView in...
Hi, I can able to reordering row i.e drag and drop from one index position to another index position in NSTableView in mac but I am not able to get any effect while dragging and dropping row. How can I...
View ArticleXamarin.Mac Cocoa Framework equivalent
I'm looking into possible ways of "emulating" the features of a Cocoa framework with Xamarin.Mac. This Xamarin.Mac Framework will have to be loaded at runtime, not compile time and will add features,...
View Article