Re: call setContentBorderThickness:forEdge: in Tiger

2008-08-25 Thread Matt Ball
Hi Georg, How about doing something like this? (typed in Mail, so check for typos). Using the preprocessor macros should also be a *bit* more efficient, since it won't be doing any checks at runtime. { #if MAC_OS_X_VERSION_MAX_ALLOWED = MAC_OS_X_VERSION_10_5 windowStyle ^=

Re: Tabbed preference panels

2008-08-22 Thread Matt Ball
A, there's no reason to load the views for B, C, D, E, etc). - Matt Ball On Fri, Aug 22, 2008 at 10:03 AM, Greg Titus [EMAIL PROTECTED] wrote: You may also want to take a look at OmniAppKit's OAPreferences implementation: http://www.omnigroup.com/developer/. Hope this helps, - Greg

Re: Sharing text selection across views/cells

2008-08-21 Thread Matt Ball
an HTML representation of your content, rebuilding the representation each time the content changes. This is they iChat does it currently (pre-leopard, it used an NSTextView subclass, as you were suggesting) according to http://www.cocoabuilder.com/archive/message/cocoa/2008/7/16/213101 - Matt Ball