When I firstly created a window based application (with using coredata), I not seen - (void) applicationDidFinishLaunching:(NSNotification*)
I have subclassed NSWindow so I can make some tweaks and have a custom window. One of them is to make bottom corners rounded but haven\'t succeed yet.
This is kind of a followup on my previous question. I have an NSTextView, which updates normally (well, actually there are some bugs in which it will draw awfully slowly until you pass your mouse ove
I\'ve been using the example from here to create a custom titlebar-less window: Drawing a custom window on Mac OS X
I dont havetime right this second to put some sample code, (Ill edit my question tomorrow and add some) but basically what happens is that I have a Window. It works fine usually, but if I use
I\'m running a modal window in my application, which works fine. The problem however seems to be dismissing the window.
I am writing a notification system just like growl. The notification is a window and it\'s level is set to NSModalPanelWindowLevel. The only problem is, I have a button in that window and when the use
How can I get mouse events f开发者_运维问答or NSWindow? I want to know when a use hovers over a window and clicks a window. Thanks. Use the following methods:
Two questions here. First question, In my Mac OS X application the window has resizing enabled. My window contents are on a 500x500 window size. Problem is that user can resize it so some of the cont
I have a custom borderless NSWindow in the shape of a circle. To do this I use a custom NSView that dra开发者_Python百科ws a filled circle.