Re: [MonoTouch] CGPDFDictionary.GetArray error

2011-08-24 Thread shawnlehner
Thanks! It appears I am running 4.0.5 at the moment. -- View this message in context: http://monotouch.2284126.n4.nabble.com/CGPDFDictionary-GetArray-error-tp3763287p3766804.html Sent from the MonoTouch mailing list archive at Nabble.com. ___ MonoTouch

Re: [MonoTouch] CGPDFDictionary.GetArray error

2011-08-24 Thread Jeff Stedfast
in a terminal window, you can do `cat /Developer/MonoTouch/Version` to get the version of MonoTouch (or open it with a text editor) Jeff On Wed, Aug 24, 2011 at 4:33 PM, shawnlehner wrote: > I use the MonoDevelop updater which currently says I am up-to-date ... What > is the easiest way to manu

Re: [MonoTouch] CGPDFDictionary.GetArray error

2011-08-24 Thread shawnlehner
I use the MonoDevelop updater which currently says I am up-to-date ... What is the easiest way to manually check the version being used by my project? I looked in the "About MonoDevelop" window which shows an entry for "monotouch" but it shows the version as 0.0.0.0. It shows this same version whe

Re: [MonoTouch] CGPDFDictionary.GetArray error

2011-08-24 Thread Sebastien Pouliot
Hello, A similar issue was reported, a while ago, on stackoverflow [1] and fixed. MonoTouch 4.0.4.1 (and later) should have that fix. What version of MonoTouch are you using ? Regards, Sebastien [1] http://stackoverflow.com/questions/6486673/5-lines-monotouch-1-crash-my-fault-or-just-an-bug On

[MonoTouch] CGPDFDictionary.GetArray error

2011-08-24 Thread shawnlehner
Hey guys, I am attempting to roll my own PDF solution but I am having issues using the CGPDF classes. Are there known issues with these classes? The PDF is very simple, it is just text with hyperlinks and it displays fine in a UIWebView. Here is my very simple test code: