Re: iPad 4.1 (deploy to 3.2.2) error

2010-11-11 Thread colors
Wow I am so sorry I posted to this forum. I thought this was a forum for engineers, but turns out everyone on it is a lawyer. I fat fingered a 2 instead of a 1 in the subject field and ended up with a bunch of emails about legal agreements. btw, if there are any engineers out there who are int

Re: PDF and iPad

2010-11-09 Thread colors
d, you shouldn't need to preflight them and they shouldn't cause > issues. Please attach the PDF in question to whatever bugs you file. > > On Nov 9, 2010, at 6:54 AM, colors wrote: > >> on some PDF files, when I call CGPDFDocumentGetPage I get the following >>

iPad 4.2 (deploy to 3.2.2) error

2010-11-09 Thread colors
When I try to run my base 4.2 iPad app on Simulator 3.2.2 or a 3.2.2 device, I get the following error during launch: "Data Formatters temporarily unavailable, will re-try after 'continue'. (Not safe to call dlopen at this time.)" The Base SDK is set to iOS 4.2 and the iOS Deployment Target is

PDF and iPad

2010-11-09 Thread colors
on some PDF files, when I call CGPDFDocumentGetPage I get the following console output: invalid page tree entry. invalid `Kids' array: missing or invalid dictionary at index 5. Is there a way to keep this from happening, or at least detect the PDF is going to cause this in the code, before it

Re: JDBC from Cocoa or the like

2010-10-06 Thread colors
d with the N-tier arch is that of customer > security. Many companies simply won't use an app that doesn't talk directly > to the database within their own private VPN/network. > > On Oct 5, 2010, at 11:09 AM, Kyle Sluder wrote: > >> On Tue, Oct 5, 2010 at 9:03 AM,

JDBC from Cocoa or the like

2010-10-05 Thread colors
Is there a framework, or set of APIs or samples available from Apple or others to do SQL server accesses? I have looked at easyDB, but its license makes it a non-starter. I have also looked at freetds, but it does not look like it is ready for prime time (let along particularly good in the Mac

Re: Automating Photoshop CS4?

2010-03-23 Thread colors
Depending on how ambitious you are It is conceivable that you could build spidermonkey into your application and automate PhotoShop via javascript. You might even be able to find a way to make webkit run the javascript for you. Rich Collyer On Mar 23, 2010, at 9:31 PM, Jesper Storm Bache

Blocked Reads

2010-03-16 Thread colors
I am running into a problem with anti-virus software. I need to be able to read a file from a USB CD and I need the read to actually go over the USB bus. I have been just doing fopen, fread, fclose, etc. and that all works; although, I do set the file to F_NOCACHE with fcntl to make sure that I

Re: Detecting a network connection

2009-10-29 Thread colors
. How can I just determine if there is a physical connection to a network? Rich On Oct 28, 2009, at 7:32 AM, colors wrote: I am currently use NSHost to determine if I can see a particular domain, before I initiate a lengthly sso to that domain. However, I am finding that depending on the

Re: Detecting a network connection

2009-10-28 Thread colors
Is there an API for determining a physical network connection (ethernet, WiFi, etc.)? On Oct 28, 2009, at 7:37 AM, Dave Carrigan wrote: On Oct 28, 2009, at 7:32 AM, colors wrote: I am currently use NSHost to determine if I can see a particular domain, before I initiate a lengthly sso to

Re: Detecting a network connection

2009-10-28 Thread colors
That looks perfect, thank you. Rich On Oct 28, 2009, at 7:37 AM, Dave Carrigan wrote: On Oct 28, 2009, at 7:32 AM, colors wrote: I am currently use NSHost to determine if I can see a particular domain, before I initiate a lengthly sso to that domain. However, I am finding that

Detecting a network connection

2009-10-28 Thread colors
I am currently use NSHost to determine if I can see a particular domain, before I initiate a lengthly sso to that domain. However, I am finding that depending on the settings of some network DNS servers, this method does not always work. Any suggestions of a better way to confirm a live i

Re: VoiceOver detection

2009-08-11 Thread colors
Mac. On Aug 11, 2009, at 9:28 PM, Kyle Sluder wrote: On Aug 11, 2009, at 9:18 PM, colors wrote: Is there a way to determine if VoiceOver is enabled or not? Mac or iPhone? --Kyle Sluder ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com

VoiceOver detection

2009-08-11 Thread colors
Is there a way to determine if VoiceOver is enabled or not? I have some strings to have the system speak based on text input, but only when VoiceOver is enabled. Rich Collyer ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not p