Re: Codesign failure

2010-11-20 Thread Thorsten Lemke
Hi, I did download the certificates from the section of the member site of the developer account. Thorsten Von: Rick C. rickcort...@gmail.com Datum: Sat, 20 Nov 2010 14:42:08 +0800 An: Cocoa Developers cocoa-dev@lists.apple.com Betreff: Re: Codesign failure Also try looking on the

Re: Custom NSCell and target/action

2010-11-20 Thread vincent habchi
Corbin: You should just check out the example: http://developer.apple.com/library/mac/#samplecode/AnimatedTableView/Introduction/Intro.html It will answer a lot of questions. I've done that. It is a nice example, but I think it is meant to people that have already tinkered a bit with

Re: Codesign failure

2010-11-20 Thread Rick C.
Did you just download them in the last day or has it been a week or two? You do have Xcode 3.2.5 right? For the first week or so after 3.2.5 was released the certificates downloaded from the member site were bad. Apple made some changes and that cleared up I think most of the issues

Re: Little suggestion for many many images app, best approach.

2010-11-20 Thread Matt Neuburg
On Fri, 19 Nov 2010 21:47:34 +0100, Gustavo Pizano gustavxcodepic...@gmail.com said: Hello everyone. The thing is.. because the user can drag many small images from one view to another (big UIView that has the screen size), in cocos I was thinking using a SpriteSheet, something like an

Re: Little suggestion for many many images app, best approach.

2010-11-20 Thread Gustavo Pizano
Matt hi. Thanks for the reply.. I follow your suggestion and see hoe the app behaves using UIViews only... if it doesn't behave as expected then I will use CALayers instead... I just need to reread about them because I know that one case of CALayer doesn't call its draw methods, ooo long

Re: unit test exit's abnormally with code 5

2010-11-20 Thread Shane
I thought that too, but I've checked this. I have my app proj which depends on a dylib project that I link against, and both of them and the unit test in the app project are built with GCC_ENABLE_OBJC_GC as 'unsupported'. So AFAIK, everything is non-GC. Is this not correct? On Fri, Nov 19, 2010

Re: Little suggestion for many many images app, best approach.

2010-11-20 Thread Matt Neuburg
On Nov 20, 2010, at 7:48 AM, Gustavo Pizano wrote: Matt hi. Thanks for the reply.. I follow your suggestion and see hoe the app behaves using UIViews only... if it doesn't behave as expected then I will use CALayers instead... I just need to reread about them because I know that one

Re: Custom NSCell and target/action

2010-11-20 Thread Sean McBride
vincent habchi (vi...@macports.org) on 2010-11-20 03:51 said: http://developer.apple.com/library/mac/#samplecode/AnimatedTableView/ Introduction/Intro.html It will answer a lot of questions. I've done that. It is a nice example, but I think it is meant to people that have already tinkered a

Re: Custom NSCell and target/action

2010-11-20 Thread vincent habchi
Hi Sean! Do I remember correctly that you're trying to make a cell version of NSColorWell, so that you can use it in a table? Yes, this (screenshot from my app) : inline: Capture d’écran 2010-11-20 à 20.00.42 .png I tried that a few months ago, and got something basically working (with

Re: Custom NSCell and target/action

2010-11-20 Thread vincent habchi
Oops. Sorry for the few missing -s here and there and the last sentence that should read so it should not be too intricate. Cheers Vincent___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments

NSExpression is incorrect?

2010-11-20 Thread Dave DeLong
Hi everyone, Let's say I have the string @2 ** 3 ** 2. I can run this through NSPredicate to parse it into an NSExpression tree for me, like so: NSExpression * e = [(NSComparisonPredicate *)[NSPredicate predicateWithFormat:@2 ** 3 ** 2 == 0] leftExpression]; When I log/evaluate this

help with bindings

2010-11-20 Thread Rounak Jain
#import Cocoa/Cocoa.h @interface ComboscAppDelegate : NSObject NSApplicationDelegate { IBOutlet NSComboBox *countryCombo; NSMutableDictionary *theCountries; NSArray *myKeys; IBOutlet NSWindow *window; } @property (assign) IBOutlet NSWindow *window; -

Re: NSExpression is incorrect?

2010-11-20 Thread Roland King
I agree with you that exponentiation is usually defined as right-associative. How about a compatibility switch in your code which you can flip to make it work either way. On 21-Nov-2010, at 11:25 AM, Dave DeLong wrote: Hi everyone, Let's say I have the string @2 ** 3 ** 2. I can run

Re: Help with Basics (Was: help with bindings)

2010-11-20 Thread Jerry Krinock
On 2010 Nov 20, at 20:00, Rounak Jain wrote: Please tell me the binding connections … I tried using NSArrayController but could not get it right. Please guide me. Rounak, there are too many things wrong in your code. The guidance I offer is that you need to set your project aside, study

Re: Detecting shared folders

2010-11-20 Thread Greg Nelson
Via the shell I can think of a couple ways to get the info: If on a server: sharing -l Server or client dscl . list /SharePoints Take that list of share points and run this per sharepoint dscl . read /SharePoints/sharepoint name