Bringing this back on-list.

On Tue, Apr 12, 2011 at 5:28 PM, Patrick William Walker
<patrick.william.wal...@nb.sympatico.ca> wrote:
> Oh, official.name is NSString and attr is just a NSDictionary.

The values might matter. Especially that they're non-nil.

--Kyle Sluder

> On 2011-04-12, at 5:09 PM, Kyle Sluder <kyle.slu...@gmail.com> wrote:
>
>> On Tue, Apr 12, 2011 at 12:40 PM, Patrick William Walker
>> <patrick.william.wal...@nb.sympatico.ca> wrote:
>>>    NSString *test = @"Test";
>>>
>>>    // This shows up
>>>    [test drawAtPoint: NSMakePoint(75, 550)
>>>       withAttributes: attr];
>>>
>>>    // This does not.
>>>    [official.name drawAtPoint: NSMakePoint(375, 550)
>>>                 withAttributes: attr];
>>
>> What's the value of official.name? What's the value of attr? What
>> happens if you try drawing at the point you used for test above?
>>
>> --Kyle Sluder
>
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to