Re: Setting focus to text field in drawer
Re: Setting focus to text field in drawer
- Subject: Re: Setting focus to text field in drawer
- From: Bill Cheeseman <email@hidden>
- Date: Mon, 11 Aug 2003 06:07:45 -0400
on 03-08-10 8:53 PM, publiclook at email@hidden wrote:
>
Also, Apple reserves all variable names that start with just one
>
underscore and don't have a unique prefix.
Actually, Apple only reserves method names with a leading underscore. We are
free to use a leading underscore with variable names, as the compiler will
catch any conflict with variables of the same name in Apple's headers. The
latest version of the documentation (I forget which documentation; probably
System Overview) makes this explicit.
--
Bill Cheeseman - email@hidden
Quechee Software, Quechee, Vermont, USA
http://www.quecheesoftware.com
The AppleScript Sourcebook -
http://www.AppleScriptSourcebook.com
Vermont Recipes -
http://www.stepwise.com/Articles/VermontRecipes
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.