MonoMac is an open source library for building Cocoa applications on Mac OS X using Mono.
0
votes
0answers
21 views
Changing coordinates of CoreGraphics to top left causes ShowText to render upside down
I have configured a CGContextPDF so the (0,0) coordinates are at the top left and not the bottom left using the following:
context.TranslateCTM(0, height);
context.ScaleCTM(1, -1);
However, now ...
0
votes
2answers
23 views
MonoMac Package Does NOT Include Images
I have several images and one application icon in my MonoMac application, all with build action set to "content", but when I build the installer (.pkg) file and install it on another machine, none of ...
1
vote
1answer
34 views
MonoMac Could Not Load Assembly or Dependency
I have a fairly simple application that I built using MonoDevelop 3.0/XCode 4.0/.NET 4.0 on OS X 10.7 (Lion). Basically, I have a Windows GUI and a Mac GUI for the application, and both share a class ...
0
votes
0answers
44 views
Is there an Advanced Installer for OS X applications? (specifically Xamarin.mac app)
I've been tasked with creating an installer for a Xamarin.mac application. I have been given some strict requirements and so far I haven't found any solutions that satisfy all of them. This question ...
0
votes
1answer
30 views
Regression in NSKeyedUnarchiver
My code which uses NSKeyedUnarchiver now throws a TypeLoadException when using the latest monomac from Git:
System.EntryPointNotFoundException: monomac_IntPtr_objc_msgSend_IntPtr at at (wrapper ...
0
votes
0answers
17 views
MonoMac Project calling Assembly.ReflectionOnlyLoad in Mono project
This question here here is similar because I am trying two routes to the same conclusion.
I have an application that is written in c# and I am now porting to the mac. This is working using Mono.
I ...
1
vote
0answers
31 views
Creating NSWindow programmatically in Mono using MonoMac.dll Ref
This question here is because I am trying two routes to the same conclusion.
I have an application that is written in c# and I am now porting to the mac. This is working using Mono.
I am using a Mac ...
2
votes
2answers
33 views
NSLayoutConstraint animation on MonoMac
I'm working in MonoMac and am attempting to animate the width and height constraint for a control dynamically on a button click. After reading the following pages, I'm assuming that I have to use the ...
0
votes
0answers
45 views
monomac dynamic object event runtime error
I am using monomac. I am generating dynamic object on runtime. Its a checkbox (NSButton). When I add activated event for dynamic checkbox monomac says this error :
Got a SIGSEGV while executing ...
0
votes
1answer
27 views
NSUserNotificationCenterDelegate methods not called on only one machine
I'm trying to use NSUserNotificationCenter. I'm able to deliver notifications successfully. I'm using the ShouldPresentNotification callback on NSUserNotificationCenterDelegate to present ...
0
votes
1answer
45 views
NSApplication.SharedApplication.Terminate doesn't actually terminate my application after unhandled exception
I am developing a simple application for OSX with MonoMac. When my application experiences unhandled exceptions, I catch them with:
AppDomain.CurrentDomain.UnhandledException += (sender, e) =>
...
0
votes
0answers
19 views
Check QtKit Dependencies for embedded Player
I have an application written in C# with MonoMac, that embeds a QuickTime player, so i want to know:
Is possible uninstall QuickTime?
If it is possible uninstall QuickTime, this prevents use the ...
0
votes
0answers
29 views
How I display a web page in a modalWindow with webview
Now I have a button in a modal window we cam call this window A, click this button to show a new modalwindow B, in the window B I have a webview to show a web page, But this webview not working!!! I ...
0
votes
1answer
158 views
How to set Xamarin MonoMac project so its build outputs .app package instead of .exe?
I am trying to get Mac package (.app) as build output when building MonoMac project in Xamarin. This project is actually a default one - it only displays an empty window and can be created in Xamarin ...
0
votes
0answers
82 views
Process.Start within application bundle on Mac (using MonoMac)
I am using MonoMac do develop a very simple application for Mac. I have a solution consisting of two projects: the main project, and the auto updater. The main project references the auto updater, so ...
2
votes
1answer
42 views
How do I open a window as a modal dialog in MonoMac using C#?
I am developing a Cocoa application with MonoMac (C#).
I have a class MyWindowController that inherits MonoMac.AppKit.NSWindowController, and open a new instance of this window like this:
...
2
votes
1answer
101 views
MonoMac / Xamarin.Mac: EntryPointNotFoundException for AudioSession.Initialize()
I'm very new to C#, MonoMac and Xamarin and am trying to play some generated audio with C# and Xamarin.Mac using this awesome example.
Unforunately the first line:
AudioSession.Initialize();
...
1
vote
1answer
87 views
Get a File Descriptor Handle from FileStream
I'm using this library https://github.com/ahawker/NLibsndfile for convert audio files with libSndFile from C#, i did this method, for the conversion (coverts wav to aiff):
string sourcePath = ...
2
votes
1answer
31 views
Many NSTabViewItems in a Single NSTabView
I have an application where the tabs are draw it dynamically depending of the numbers of items of a configuration file (i know, is not the best idea, but is a requeriment of a client). The problem is ...
1
vote
1answer
46 views
MonoMac WebView - Show Console or Web Inspector?
Trying to figure out how to show the webkit console or inspector from a MonoMac application. It looks like it can be done in Objective-C by setting WebKitDeveloperExtras.
[USER_DEFAULTS ...
0
votes
1answer
29 views
MonoMac Exceptions Not Bubbling Up
I'm relatively new to MonoMac, and I'm having a problem handling exceptions that are thrown from a referenced assembly. I'm building my GUI on OS X 10.7 (MonoMac 2.10, MonoDevelop 3.1, Xcode 4.3), and ...
0
votes
2answers
77 views
How to pass command line arguments to MonoMac application?
I have a C# application with GUI created using Monodevelop 3 and MonoMac libraries. After build, I get a mac app with embedded mono v3 runtime.
Application runs fine, but it does not receive any ...
1
vote
1answer
138 views
Xamarin.Mac project crashes at startup, what am I doing wrong ?
I downloaded Xamarin Studio (4.0.1), and created a new Xamarin.Mac project via the template. Without changing any code, I try to run the app. It immediately crashes with EXC_BAD_ACCESS (even before ...
1
vote
2answers
137 views
Is it possible to bundle the Mono runtime on OS X (without using Xamarin)?
I want to bundle the Mono runtime with my OS X application, so that the users won't need to install an additional framework just to run my application.
When attempting to use MonoDevelop's automatic ...
1
vote
1answer
86 views
Using Mac notifications with Monomac
I am currently porting a simple tray application from Windows (C#, .Net, Winforms) to OS X (C#, MonoMac, Cocoa). Most of the work is done, but I'm having some trouble with the OS X equivalent of the ...
0
votes
1answer
104 views
Embed dylib in Xamarin.Mac binding dll
I'm creating bindings for Xamarin.Mac / MonoMac. I'd like to embed the dylib in the generated dll like it's done on Xamarin.iOS with the [LinkWith] attribute.
Is it possible to do that ? if so how ? ...
0
votes
0answers
25 views
How to Load a NsView from a dll or use window load another nsview
I am a MonoMac learner, and i want to build a mac MonoMac Solution for company, that this solution have 3 projects: MainProject and lib1 ,lib2.
i want to let lib2 project have Some View ...
2
votes
0answers
119 views
Apple Sandbox denying access to public data in low level calls
For some reason the sandbox on Lion is causing my app to crash while making a call to getprotobyname which should be available since it only reads static data provided by OSX itself.
Is this some ...
1
vote
0answers
56 views
How to Register a Service in Mac OS?
I am experimenting with Mono, MonoMac, and C#. I try to write a simple application based on a service for Mac OS. I followed Apple's developer documentation on implementation of service providers.
...
0
votes
1answer
91 views
Merging Mono Runtime 3.0.4 with MonoDevelop 3.x fails
I'm trying to merge the Mono Runtime (v 3.0.4) with a MonoMac application, but since the upgrade to 3.0.4 (from 2.10.11) this fails with the following error:
Merging Mono Runtime into app bundle
...
2
votes
1answer
154 views
Xamarin.Mac - Issue submitting to Mac App Store
We are in the process of submitting our app for the Mac App Store. I get the following email from Apple when submitting to the store:
Dear developer,
We have discovered one or more issues with your ...
0
votes
0answers
31 views
MonoMac class outlets
In objective-C, I can define an interface like this:
@interface RMCustomControl : NSControl {
IBOutlet id partnerView;
}
- (id)partnerView;
- (void)setPartnerView:(id)view;
@end
And my outlet ...
0
votes
1answer
210 views
MonoMac / Xamarin.Mac binding simple dylib not working
I'm trying to bind some native code for use in MonoMac / Xamarin.Mac, but I'm not sure where I'm going wrong. I create a simple dylib to test with:
nativelibrary.h:
- (NSString *)echo:(NSString ...
2
votes
1answer
75 views
Custom Tabs in MonoMac project
I am using MonoMac to develop an application and so far have been delighted at how easy it is to use coming from the Windows world. However I am stumped on what should be an easy feature to ...
0
votes
1answer
83 views
monomac / Xamarin.Mac - derived NSTextField using NSTextViewDelegate
In objective-C, I can make my subclass of NSTextField conform to the the NSTextViewDelegate protocol - like so:
@interface PasswordField : NSTextField <NSTextViewDelegate>
How can I translate ...
1
vote
0answers
141 views
Sending a json serialized object containing a escaped string using HttpWebRequest on mono
The requirement serialize a class and send it to the server.
Dev environment:
MonoDevelop 3.0.6
Runtime:
Mono 2.10.9 (tarball)
GTK 2.24.10
GTK# (2.12.0.0)
Operating System:
Mac OS X ...
0
votes
1answer
79 views
Compare .NET execution to Mono (on OSX)
I built an application in .NET and works great. I'm currently in the process of making a Mono port for OSX but have come across a very weird bug. In one area of my code it seems to output completely ...
0
votes
0answers
25 views
Print text in MonoMac/Cocoa
I have a MonoMac application that I wish to print from. Currently I have the following code:
private void PrintText(text)
{
NSTextView nsTextView = new NSTextView();
nsTextView.Font = ...
2
votes
0answers
76 views
MonoMac/Cocoa fullscreen application
I'm trying to fullscreen a MonoMac/Cocoa application, by using EnterFullScreenModeWithOptions on the ContentView of a NSWindow. The following works great:
...
0
votes
1answer
69 views
MonoMac BeginSheet issues
I'm writing a MonoMac app and I'm struggling with the BeginSheet. I have a number of problems with it, and will list them in the hope that it is a common problem across them all.
I have managed to ...
0
votes
2answers
116 views
Simple mvvmcross monotouch with xib support (and monomac)
I tried the simpledroid with INotifyPropertyChanged and ICommand successfully.
I want to do the same with monotouch and xib designer,but without TouchDialog. Is there a way to implement without ...
1
vote
2answers
72 views
Cocoa getting input data from DOMDocument
I'm trying to get data from the DOM from a document loaded into a Cocoa WebView control but it seems like the element's value is empty. I'm using MonoMac. The code I'm using (C#) is below:
var ...
3
votes
2answers
269 views
Including custom dll and dylib in MonoMac app
Background: My MonoMac app uses a custom build of sqlite3.0.8.6.dylib.
I need the exact steps to have MyApp.app use this dylib.
Here are some steps I took:
Copied the dylib to ...
3
votes
0answers
64 views
Submitting sandboxed MonoMac app without accessing shared memory?
I have a Sandboxed MonoMac based application in the MacAppStore, with the latest update to the app pushed to MAS I received a message from Apple that the application accesses /dev/shm, and that this ...
1
vote
1answer
53 views
Refresh UI on ApplicationShouldTerminate
I have a trouble, when i try to update the text of a button at time to exit from the application.
The ApplicationShouldTerminate method is like this:
public override ...
1
vote
0answers
68 views
Debugging MonoMac apps using Mono Tools and Visual Studio
If a MonoMac app has been compiled on MonoDevelop, can it be remotely debugged via Mono-tools (or anything else) on Visual Studio running on a Windows machine?
Scenario
Several library assemblies ...
1
vote
1answer
36 views
Export attribute on nullable property causes crash
Using mono 2.10.9 and monomac, I have written a c# class inheriting NSObject used for Cocoa-binding from Xcode. If my class includes a property using a nullable value like this:
[Export]
public bool? ...
1
vote
1answer
66 views
Can Managed.Windows.Forms be used in MonoTouch?
I have a .NET application that I am porting to Mono so it can run on both Mac and iOS. Currently my application uses System.Windows.Forms for mouse and keyboard events. In MonoMac I know I can just ...
2
votes
1answer
85 views
Best way to obtain Mac ~/Library/ path when using c# with MonoMac
I have a shared codebase (dll) that I use for both a Windows and Mac project. I'm looking for the best (supported) way of obtaining the path to the Mac Library folder so my project honors the Mac App ...
0
votes
0answers
114 views
SVN Cleanup fails (every time) after cancelled update or checkout
I'm developing a simple (win/mac) application that sets a few environment variables and then gives users basic SVN commands to interact with the directories set by the environment variables. I've got ...

