I\'m trying to animate the movement of a custom view of mine using the following code (my best translation from objective-c from Apples own documents)
I am trying to create a simple app with MonoMac and need to execute apple script to access playlist information from different media players (see my previous question).
Anyone got an example on how to use NSOutlineView wit开发者_JAVA百科h NSTreeController bindings using MonoMac?
I\'m using MonoMac, but I understand cocoa and objc well enough that if you can answer me in those languages, please do.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting an开发者_StackOverflow社区swers.
Ok, I\'m trying 开发者_Go百科to add alot of subviews (same type of view, just displaying difrent information) to a NSScrollView, but everytime i add a subview (code below) it just adds the view on top
I 开发者_JAVA百科have a feeling that I\'ve either stumbled upon a bug (unlikely) or that I\'m just using this function wrong (probably). I\'m trying to make a sheet appear on my MainWindow. For some r
I have an mp3 playing application written in C# which I would like to port to OSX. As it uses DirectShow to play mp3 I realise that I will need to recode the audio playback part. I found Apple\'s pl
Miguel de Icaza announced a new project today called MonoMac, to develop apps for the Mac using Mono and C#: http://tirania.org/blog/archive/2010/Apr-19.html
Im new to asp.net mvc and just learning the basics right now. Im wondering how pages with muliple databound items would work with mvc views.