Address Book Error with Exchange Contacts

2011-05-26 Thread Gerry Beggs
I've made an iOS app that allows users to organize their contacts into groups using the AddressBook Framework. It is working great, except I am getting reports that it is failing when trying to add a contact to a group if the contact was imported from an Exchange server. I am using ABGroupAddMe

Re: Printing Appears Very Small in Lower-Left Corner of Page

2011-02-07 Thread Gerry Beggs
11:11 AM, Raleigh Ledet wrote: > Gerry, > > File a radar. Include the file or a sample project or whatever you can to > help us duplicate. If this is a Cocoa bug, then you should be able to > duplicate with a small sample app pretty quickly. > > -raleigh > > On Jan 18, 201

Re: best way of making a constant animation

2011-01-20 Thread Gerry Beggs
Hello Gustavo. This sounds like a perfect job for Core Animation. With Core Animation, you can apply the animation to the UIImageView's layer. Core Animation allows for animations to run once and stop automatically, repeat a specific number of times, or repeat indefinitely until you tell it to st

Re: Printing Appears Very Small in Lower-Left Corner of Page

2011-01-18 Thread Gerry Beggs
y. When running under 32-bit, the problem is consistent. Thanks for any help. On 2011-01-16, at 1:24 AM, Gerry Beggs wrote: > I've been having a problem with my application sometimes (but not always) > printing the full page, but it appears VERY small in the lower-left corner of >

Printing Appears Very Small in Lower-Left Corner of Page

2011-01-16 Thread Gerry Beggs
I've been having a problem with my application sometimes (but not always) printing the full page, but it appears VERY small in the lower-left corner of the page. I was having trouble reproducing it, but finally received a sample document from one of my users that let me reproduce it. Still, som