mono
Capture image of window or widget in Mono
I\'m trying to capture an image of either the current window or a widget and save it to an image file. T开发者_运维技巧he problem is that I\'m using Gtk# on Mono, so it needs to be a solution that\'ll[详细]
2023-04-11 17:59 分类:问答How can I make an object a delegate of a window?
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.[详细]
2023-04-11 13:09 分类:问答Mono / Ubuntu - Conflicting definitions
I\'m attempting to build a library (Medsphere.Widgets) on Ubuntu, and it\'s throwing me an error. I\'ve had a good search around, but nobody seems to have an answer for it. The configure script works开[详细]
2023-04-11 07:42 分类:问答What contraints should I be aware of to maximize portability of Mono code?
I\'m interested in writing some cross-platform code using Mono, with a view to targeting mobile iOS and Android runtimes.[详细]
2023-04-10 05:42 分类:问答WCF Service in Mono not accessible?
I have tried this both on linux and os x and am having the same issue. This is MonoDevelop 2.6 with the most recent stable version of Mono. On my Mac thats v 2.10.2.[详细]
2023-04-10 03:41 分类:问答Unrecognized selector sent?
I\'ve been mucking around with MonoTouch and the Xcode interface builder from some sample code which had an interface defined already.[详细]
2023-04-10 01:10 分类:问答Passing command line arguments to mono-service
Is there a way to pass开发者_C百科 command line arguments to a service invoked by mono-service? All of the command line arguments seem to be absorbed by mono-service instead of passed to the service.[详细]
2023-04-10 00:29 分类:问答using .asmx using lighttpd and mono fastcgi
I have deployed a web service to a ubuntu server running lighttpd and fastcgi-mono-server2.The .asmx page loads correctly but when I test the method I get a 404.[详细]
2023-04-09 22:50 分类:问答Monomac An Exception as thown by the type initializer for System.Net.WebRequest
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\");[详细]
2023-04-09 18:59 分类:问答Start process on Mac
I want to write command in Mac equivalent to \"ffmpeg -i input.avi output.avi\" in Windows. My code is:[详细]
2023-04-09 15:11 分类:问答