WebView doesn't scroll

2011-10-20 Thread Vladimir Pouzanov
scrollable (i.e. it does not respond to scroll taps, mouse wheel, keyboard arrows, but otherwise works fine). The target system is 10.7. Is there anything big that I'm missing? -- Vladimir Pouzanov http://www.farcaller.net/ smime.p7s Description: S/MIME cryptographic signature

Re: WebView doesn't scroll

2011-10-20 Thread Vladimir Pouzanov
to identifier field in IB. After filling it everything works as expected. -- Vladimir Pouzanov http://www.farcaller.net/ smime.p7s Description: S/MIME cryptographic signature ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin

Resizing NSCollectionViewItem's view to fit NSTextField

2009-02-19 Thread Vladimir Pouzanov
Hi all, is there any way to make a NSTextField autoresize to fit all its content (and automatically resize NSView of collection item)? I have an application that loads a series of messages for network (message text is stored as short preview and fits pre-defined NSTextField size). Later

Switching NSDocument based application to tabbed views interface

2009-01-21 Thread Vladimir Pouzanov
Hi all, I have a NSDocument based application, that seem to work ok for a case of one-two opened documents. However common usage pattern means, that an user would have 4-5 documents open at the same time requiring often use. I consider switching to tabbed interface model, but I'm somewhat