On 30/04/2011, at 8:03 AM, Fluffy D. Bunny wrote:
> and plus sign
There's your problem. The '+'means "use whatever is the local access code for
international dialling".
--Graham
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do no
I've been working on implementing a new service in my app. It's coming
along, but there's one thing I haven't been able to discern in the
docs -
Can I provide a service with optional input?
I want the user to be able to call the service with a text string
input, but it's also reasonable to call i
On Apr 30, 2011, at 10:33 AM, John Love wrote:
> I've just converted my long-standing XCode 3 project to XCode 4. I was very
> fortunate in that the only change I had to make was because the call to
> -setDelegate was changed from:
>
> - (void )setDelegate:(id)delegate
> to:
> - (void )setDel
On Apr 30, 2011, at 10:33 AM, John Love wrote:
> I've just converted my long-standing XCode 3 project to XCode 4. I was very
> fortunate in that the only change I had to make was because the call to
> -setDelegate was changed from:
>
> - (void )setDelegate:(id)delegate
> to:
> - (void )setDel
On 29 Apr 2011, at 5:03 PM, Fluffy D. Bunny wrote:
> I just inherited a new iphone app that is being used internationally.
> This app has an issue where non-us users are unable to click on
> numbers in the app and have them dial. The numbers are formatted such
> as +44 00 00 etc. It takes the
I've just converted my long-standing XCode 3 project to XCode 4. I was very
fortunate in that the only change I had to make was because the call to
-setDelegate was changed from:
- (void )setDelegate:(id)delegate
to:
- (void )setDelegate:(id < NSToolbarDelegate >)delegate
- (void )setDelegate:(
Dear list,
I have an app which I have on the app store already. This app syncs data via
SyncServices over mobileme. I just recently added a new attribute to one of the
entities in the core data model (making a new model version and mapping model
as well). The app runs fine on all my test machi