nsimageview
Core Animation doesn't work. Object disappears
[animationImageView setWantsLayer:YES]; CAKeyframeAnimation *keyframeAnimation = [CAKeyframeAnimation animationWithKeyPath:@\"position\"];[详细]
2023-04-13 09:50 分类:问答cocoa binding on NSImageView in a NSTableView's column not update automatically
In my cocoa app there is a NSTableView(10.7 lion view based tableview) only cont开发者_开发问答ains one column, the cell in it is a custom NSTableCellView, in it there are several views and one of the[详细]
2023-04-11 16:13 分类:问答mouseDown not detected for my NSImageView
I\'ve been searching for answers to this question and while I have done the steps I still cannot seem to get the mouseDown method to be called.[详细]
2023-03-27 12:34 分类:问答Using NSImageView to display multiple images in quick sucession
I have an application where, in one window, there is an NSImageView. The user should be able to drag and drop ANY FILE/FOLDER (not only images) into the image view, so I subclassed NSImageView class t[详细]
2023-03-16 09:18 分类:问答Using Interface Builder's System Media files in code
I have a question regarding the several images and sound files in the Media tab of IB\'s library: how can they be used in code?[详细]
2023-03-14 22:55 分类:问答Image and button in NSImageView are in wrong positions
I am assigning a button and an image to the same position (0, 0), but they are drawn in different locations. Why does this happen?[详细]
2023-03-10 09:10 分类:问答Create subview on awakeFromNib
I\'m trying to create a NSImageView programmatically as a subview of another NSImageView when awakeFromNib is called.[详细]
2023-02-28 19:57 分类:问答NSImageView not working?
I am trying put an image in a view. This is my code: NSImageView *imView = [[NSImageView alloc] initWithFrame:NSMakeRect(0, 0, 480, 360)];[详细]
2023-02-24 05:37 分类:问答How does NSImage's data retaining behaviour work?
I have a method that constantly loads new image data from the web. Whenever all data for an image has arrived, it is forwarded to a delegate like this:[详细]
2023-02-22 07:18 分类:问答NSImageView Drag and Drop issues
I have an NSBox containing two static text fields and two NSImageVie开发者_运维百科w. NSBox is subclassed as myNSBox.[详细]
2023-02-11 00:00 分类:问答