Re: Problem with CGPDFPageRef

2010-06-02 Thread David Duncan
On Jun 2, 2010, at 1:23 PM, Development wrote: > This is what I use to get the page: CGPDFPageRef thePage = > CGPDFDocumentGetPage(self.pdf,1); > and what is passed back is a CALayer You previously mentioned that a receiver was getting the incorrect value – this code doesn't show any objects o

Re: Problem with CGPDFPageRef

2010-06-02 Thread David Duncan
On Jun 2, 2010, at 1:11 PM, Development wrote: > Ok this is bizarre and it's been happening in several apps of mine and I > don't understand it. > I'm getting scrambled variable data. For instance I pass a float 'float' with > a value of 1.0 and the receiver gets some weird number like 345783653

Problem with CGPDFPageRef

2010-06-02 Thread Development
Ok this is bizarre and it's been happening in several apps of mine and I don't understand it. I'm getting scrambled variable data. For instance I pass a float 'float' with a value of 1.0 and the receiver gets some weird number like 345783653.0. Most recently what is happening has me completely p