asp.net mvc4 Simplified Chinese enum error for xamarin.mac v6.0
xamarin version: 6.0 max os x version :10.11.4 asp.net mvc version :4.0 asp.net mvc4.0 a project created with vs2010 There is a Simplified Chinese enum Whether or not supported in the enum Simplified...
View Articletoo many files open error thrown
Hi, I am developing a Mac application and it involves lots of file operations in quick time (its a upload utility) and error thrown is "Too many files open".. what should I do? How can I find how many...
View ArticleHow to construct C# console application which will be able to consume Mac...
Hello, I am porting windows console app onto mac. As I understood there are several options available: 1) Native Xamarin.Mac applicaiton (native and jitted) 2) Regular Console Application ( plain .net...
View ArticleHow to save C# object into NSData and get the same object from NSData
I need to store a C# object into NSData as I need to save this object into NSPasteBoard and later I need to get the C# object from NSData. I did not find a good example from on-line like stackoverflow...
View ArticleHow to repaint a control
Hi, In windows we can rePaint a control by calling paint method or revalidating a region. Is there any equivalent in Xamarin Mac? My requirement is that I want to call REPAINT a region and /or control...
View ArticleRussian chars in files name
I have problems with russian folders. panel.Url.ToString() return something like this: file:///Users/aleksandrplesakov/Desktop/%D0%BA%D0%B0%D1%80%D1%82%D0%B8%D0%BD%D0%BA%D0%B8/ How i can fix it?
View ArticleXamarin Studio 6 beta changed NSColor so background color fails
I use the Beta channel at home and the Stable channel at work. I can fix my code so it works at home, but breaks at work or vis-versa. What I am trying to achieve is a generic SetBackgroundColor for...
View ArticleHockeySDK for Xamarin.Mac
Nothing out of the box yet. Looks like I need to create a wrapper around the HockeySDK.Framework. But, the sharpie generated files do not include the main functionality, only the structs, enums and...
View ArticleHow i can encode Foundation.NSUrl to utf8?
i only find solution for swift or objective c.
View ArticleRun app without Xamarin
If i wanna run my app on other computer(without Xamarin) i should install mono framework?
View ArticleNSWindowRestoration, INSWindowRestoration ?? How to implement window restoration
I've been banging my head for hours now. Has anyone implemented window state restoration? I cannot find any xamarin / c# example. I have tried adoption INSWindowRestoration in my windowcontroller. Also...
View ArticleOdd System.Drawing not found problem.
On my main machine, I can no longer build/run my project successfully. With Xamarin.Studio 6.0, it builds, but then using 'start debugging', the application immediately dies at the Init() call because...
View ArticleHow i can release my app?
Error: No valid OS X code signing keys found in keychain. You need to request a codesigning certificate from https://developer.apple.com. I can't find where i can get it.
View ArticleHow to programmatically open a file of any type on OS X?
Hi I've tried this: var openedSuccessfully = AppKit.NSWorkspace.SharedWorkspace.OpenFile(filePath); It seems to work, except for those file types which have no default app associated with them. When I...
View ArticleOSX GetActiveTcpListeners Not Implemented?...
Total newb to mono & Xamarin on Mac OS X. Is there something else I could/should be using to GetActiveTcpListeners, GetActiveTcpConnections & GetActiveUdpListeners? IPGlobalProperties...
View ArticleSubmitting to App Store with Receipt Checking
We have learned that in order to get our Mac app into the App Store we need to check that it's has a valid receipt and that iTunes user obtained it from the App Store. We have also learned that this is...
View ArticleSandbox issue: deny forbidden-sandbox-reinit
I'm trying to send an application to the Mac app store, but one of the requirements is the Sandbox, but when I set to use Sandbox I get the following error: deny forbidden-sandbox-reinit and Could not...
View ArticleSparkleSharp: Sparkle bindings for Xamarin.Mac
I've just finished porting my Sparkle bindings to the new Xamarin.Mac binding project found in Xamarin Studio 6 (in beta for now). Since Sparkle is one of the most commonly used frameworks in non-App...
View ArticleNeed old version of Xamarin Studio and Mono
Hi, Recently I had upgraded Xamarin and Mono, etc and there are some issues cropping up in the program which is just not ending. I have decided to downgrade to what the version of Mono and Xamarin...
View Article