Bringing this back on-list.
On Tue, Apr 12, 2011 at 5:28 PM, Patrick William Walker
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 wrote:
>
>> On Tue, Apr
On Tue, Apr 12, 2011 at 12:40 PM, Patrick William Walker
wrote:
> NSString *test = @"Test";
>
> // This shows up
> [test drawAtPoint: NSMakePoint(75, 550)
> withAttributes: attr];
>
> // This does not.
> [official.name drawAtPoint: NSMakePoint(375, 550)
> withA
I've been trying to create a subclass of PDFView in order to load a PDF file (a
standardized form) so that some of the fields can be automated.
The problem that I have been having is that instance variables will not seem
draw in the view at all although static strings will. I have verified that