nswindow
Application launching
When I firstly created a window based application (with using coredata), I not seen - (void) applicationDidFinishLaunching:(NSNotification*)[详细]
2023-02-28 13:07 分类:问答NSWindow with bottom corners rounded
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.[详细]
2023-02-28 01:30 分类:问答Update unfocused NSTextView
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[详细]
2023-02-26 20:17 分类:问答Center programmatically created window
I\'ve been using the example from here to create a custom titlebar-less window: Drawing a custom window on Mac OS X[详细]
2023-02-26 04:12 分类:问答NSTextView wont update unless I click on it, and it wont focus. Any ideas?
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[详细]
2023-02-25 18:06 分类:问答NSWindow Modal Problems
I\'m running a modal window in my application, which works fine. The problem however seems to be dismissing the window.[详细]
2023-02-24 09:38 分类:问答Growl notification like nswindow level
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[详细]
2023-02-24 06:12 分类:问答NSWindow mouse events
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:[详细]
2023-02-23 15:30 分类:问答Minimum window size of a Mac OS X application
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[详细]
2023-02-21 03:58 分类:问答How to achieve mouse click-through on NSView with CALayer?
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.[详细]
2023-02-18 08:07 分类:问答