Re: How To Increment CALayer Retain Count?

2011-04-09 Thread Jeffrey Walton
On Fri, Apr 8, 2011 at 8:27 AM, Matt Neuburg wrote: > On Thu, 07 Apr 2011 07:15:20 -0400, Jeffrey Walton said: >>Hi All, >> >>I have a UIViewController as follows. Its just an "About Box", with a >>navigation bar and button (to cancel) and two labels. >> >>The controller was built with Interface

RE: Using selectedMenuItemColor

2011-04-09 Thread Lee Ann Rucker
Interesting - if you set the view so its Y origin is zero, it draws as expected. BTW, you should be using [self bounds], not [self frame]. From: cocoa-dev-bounces+lrucker=vmware@lists.apple.com [cocoa-dev-bounces+lrucker=vmware@lists.apple.com] On

Re: Controller Selection Synchronization

2011-04-09 Thread Quincey Morris
On Apr 9, 2011, at 18:00, Richard Somers wrote: > I have a primary view which displays all objects using a primary controller. > Both 'A' and 'B' objects are included in the controller content. This is > accomplished by using an abstract class in the managed object model that is a > parent of b

Re: Using selectedMenuItemColor

2011-04-09 Thread Graham Cox
On 10/04/2011, at 12:15 PM, Eric Gorr wrote: > However, when filling a rect using selectedMenuItemColor, the way the > rectangle is filled depends on where in the view the rectangle is filled. I > would like to be able to control the way the rectangle is filled when using > selectedMenuItemCol

Using selectedMenuItemColor

2011-04-09 Thread Eric Gorr
I've got a sample application at http://ericgorr.net/cocoadev/colordrawing.zip attempting demonstrate what I am trying to do. Basically, I would like the smaller rectangles to the right of the large one to all look the same. However, when filling a rect using selectedMenuItemColor, the way the

Controller Selection Synchronization

2011-04-09 Thread Richard Somers
I am having trouble wrapping my head around how to approach controller selection synchronization. I have a primary view which displays all objects using a primary controller. Both 'A' and 'B' objects are included in the controller content. This is accomplished by using an abstract class in the

Re: Framework Installation Directory

2011-04-09 Thread Mr. Gecko
I try to stay away from Disk Images and Packages as they annoy users such as myself... I think the Symbolic link is what I'm doing, but thanks for the suggestion. On Apr 9, 2011, at 3:54 PM, Stephane Sudre wrote: > If you're not limited by the Mac App Store requirements (for 3rd party > dev), a

Re: Framework Installation Directory

2011-04-09 Thread Stephane Sudre
If you're not limited by the Mac App Store requirements (for 3rd party dev), another solution might be to install your framework in /Library/Frameworks. Of course, this would require an installation package. On Friday, April 8, 2011, Mr. Gecko wrote: > I need help with the Installation Directory

Re: Test for TCP port

2011-04-09 Thread René v Amerongen
I remember that I did look into Smallsockets, but never used it. But maybe perfect for you. HTH Op 9 apr 2011, om 05:04 heeft Heizer, Charles het volgende geschreven: > Thanks, > This is what I kind of suspected. Are there any wrappers around bsd socket to > make it easier? > > Thanks, > Cha