Am 13.07.2012 um 21:38 schrieb Flavio Donadio:
> What do you guys think about it? Is it a bad idea? I've studied a lot of
> alternatives (BaseTen, ODBC, Web Services), but I can't wrap my head around
> them...
Use WebObjects and EOF (the big mature brother of CoreData) on the server!
We feed
I really want to learn more about CoreData on the Mac and am looking to get a
book, besides the Apple docs. I already get the basics, but there are still
many things that make me scratch my head.
Often recommended is the book by Marcus Zarra, but this is out of print, and I
wouldn't be surpri
I have an app in the field which handles a url. I mean, it has one of these in
its Info.plist…
CFBundleURLTypes
CFBundleURLSchemes
myapp
LSIsAppleDefaultForScheme
In order to fix a lon
Use the LSRegisterURL() function in Launch Services.
-Jeff
On Jul 14, 2012, at 7:20 AM, Jerry Krinock wrote:
> I have an app in the field which handles a url. I mean, it has one of these
> in its Info.plist…
>
>CFBundleURLTypes
>
>
>CFBundleURLSchemes
>
On 2012 Jul 14, at 06:42, Jeff Johnson wrote:
> Use the LSRegisterURL() function in Launch Services.
Very good! Thank you, Jeff.
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments to the l
On Jul 13, 2012, at 10:44 PM, John Terranova wrote:
> A nil tableColumn means to treat the whole row as one wide column, rather
> than the individual columns. It is useful for section headers. The docs for
> the applicable methods should explain the nil tableColumn.
Thanks for the suggestion--
While not a book, I heartily recommend the Core Data video training course from
ideveloper.tv. Marcus Zarra is the presenter and there was a follow-up
supplement for Lion.
(Sent from my iPhone.)
--
Conrad Shultz
On Jul 14, 2012, at 5:06, Koen van der Drift wrote:
> I really want to learn mo
On Jul 14, 2012, at 1:56 PM, Conrad Shultz wrote:
> While not a book, I heartily recommend the Core Data video training course
> from ideveloper.tv. Marcus Zarra is the presenter and there was a follow-up
> supplement for Lion.
Unfortunately the original course has been discontinued. I had a
On Jul 14, 2012, at 10:08 , Keary Suska wrote:
> For the archives, it is not safe to assume that tableView:isGroupRow: will
> determine which rows are actually group rows, at least if you implement
> tableView:dataCellForTableColumn:row:. It seems that regardless of whether
> you implement tabl
This one has to be pretty simple.
There is a category of ABPerson which provides this interface. So what have I
missed ?
OSX, 10.7
#import "RSAppDelegate.h"
#import
#import
@implementation RSAppDelegate
- (void)applicationDidFinishLaunching:(NSNotification *) notification {
addres
My mistake. 'properties' is a class method, returning the keys; not an
instance method, as I was using it below.
On 2012-07-14, at 7:01 PM, Erik Stainsby wrote:
> This one has to be pretty simple.
> There is a category of ABPerson which provides this interface. So what have I
> missed ?
>
On Jul 14, 2012, at 5:18 AM, Alexander Spohr wrote:
>
> Am 13.07.2012 um 21:38 schrieb Flavio Donadio:
>
>> What do you guys think about it? Is it a bad idea? I've studied a lot of
>> alternatives (BaseTen, ODBC, Web Services), but I can't wrap my head around
>> them...
>
> Use WebObjects an
12 matches
Mail list logo