nsscrollview
OSX/Cocoa - NSScrollView with transparent background
I can\'t seem to create a NSScrollView with a transparent background. Does anyone know why? here is my code:[详细]
2023-04-11 07:56 分类:问答NSScrollView Background Texture
Is there any way that one can use the NSScrollView background texture that is used in Safari from within other applications?I know how to get the NSScrollView to display a pattern,开发者_如何学编程 I[详细]
2023-04-09 13:30 分类:问答Zoom image in a NSScrollView in objective-c
I have two NSScrollView\'s with scroll synchronized with each other (using Apple\'s example) and it is working. Next I implemented a zoom that would zoom both images (they have the same size by defini[详细]
2023-04-03 15:38 分类:问答NSScrollView isFlipped question
If I am programmatically creating an NSScrollView how do I go about flipping it? For example: //set up the page rect[详细]
2023-03-30 07:52 分类:问答Objective-C/XCode measurement question
I am building an app (desktop) that is an ad layout manager. The measurements from the Indesign template I am working with is in inches. For example, the magazine is 8x10.5 inches. So to give the user[详细]
2023-03-30 01:43 分类:问答How do I scroll a div (overflow:scroll) in a webview programmatically? (cocoa/objective c)
I have a chat client with a webview interface that uses a DIV element with overflow:scroll开发者_运维百科 as the main window. I don\'t want to scroll the entire webview as it has other elements on tha[详细]
2023-03-28 20:49 分类:问答Modifying the length of an NSScroller
I\'m using an NSScrollView in my Cocoa application, and I want to customize the length of the horizontal scroller. The content of the scroll view is broken up into two main areas: a fixed-width area o[详细]
2023-03-28 14:29 分类:问答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 分类:问答how to force redraw contents inside a NSScrollView
I put NSTextView + NSImageView + NSMatrix + NSTextView in a NSScrollView. And I scroll this scrollview to top using following code -[详细]
2023-03-24 23:45 分类:问答Emulating a table with a custum NSScrollView
How d开发者_如何学JAVAo I create a custom scroll view similar to a table? I would like to have a header that scrolls horizontally with the documentView, but is always at the top (and the scrollbar sta[详细]
2023-03-24 07:54 分类:问答