Questions tagged [monomac]

MonoMac is an open source library for building Cocoa applications on Mac OS X using Mono.

MonoMac: an open-source foundation for building Cocoa applications on OSX using Mono.

MonoMac is the result of years of experimentation in blending .NET with Objective-C and is inspired by the same design principles that we used for MonoTouch.

It is also the result of weekend hacking as our day to day work revolves around Mono's efforts on Linux servers, Linux desktops, Visual Studio integration and our mobile efforts. Luckily, it shares some components with MonoTouch.

A new commercially supported offering, Xamarin.Mac, is a superset of MonoMac and include a license to deploy the Mono runtime (without the LGPL requirements).

328 questions
0
votes
1 answer

How to require / add a dependency to Mono with PackageMaker or MonoMac?

I'm building an application which is made of four .app packages: a launcher, a client, a server manager and a runtime. The launcher's .app is distributed in a .pkg file generated by MonoMac's packaging option. The other .app files are…
Elisée
  • 259
  • 1
  • 12
0
votes
1 answer

which Xcode is compatible with mono3.0 and lion 10.8

I need to develop a GUI for my MonoMac application. Which Xcode shall I use for cocoa development? I am using Mono 3.0 and MAC OX Lion 10.8 in VMware on Windows 7 PC.
LearningAsp
  • 351
  • 1
  • 2
  • 12
0
votes
3 answers

Generate classes from CoreData model

I'm trying to develop a pair of C# applications, one iOS, one Mac, that use the same CoreData database. Effectively, the desktop app populates it, and then it's distributed as part of the iOS app. I can use XCode to generate an .xcdatamodeld file…
Bobson
  • 13,498
  • 5
  • 55
  • 80
0
votes
1 answer

How do you fill patterns in MonoMac

Does anybody know how to fill patterns in MonoMac, this code does nothing unfortunately. It doesn't even call draw pattern. Any help would be awesome :D void DrawPattern (CGContext NewContext) { Console.WriteLine("Drawing…
Gordon Truslove
  • 724
  • 2
  • 10
  • 19
0
votes
1 answer

Debugging File WriteAllText

The small utility that I've created builds just fine. But when I go to save the file, I get a debugging exception: System.UnauthorizedAccessException has been thrown, Access to the path "/folder/file is denied. The location to which I'm trying to…
infinit_e
  • 57
  • 1
  • 10
0
votes
1 answer

NSTableCellView in MonoMac

I'm fairly new to MonoMac and I am trying to figure out if the NSTableCellView class (shown here) is available in MonoMac? I see there is an NSTableViewCell class in MonoMac, but that seems to be completely different. Thanks for any help with this.
Keith Maurino
  • 3,374
  • 10
  • 40
  • 48
0
votes
1 answer

init a NSWindow in monomac

This is driving me nuts, I've tried everything for about a week. Hope some kind sole can help. I'm trying to create a new modal popup color picker. However, StopModal() keeps creating a new window. I created a new NSWindow programatically a little…
Gordon Truslove
  • 724
  • 2
  • 10
  • 19
0
votes
1 answer

MonoMac NSTableView and NSTableViewDataSource Data Update

Im trying to update the NSTableView when NSTableViewDataSource was updated. NSTableViewDataSource uses an ArrayList & had Add() & Count() methods so my code would add data from Button Click action method. Its similar to an example…
Araejay
  • 222
  • 1
  • 2
  • 9
0
votes
1 answer

Mono: Change 'unpack' directory with the Mac Installer

I created an application in MonoDevelop, the application runs correctly (as far as I know) as I have ran it through MoMA and it is basically a direct port from Windows. I downgraded MonoDevelop to 2.8 so I can use the 'Create Mac Installer' as…
Madeline
  • 645
  • 1
  • 9
  • 19
0
votes
2 answers

Drawing Text In MonoMac

I am trying to draw some text in MonoMac but without success. In the provided sample the circle is drawn, but the text does not appear. var context = NSGraphicsContext.CurrentContext.GraphicsPort; context.SetStrokeColor (new CGColor(1.0f, 0f, 0f));…
tomitrescak
  • 1,072
  • 12
  • 22
-1
votes
3 answers

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 command line arguments that i pass to it. static void…
alex
  • 12,464
  • 3
  • 46
  • 67
-1
votes
1 answer

.addSubview works on a NSScrollView but not on a NSCustomView

In my Project I have a View with Controller called TaskOverviewView with just a NSTextField, which I'd like to use like a widget. In a NSWindow I have a NSCustomView and a NSScrollView as well. On booth I try to add a instance of the view of…
john84
  • 2,431
  • 4
  • 24
  • 30
-1
votes
2 answers

How do I develop a GUI for my MonoMac application in MonoDevelop?

How do I develop a GUI for my MonoMac applications? I can't find any option in MonoDevelop.
LearningAsp
  • 351
  • 1
  • 2
  • 12
1 2 3
21
22