Re: Xcode 3.2.6 on Lion ?

2011-07-23 Thread Conrad Taylor


Sent from my iPhone

On Jul 23, 2011, at 2:28 PM, Jean-Daniel Dupas devli...@shadowlab.org wrote:

 
 Le 23 juil. 2011 à 23:22, Mike Abdullah a écrit :
 
 Oh, then there's 10.5 thing with libcrypto
 
 As far as I can tell that got fixed for the GM.
 
 
 What's got fixed, and what GM ? 
 
 AFAIK, if you link on libcrypto from the 10.6 or 10.7 SDK (whatever Xcode 
 version you use), you cannot run your application on 10.5.
 
 
 -- Jean-Daniel
 
 

Jean, do you have a test project?  I would like to try it locally?

-Conrad

 
 
 ___
 
 Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
 
 Please do not post admin requests or moderator comments to the list.
 Contact the moderators at cocoa-dev-admins(at)lists.apple.com
 
 Help/Unsubscribe/Update your Subscription:
 http://lists.apple.com/mailman/options/cocoa-dev/conradwt%40gmail.com
 
 This email sent to conra...@gmail.com
___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Moderator - Re: iPad 4.2 (deploy to 3.2.2) error

2010-11-10 Thread Conrad Taylor


Sent from my iPad

On Nov 10, 2010, at 11:00 AM, Laurent Daudelin laur...@nemesys-soft.com wrote:

 On Nov 10, 2010, at 10:24, Scott Ellsworth wrote:
 [snip!]
 
 FYI -- An NDA or Non Disclosure Agreement (the third word being key)
 requires two parties to agree to said terms.
 
 
 Whether you signed an NDA with Apple or not, the list rules include not
 discussing NDA item here.
 
 
 Note: I am not an Apple's employee and have agreed/signed all NDAs.
 
 Now, although I agree with the above comment from Scott, if you haven't 
 signed an NDA specifically with Apple, how do you know when you're talking 
 about something that it's under NDA or not? For example, I have seen already 
 a few walkthrough of and information about iOS 4.2 on iPads/iPhones even 
 though iOS 4.2 hasn't been released yet.
 
 Not trying to nitpick, just wondering if you haven't agreed to any NDA, how 
 do you know you're stepping out or not?

In regards to the iOS, if it hasn't been release for the target platform(s), 
then it's still under NDA.Next, if you're a developer, then it should be 
pretty clear from the release notes as well the warning signs that appear on 
the iOS specific web pages.  Last but not least, if you're not sure, then 
simple post a note to the mailing list.

Good luck,

-Conrad

 
 -Laurent.
 -- 
 Laurent Daudelin
 AIM/iChat/Skype:LaurentDaudelin   
 http://www.nemesys-soft.com/
 Logiciels Nemesys Software
 laur...@nemesys-soft.com
 
 ___
 
 Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
 
 Please do not post admin requests or moderator comments to the list.
 Contact the moderators at cocoa-dev-admins(at)lists.apple.com
 
 Help/Unsubscribe/Update your Subscription:
 http://lists.apple.com/mailman/options/cocoa-dev/conradwt%40gmail.com
 
 This email sent to conra...@gmail.com
___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: SpeechSynthesis

2009-07-23 Thread Conrad Taylor
On Thu, Jul 23, 2009 at 3:00 PM, Brian Heibert heib...@me.com wrote:

 How can I get my program to speak something
 like a string of text?

 I am writing this program in a BASIC language why is it relevant here
 because I am using _PASSTHROUGH code that
 is Objective C

 I can handle putting the code in the passthrough
 but what I don't know is the Objective C code for speaking text
 I am not using Interface Builder

 Here is a example of how to get the data from the basic program

 #if def _PASSTHROUGHFUNCTION
   // put objective C code here
long functionname
   {
// put objective C code here
   }
 #endif

 //Here is the toolbox call to call the function

 toolbox fn functioname

 window 1

 print fn functionname

 do
 handleevents
 until (gFBQuit)

 // All I really want to do is use the speech synthesizer from C to speak
 some text
 /// so I need the C command to speak some text


 Brian


Please check the API documentation for NSSpeechSynthesizer.

Good luck,

-Conrad



 ___

 Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

 Please do not post admin requests or moderator comments to the list.
 Contact the moderators at cocoa-dev-admins(at)lists.apple.com

 Help/Unsubscribe/Update your Subscription:
 http://lists.apple.com/mailman/options/cocoa-dev/conradwt%40gmail.com

 This email sent to conra...@gmail.com

___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Recording phone calls

2009-07-23 Thread Conrad Taylor
On Thu, Jul 23, 2009 at 8:53 AM, Scott Ribe scott_r...@killerbytes.comwrote:

  ...most states require the consent of both
  parties for one party to record the conversation.

 Actually, most states require the consent of only a single party. A handful
 of states (~10?) require consent of all parties. The point of course
 remains, that there are some legal restrictions.


The single party rules is as follows:

if Person A wants to record the conversation with Person B, then Person B
must be made aware that Person A is recording the conversation.

-Conrad



 --
 Scott Ribe
 scott_r...@killerbytes.com
 http://www.killerbytes.com/
 (303) 722-0567 voice


 ___

 Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

 Please do not post admin requests or moderator comments to the list.
 Contact the moderators at cocoa-dev-admins(at)lists.apple.com

 Help/Unsubscribe/Update your Subscription:
 http://lists.apple.com/mailman/options/cocoa-dev/conradwt%40gmail.com

 This email sent to conra...@gmail.com

___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: [iPhone] Multi-touch gestures in table views?

2009-07-12 Thread Conrad Taylor
Hi, please this is the cocoa-dev mailing list and this thread belongs in the
iPhone Developer Forums.
Thanks,

-Conrad

On Sun, Jul 12, 2009 at 12:21 PM, Fritz Anderson fri...@manoverboard.orgwrote:

 On 12 Jul 2009, at 1:37 PM, Påhl Melin wrote:

  Is there a way to stop table views interpret multi-finger gestures as
 single-finger scrolling?


 I don't know for sure, but my next experiment would be the
 delaysContentTouches property of UIScrollView (and therefore of
 UITableView).

— F


 ___

 Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

 Please do not post admin requests or moderator comments to the list.
 Contact the moderators at cocoa-dev-admins(at)lists.apple.com

 Help/Unsubscribe/Update your Subscription:
 http://lists.apple.com/mailman/options/cocoa-dev/conradwt%40gmail.com

 This email sent to conra...@gmail.com

___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: leaking UIColor objects

2009-07-06 Thread Conrad Taylor
On Sat, Jul 4, 2009 at 6:27 AM, WT jrca...@gmail.com wrote:

 Hello all,

 my iPhone OS 3.0 app uses UIColor objects to set the colors of various
 objects (text colors of labels, cell view backgrounds, and segmented control
 tint colors), but I *never* store any of these colors as ivars. In other
 words, I *only* do things like

 label.textColor = [UIColor blueColor];

 Now, after I installed 3.1 beta, **but still building under 3.0**,
 Instruments/Leaks tells me that my app is leaking UIColor objects. My app
 was leak-free under 3.0 Leaks.

 My conclusion is that Instruments (or, at least, Leaks) has changed from
 3.0 to 3.1 beta. I'm planning to report this as a bug, but I thought I'd ask
 the community first, to make sure that this isn't something I'm overlooking
 in my own code or elsewhere.

 And, yes, I realize that discussing beta releases is a no-no. I'm not
 asking for a discussion; I'm merely asking for a I'm having that problem
 too and I've already filed a radar or Yes, this looks like a bug and you
 should report it or a No, it must be something in your code kind of
 response.

 Thanks in advance.
 Wagner


Hi, I would highly recommend moving your discussion to the iPhone Developer
Forums.  Also, this is list is mainly for Cocoa Dev and Cocoa Touch.

Good luck,

-Conrad
___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Animation Did Stop - Works For OS3 but not OS2.2

2009-07-04 Thread Conrad Taylor
Hi, I would highly recommend that you move this thread to the iPhone
Developer Forums.  This is the Cocoa Dev mailing list.

-Conrad

On Fri, Jul 3, 2009 at 3:37 PM, Dave DeLong davedel...@me.com wrote:

 Hi Chunk,

 You're missing the third parameter of the selector (the context parameter).
  Also, I believe that OS 2.2 didn't send parameters along in the animation
 selectors.  The selector you're providing (animationHasFinished:finished:)
 will need at least two (the docs for 3.0 say you need 3), but IIRC, OS 2.2
 needs the selector to be more like: @selector(animationDidStop).

 HTH,

 Dave


 On Jul 2, 2009, at 10:25 PM, Chunk 1978 wrote:

  this works fine in OS 3, but it doesn't call fade out in OS2.2?  what
 is the problem?

 - (void)animationHasFinished:(NSString *)animationID
 finished:(BOOL)finished
{
if ((animationID == @FadeIn)  finished)
{
[self fadeOut];
}
}

 - (void)fadeIn
{
[UIView beginAnimations:@FadeIn context:NULL];
[UIView setAnimationDelegate:self];
[UIView setAnimationDidStopSelector:@selector
 (animationHasFinished:finished:)];
[UIView setAnimationCurve:UIViewAnimationCurveEaseIn];
[UIView setAnimationDuration:0.05];
[self.flashView setAlpha:1.0];
[UIView commitAnimations];
}

 - (void)fadeOut
{
[UIView beginAnimations:@FadeOut context:NULL];
[UIView setAnimationCurve:UIViewAnimationCurveEaseOut];
[UIView setAnimationDuration:0.45];
[self.flashView setAlpha:0.0];
[UIView commitAnimations];
}
 ___

 Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

 Please do not post admin requests or moderator comments to the list.
 Contact the moderators at cocoa-dev-admins(at)lists.apple.com

 Help/Unsubscribe/Update your Subscription:
 http://lists.apple.com/mailman/options/cocoa-dev/davedelong%40me.com

 This email sent to davedel...@me.com


 ___

 Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

 Please do not post admin requests or moderator comments to the list.
 Contact the moderators at cocoa-dev-admins(at)lists.apple.com

 Help/Unsubscribe/Update your Subscription:
 http://lists.apple.com/mailman/options/cocoa-dev/conradwt%40gmail.com

 This email sent to conra...@gmail.com

___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Best practices for communicating with Java via Cocoa?

2009-05-14 Thread Conrad Taylor
Hi, what are the best practices for communicating to Java from Cocoa?  It
seems that a lot of the Java Bridge documents have been deprecated.  For
example, I'm seeing the following message:
Legacy Document

Important:  The information in this document is obsolute and should not be
used for new development.

I understand the message.  So, what should one use now to achieve this goal?

Thanks in advance,

-Conrad
___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: iPhone how to suppress phone dialer screen

2009-05-08 Thread Conrad Taylor
On Fri, May 8, 2009 at 4:59 AM, Shraddha Karwan
shraddha.kar...@gmail.comwrote:

 On Fri, May 8, 2009 at 5:16 PM, Gwynne Raskind gwy...@darkrainfall.org
 wrote:


  Please don't suppress the standard dialer screen. As long as it remains,
  the user has no doubt about what you're doing, and how to interact with
 the
  interface.
 
  It would worry me if there *was* a way to suppress it. Control of the
  device belongs to the user, and providing a single funnel interface (the
  tel: protocol and its associated UI) to the dialing system brings us one
  step closer to assuring that.
 
  -- Gwynne, Daughter of the Code
  This whole world is an asylum for the incurable.
 


 Thanks for the response.
 So is there any means by which I can change the orientation of the dialer
 when the device orientation changes?


You should never change the orientation of the dialer.  Why?
 The receiver is
at the top of the device and transmitter (i.e. mic) is at the bottom of the
device.
Thus, when one answers a call or makes a call, the phone will be in
portrait
orientation.  Please don't try to implement feature(s) that violates the
user
experience on the iPhone.  Thus, I would highly recommend reading the
following:

iPhone Human Interface
Guidelineshttp://developer.apple.com/iphone/library/documentation/UserExperience/Conceptual/MobileHIG/index.html

Good luck,

-Conrad
___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Screen recorder

2009-04-03 Thread Conrad Taylor
Hi, I would recommend Screen Flow to capture what you're doing on the  
computer and Mouse Posé to display your keyboard commands.


Good luck,

-Conrad

Sent from my iPhone

On Apr 3, 2009, at 7:15 PM, Michaelian Ennis  
michaelian.en...@gmail.com wrote:



I need a screen recorder to make some tutorials for using an
application.   The only real requirement is that there be a three
button mouse transparency showing the button presses.  This needs to
support the display of chording ( multiple mouse buttons pressed at
that same time ).   The
nature of the application is such that this really is the only way to
teach it.  Any suggestions?


Ian
___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/conradwt%40gmail.com

This email sent to conra...@gmail.com

___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: cocoa, Iphone and NDA

2008-09-20 Thread Conrad Taylor
Hi, you need to look at it from Apple's point of view.  For example,  
there might be some legal and/or patent pending issues that need to be  
resolved before the NDA is lifted.  Thus, everyone needs to remain  
patient.  In short, Apple needs to do what's in the best interest of  
their company.


-Conrad

Sent from my iPhone

On Sep 20, 2008, at 12:36 PM, Bruno Sanz Marino [EMAIL PROTECTED] 
 wrote:




Rules are rules...

We can not talk about cocoa things related to the iphone in this  
list...


Neither in any other list

Lets Ask Apple to change the NDA and all the app store stuff

Why dont we just open one page to ask Apple to change the NDA and  
allow us to talk about it?


Why dont just we all sign on this page

IT could be easy to make more noise on the papers at this way

I think most of us would want Apple to change this Rule.

Probably most of us make things with the Iphone SDK

IDeas?

Lets move all together!

If someone has one idea or agree with me in creatin on public page  
askin for a change, tell me via email


Bruno





___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/conradwt%40gmail.com

This email sent to [EMAIL PROTECTED]

___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]


Re: Removing Applications from the Dock Programmatically

2008-08-26 Thread Conrad Taylor
Hi, what's your goal and context for wanting to do this?
-Conrad

On Tue, Aug 26, 2008 at 2:34 PM, Kevin Kicklighter 
[EMAIL PROTECTED] wrote:

 I need to remove applications that were on the the Dock, programmatically
 (running Leopard 10.5.4).  Does anyone have a clue as to how I could
 accomplish this?

 Thanks,
 Kevin



 ___

 Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

 Please do not post admin requests or moderator comments to the list.
 Contact the moderators at cocoa-dev-admins(at)lists.apple.com

 Help/Unsubscribe/Update your Subscription:
 http://lists.apple.com/mailman/options/cocoa-dev/conradwt%40gmail.com

 This email sent to [EMAIL PROTECTED]

___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]


Re: Need help with predicate format

2008-07-28 Thread Conrad Taylor
Hi, I would recommend taking a look at the following document.

http://developer.apple.com/documentation/Cocoa/Conceptual/Predicates/predicates.html
Good luck,

-Conrad

On Mon, Jul 28, 2008 at 1:02 AM, Fabian [EMAIL PROTECTED] wrote:

 Thanks. Maybe I should have made myself a little more clear. I don't
 want to iterate over the array, but filter the array using a
 NSPredicate.

 I'm looking at the Predicate Programming Guide, which only gives basic
 guidance, and the docs for NSExpression. It has several class methods
 that sound right (expressionForEvaluatedObject:,
 expressionForAggregate:,
 expressionForSubquery:usingIteratorVariable:predicate:,
 expressionForFunction:arguments:) but provides no examples how to use
 them. Unfortunately Google has very little to say on this subject too.

 To repeat the problem: I want to check the value of all keys in every
 dictionary contained by an array and see if they match my search
 string.

 A workaround to compensate for my syntax ignorance would be to add a
 new instance method to my custom class that simply return all the
 values I want to check in a single array. Then I could query it with a
 simple single-relationship predicate:

 NSPredicate *predicate = [NSPredicate predicateWithFormat:@(%@ IN
 values, searchString)];
 NSArray filteredArray = [myArray filteredArrayUsingPredicate:predicate];

 But somehow I believe there is a more direct way to do this, without
 having to add a new helper method to my class? I'm perfectly happy
 with a 10.5 only solution.

 Thanks.


 On Mon, Jul 28, 2008 at 8:30 AM, Graham Cox [EMAIL PROTECTED]
 wrote:
 
  On 28 Jul 2008, at 1:52 pm, Omar Qazi wrote:
 
  To be honest, I don't know if this will work, since I don't know if
  containsObject is checking if the argument is a pointer to an object in
 the
  array, or if it is equal to the object, but it's better than nothing, I
  guess.
 
 
  From the docs:
 
  containsObject:
  Returns a Boolean value that indicates whether a given object is present
 in
  the receiver.
 
  - (BOOL)containsObject:(id)anObject
 
  Parameters
 
  anObject
  An object.
 
  Return Value
  YES if anObject is present in the receiver, otherwise NO.
 
  Discussion
  This method determines whether anObject is present in the receiver by
  sending an isEqual: message to each of the receiver's objects (and
 passing
  anObject as the parameter to each isEqual: message).
 
  Availability
 • Available in Mac OS X v10.0 and later.
 
 
 
 
  cheers, Graham
 ___

 Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

 Please do not post admin requests or moderator comments to the list.
 Contact the moderators at cocoa-dev-admins(at)lists.apple.com

 Help/Unsubscribe/Update your Subscription:
 http://lists.apple.com/mailman/options/cocoa-dev/conradwt%40gmail.com

 This email sent to [EMAIL PROTECTED]

___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]


Re: Adding members to group in Address book

2008-07-18 Thread Conrad Taylor
Hi, you might want to try the following document:
http://developer.apple.com/documentation/UserExperience/Conceptual/AddressBook/AddressBook.pdf

Good luck,

-Conrad

On Thu, Jul 17, 2008 at 10:56 PM, Vijay Kanse [EMAIL PROTECTED]
wrote:

 Hello,
 I want to add group and members to group in address book.
 I have done the following things.
 ABAddressBook*book = [ABAddressBook SharedAddressBook];
 ABPerson *person;
 ABGroup *group = [[[ABGroup alloc] init] autorelease];
 [group setValue:@friend forProperty:kABGroupNameProperty];
 person = [[[ABPerson alloc] init] autorelease];

 [person setValue:@john forProperty:kABFirstNameProperty];
 [person setValue:@ejks' forProperty:kABLastNameProperty];

 [book addRecord: person];

 [group addMember: person];

 [book addRecord:group];

 [book save];

 I am not getting the group in address book. addMember and addRecord are
 returning value true.
 can anyone tell me what is the problem?

 ___

 Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

 Please do not post admin requests or moderator comments to the list.
 Contact the moderators at cocoa-dev-admins(at)lists.apple.com

 Help/Unsubscribe/Update your Subscription:
 http://lists.apple.com/mailman/options/cocoa-dev/conradwt%40gmail.com

 This email sent to [EMAIL PROTECTED]

___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]


Re: Adding members to group in Address book

2008-07-18 Thread Conrad Taylor
Hi Vijay, I would recommend setting a breakpoint in the relevant method(s)
to determine the locationof the problem.

Good luck,

-Conrad

On Fri, Jul 18, 2008 at 1:50 AM, Conrad Taylor [EMAIL PROTECTED] wrote:

 Hi, you might want to try the following document:

 http://developer.apple.com/documentation/UserExperience/Conceptual/AddressBook/AddressBook.pdf

 Good luck,

 -Conrad

 On Thu, Jul 17, 2008 at 10:56 PM, Vijay Kanse [EMAIL PROTECTED]
 wrote:

 Hello,
 I want to add group and members to group in address book.
 I have done the following things.
 ABAddressBook*book = [ABAddressBook SharedAddressBook];
 ABPerson *person;
 ABGroup *group = [[[ABGroup alloc] init] autorelease];
 [group setValue:@friend forProperty:kABGroupNameProperty];
 person = [[[ABPerson alloc] init] autorelease];

 [person setValue:@john forProperty:kABFirstNameProperty];
 [person setValue:@ejks' forProperty:kABLastNameProperty];

 [book addRecord: person];

 [group addMember: person];

 [book addRecord:group];

 [book save];

 I am not getting the group in address book. addMember and addRecord are
 returning value true.
 can anyone tell me what is the problem?

 ___

 Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

 Please do not post admin requests or moderator comments to the list.
 Contact the moderators at cocoa-dev-admins(at)lists.apple.com

 Help/Unsubscribe/Update your Subscription:
 http://lists.apple.com/mailman/options/cocoa-dev/conradwt%40gmail.com

 This email sent to [EMAIL PROTECTED]



___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]


Re: Race in Apple's NSTreeContoller/NSOutlineView

2008-06-19 Thread Conrad Taylor

Hi Godfrey, could you simply file a bug report at bugreport.apple.com?

-Conrad

Sent from my iPhone

On Jun 19, 2008, at 7:49 PM, Godfrey van der Linden [EMAIL PROTECTED]  
wrote:


Ok, this bug is thread related.  I suspected that this was the case  
earlier since the problem is non-deterministic.  Now I'm pretty sure.


The bug I have specified below DOES NOT OCCUR on a powerbook.  Now  
combining non-determinism with only occurring on an iMac CoreDuo.   
I'm not much of a user land programmer yet but my 10 years of kernel  
experience says that somebody got a lock wrong somewhere.


Are there any engineers out there interested in tracking this down?   
If not I'm probably not going to bother to write up a bug report due  
to a total lack of interest.


Godfrey van der Linden

On 2008-06-20, at 8:13 AM, Godfrey van der Linden wrote:

This is a resend of the previous email with a more accurate title  
and better organised detail.


This bug is blowing my mind as the behaviour is not deterministic.

I have three outline views that are contained in 2 different  
NSViewControlled sub-xibs which get loaded into the a place holder  
view in the main persistent document window.  The outlines views  
are only *occasionally* updated when new data is loaded into their  
NSTreeControllers.


Failed attempts to localise the bug:-
1 Call reloadData many times from many different places.
2 In primary document xib add a debug window which displays the  
contents of the managed object context using parallel tree  
controller and outline views, the debug window is updated fine.
3 In primary document xib, replace NSViewController architecture  
with direct outline views connected to the debug window's tree  
controller.  Both the debug window and the direct outline views  
updated.
4 Bind the sub-xibs outline view to the primary document window's  
tree controllers.  Debug window updates correctly but sub-xibs  
outline views don't!


The sub-xib bindings are through the NSViewControllers  
representedObject, which gets set not at awakeFromNib time but  
later when the subview is activated.


Finally the non deterministic behaviour is that rarely one of the  
two outline views, thought not always the same one, does get data  
updates and once that happens that outline view seems fine thought  
the other one still has no data.


So far I haven't tested the code on a single processor machine. My  
code, however, does not explicitly launch any threads.


___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/conradwt%40gmail.com

This email sent to [EMAIL PROTECTED]

___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]


Re: Advanced Mac OS X Bootcamp

2008-06-02 Thread Conrad Taylor
Hi, from the web site the price includes the following:Price

A five-day class, a student guide, a luxury room, three delicious meals a
day, a stylish Big Nerd Ranch t-shirt, and transportation to and from the
airport for only $3500. Plan to arrive on Sunday evening and depart on
Friday afternoon.


Good luck,


-Conrad

On Mon, Jun 2, 2008 at 6:09 AM, [EMAIL PROTECTED] wrote:

 I'm currently in Atlanta, GA.
 I would seriously think of attending if I don't have to pay for lodging.
 I sent a query to BigNerdRanch but didn't receive a reply.
 Ric.

 On 06/01/2008 22:08 Adam Gerson wrote ..
  I signed up for the Advanced Mac OS X Bootcamp at The Big Nerd Ranch.
  They don't yet have enough people to hold the class and I want it to
  happen so I am hoping more people will sign up. I took the Objective-C
   Cocoa Bootcamp at the BNR and it was a fantastic experience.
 
  Dec 8 - 12
 
  Advanced Mac OS X Bootcamp is an all-inclusive 5-day Advanced Mac OS X
  training course for students who have read and understood the first
  nine chapters of Cocoa Programming for Mac OS X. The class is
  intensive, and students should be prepared to work hard.
 
  http://www.bignerdranch.com/classes/advanced_mac_os_x.shtml
  ___
 
  Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
 
  Please do not post admin requests or moderator comments to the list.
  Contact the moderators at cocoa-dev-admins(at)lists.apple.com
 
  Help/Unsubscribe/Update your Subscription:
  http://lists.apple.com/mailman/options/cocoa-dev/fclee%40dialup4less.com
 
  This email sent to [EMAIL PROTECTED]

 ___

 Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

 Please do not post admin requests or moderator comments to the list.
 Contact the moderators at cocoa-dev-admins(at)lists.apple.com

 Help/Unsubscribe/Update your Subscription:
 http://lists.apple.com/mailman/options/cocoa-dev/conradwt%40gmail.com

 This email sent to [EMAIL PROTECTED]

___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]


Re: iPhone Interface builder

2008-03-28 Thread Conrad Taylor
Hi Ben, the iPhone SDK and all its associated tools are under Non-Disclosure
Agreement (NDA).  Thus, they cannot be discussed in a public forum at this
time.  Lastly, I would recommend using the resources located at the
following location:
http://developer.apple.com/iphone

Thank you,

-Conrad

On Fri, Mar 28, 2008 at 11:03 AM, Ben Densmore [EMAIL PROTECTED] wrote:

 Hi everyone,
  I'm new to doing iPhone development and trying to get up to speed on the
 interface builder for iPhone. I see some basic tutorials on doing Cocoa
 based apps but can't seem to find anything on Cocoa touch and the interface
 builder.

 I know it was just released in Beta 2 but are there any walk through
 examples of creating a Cocoa Touch interface in IB?

 Thanks,
 Ben

 ___

 Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

 Please do not post admin requests or moderator comments to the list.
 Contact the moderators at cocoa-dev-admins(at)lists.apple.com

 Help/Unsubscribe/Update your Subscription:
 http://lists.apple.com/mailman/options/cocoa-dev/conradwt%40gmail.com

 This email sent to [EMAIL PROTECTED]

___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]


Fwd: iPhone/iPod Touch

2008-03-21 Thread Conrad Taylor
Hey Clark, you might to take a look at the following video:
Leveraging iPhone Location, Acceleration, Orientation, and System
Informationhttps://deimos.apple.com/WebObjects/Core.woa/BrowsePrivately/adc.apple.com.1479953497.01479953503.1483775514?i=1561201479

Lastly, I would recommend that you utilize the iPhone resources at the
following
site before posting here:

http://developer.apple.com/iphone/

Good luck,

-Conrad

On Fri, Mar 21, 2008 at 8:15 AM, Clark Cox [EMAIL PROTECTED] wrote:

 On Fri, Mar 21, 2008 at 7:23 AM, Matt Mashyna [EMAIL PROTECTED] wrote:
  This isn't really a cocoa question but you guys know everything. I
   need to know when an iPod Touch or iPhone is connected and get it's
   name. The other iPods are easy to query because they look like disk
   volumes. Does anyone know how I can as an iPod Touch what its name is ?

 Unfortunately, there is no public API for getting that information.

 --
 Clark S. Cox III
 [EMAIL PROTECTED]
 ___

 Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

 Please do not post admin requests or moderator comments to the list.
 Contact the moderators at cocoa-dev-admins(at)lists.apple.com

 Help/Unsubscribe/Update your Subscription:
 http://lists.apple.com/mailman/options/cocoa-dev/conradwt%40gmail.com

 This email sent to [EMAIL PROTECTED]

___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]


Re: How to add controller class to NIB file?

2008-03-19 Thread Conrad Taylor
Hi, I'm trying to perform steps 1 - 5 starting on page 45 - 46 of the
following:
http://developer.apple.com/documentation/Cocoa/Conceptual/ObjCTutorial/ObjCTutorial.pdf

However, when I perform Choose File  Read Class File from within IB
nothing happens and no error message is posted to the display.

-Conrad

On Tue, Mar 18, 2008 at 9:41 PM, Kyle Sluder 
[EMAIL PROTECTED] wrote:

 On Wed, Mar 19, 2008 at 12:36 AM, Conrad Taylor [EMAIL PROTECTED]
 wrote:
  Hi, I'm seem to be stuck on page 45 of the Cocoa Application Tutorial.
  I
   have tried several times to add the controller class to the NIB file
 without
   any success.  I'm using Xcode 3.1 on a MacBook Pro Mac OS X 10.5.2.

 What are you doing that's failing?  And what kind of controller are
 you trying to add?  You should be able to just drag one from the
 library into your nib.  If it's an NSObjectController or subclass, you
 can just drag one of those in; if it's a custom controller class, drag
 in an NSObject and change its class in the Identity inspector panel.

 --Kyle Sluder

___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]


Re: How to add controller class to NIB file?

2008-03-19 Thread Conrad Taylor
Hi, thanks for the assistance.  The tutorial isn't all that clear.  For
example, ...drag an object item  It's six different controllers there.
 Well, thanks again and I'll continue my Cocoa journey.
-Conrad

On Wed, Mar 19, 2008 at 12:06 AM, Kyle Sluder 
[EMAIL PROTECTED] wrote:

 On Wed, Mar 19, 2008 at 2:42 AM, Conrad Taylor [EMAIL PROTECTED] wrote:
  Hi, I'm trying to perform steps 1 - 5 starting on page 45 - 46 of the
   following:
 
 http://developer.apple.com/documentation/Cocoa/Conceptual/ObjCTutorial/ObjCTutorial.pdf
 
   However, when I perform Choose File  Read Class File from within IB
   nothing happens and no error message is posted to the display.

 Did you try completing step 3, drag an object item into the
 MainMenu.nib window, like I told you?  Nothing is supposed to visibly
 happen until you do this.

 --Kyle Sluder

___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]


How to add controller class to NIB file?

2008-03-18 Thread Conrad Taylor
Hi, I'm seem to be stuck on page 45 of the Cocoa Application Tutorial.  I
have tried several times to add the controller class to the NIB file without
any success.  I'm using Xcode 3.1 on a MacBook Pro Mac OS X 10.5.2.

Thanks,

-Conrad
___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]