Re: Colored Pattern example problems

2010-12-24 Thread FF
ank you and Merry Xmas. Jack. On 2010-12-23, at 6:01 PM, David Duncan wrote: > On Dec 23, 2010, at 1:09 PM, FF wrote: > >> On 2010-12-23, at 12:56 PM, David Duncan wrote: >> >>> On Dec 23, 2010, at 5:58 AM, FF wrote: >>> >>>> I copied th

Re: Colored Pattern example problems

2010-12-23 Thread FF
Thanks to all who answered and Merry Xmas, with few in line comments. Jack. On 2010-12-23, at 12:56 PM, David Duncan wrote: > On Dec 23, 2010, at 5:58 AM, FF wrote: > >> I copied this example from Apple docs. > > Generally the examples are there to show you how

Colored Pattern example problems

2010-12-23 Thread FF
I copied this example from Apple docs. Listing 6-5: and get 3 errors - as below. Can someone suggest the fixes. I'm new to CG environment. Thanks and Merry Xmas everyone. Jack. #define H_PATTERN_SIZE 16 #define V_PATTERN_SIZE 16 #define H_PSIZE 8 #define V_PSIZE 8 void MyColoredPatternPaint

IKImageView - image erase left overs

2010-12-09 Thread FF
I'm copying and pasting a cropped image from one view to another and then erase it. The first copy and paste is OK, but on the consecutive pastings the image appears with crop marks and after erasing the small circles defining the cropping area remain. Is this a bug?___

IKImageView - image erase left overs

2010-12-08 Thread FF
I'm copying and pasting a cropped image from one view to another and then erase it. The first copy and paste is OK, but on the consecutive pastings the image appears with crop marks and after erasing the small circles defining the cropping area remain. Is this a bug? Is there a work around?__

Fwd: NSSecureTextFieldCell detected a field editor ((null)) - Solved.

2010-11-11 Thread FF
Thanks Aki. The problem vanished after redoing the password panel. Pity that still I don't know the source of the problem : -( Jack. Begin forwarded message: > From: Aki Inoue > Date: November 11, 2010 12:55:58 PM EST > To: FF > Cc: cocoa-dev@lists.apple.

NSSecureTextFieldCell detected a field editor ((null))

2010-11-10 Thread FF
A NSSecureTextField works fine, but the msg. in the Console after entering password says: NSSecureTextFieldCell detected a field editor ((null)) that is not a NSTextView subclass designed to work with the cell. Ignoring... Can anyone help?___ Cocoa-de