nsview
Bad text rendering with Core Animation
First of all, I know this topic has been brought up several times before but I\'m posting this question because none of the \"solutions\" I\'ve used in the past have worked in this specific case. I\'m[详细]
2023-03-28 00:54 分类:问答Why don't I get keyUp / keyDown events for control characters in Cocoa?
My NSView window receives key up / key开发者_如何学JAVA down events for all keys except for Shift, Alt, Cmd and a few others... How can I fix that?Modifier keys are a special case.If you want to know[详细]
2023-03-27 21:07 分类:问答Set view as a top view Cocoa OSX
I have some views on the window, of which I am concerned about two views and amo开发者_运维问答ng them one is the root view. I am adding the other as a subview in the init method of the super view. Af[详细]
2023-03-26 16:00 分类:问答NSScrollView background image in Lion
I\'m working on a Mac application with an NSScrollView, and I want the NSScrollView to have a custom background image. I used this code in the custom documentView NSView subclass:[详细]
2023-03-26 00:33 分类:问答Holding NSView instances in an array
Is it possible to store an NSView object in a mutable array? As I understand it, the view will be an object so the array should be able to hold it. Specifically, I want to hold severa开发者_高级运维l[详细]
2023-03-25 09:01 分类:问答Rounded corners for NSView subclass not working
I\'ve got a custom NSView subclass which I want to have rounded corners. I use the following code in the .m file:[详细]
2023-03-25 07:59 分类:问答setBackgroudColor to NSView
What I miss? color won\'t change. #import \"controller.h\" #import \"backgroundView.h\" @implementation controller[详细]
2023-03-25 03:00 分类:问答Adding a toolbar to INAppStoreWindow
I\'m trying to add a toolbar to INAppStoreWindow. It has this property: /** The title bar view itself. Add subviews to this view that you want to show in[详细]
2023-03-24 13:14 分类:问答How does an NSView subclass communicate with the controller?
I am brand spanking new to Cocoa programming, and am still kind of confused about how things wire together.[详细]
2023-03-23 22:47 分类:问答Fixed object to the right of an NSWindow
I have created an NSView on an NSWindow. I\'m t开发者_StackOverflow中文版rying to \"dock\" the view to the right side of the window, so that when I scale the window the view will always stay on the ri[详细]
2023-03-23 20:21 分类:问答