Re: iPhone: Flip core animation performance with images in UIButtons

2008-06-30 Thread Brady Duga


On Jun 30, 2008, at 3:53 PM, Richard Adams wrote:


I'm in the process of learning Cocoa/Objective-C and I'm writing  
some stuff for the iPhone as an exercise.


I am sure you are about to get a bunch of comments about the  
appropriateness of posting iPhone related questions on this list, but  
I will leave it to a moderator to do it properly. I will say that  
using an unreleased beta product to be your first foray into Cocoa/ 
Objective-C is probably not the best approach. It might make more  
sense to use a stable, released environment with plenty of books on  
the topic and some good resources for asking questions (like this  
list, which *is* appropriate for general Cocoa questions).


--Brady
___

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: to include a C++ class in proj

2008-03-27 Thread Brady Duga


On Mar 27, 2008, at 7:05 AM, Nick Rogers wrote:


hi,
the semicolon is there. i've changed extension to .hh and .mm, still  
the same error.


What file did you change to .mm, the header or the source file?  
Remember, header files are not compiled (well, generally not), they  
are included in implementation files by the preprocessor, then that  
gets compiled. The file(s) that include your header must be compiled  
as C++ or Objective-C++. Try changing the extension of the source  
file(s) that include your class to .mm. There is no need to call the  
header file .hh.


--Brady

___

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: [Moderator] iPhone discussion here - RETRACTION

2008-03-11 Thread Brady Duga


On Mar 11, 2008, at 3:31 AM, Gustavo Eulalio wrote:


That`s funny, because in the iPhone SDK intro videos we're instructed
to get more information here, in this list. I wish they'd make up
their mind.


Presumably they did not want to make two sets of videos, one for the  
beta instructing them that it is a beta and they shouldn't discuss it  
openly and one for the final release. Since a beta is designed to test  
the final functionality of an entire product (including its  
documentation) modifying or withholding the videos would have been a  
mistake.


--Brady

___

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: Deferring a selector until later, but before painting

2008-03-06 Thread Brady Duga
Could you create the control hidden, then defer whatever sets the  
value of the control and defer a setHidden:NO?


--Brady
___

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]