I am trying to figure out MonoMac with Xcode 4 and most things appear to work. However, I cannot figure out how to get windowWillClose: to work.
I\'m writing a program in monomac to ftp files to a server. I used the FtpWebRequest as FtpWebRequest request =(FtpWebRequest)WebRequest.Create(\"ftp://serverip/filename\");
I can get informations about video-files like resolution by using the Shell32.dll under windows. Is there some way t开发者_StackOverflow社区o do this (in C# - running under the mono framework) that w
I would like to write a proof of concept MonoMac app which renders html \"Views\" using c# and Razor.
I\'m trying to write a general purpose routine that will set t开发者_如何学JAVAhe font using a variable instead of the literal font name.
I see some classess I would Like to use here https://github.com/mono/monodevelop/tree/master/main/src/addins/MacPlatform/Ma开发者_如何学JAVAcInterop
I am new to mono and monomac and i got stuck with something that i hope should be really easy to fix.
I can use - (BOOL)applicationShouldTerminateAfterLastWindowClosed: method to quit cocoa app when window closes by using开发者_StackOverflow社区 the method in application\'s delegate.
I have a function in my program that creates new widgets to represent data, however whenever a widget is created i get alot of \"AutoRelease with no NSAutoReleasePool in place\" error messages. Since
I get the following error when I try to publish my MonoMac application as mac installer. I am using MonoDevelop 2.4.2, MonoMac 2.4.2.4 and the project is a fresh project created by the \"C# MonoMac Pr