site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:in-reply-to:references :mime-version:x-priority:content-type:message-id:cc :content-transfer-encoding:from:subject:date:to:x-mailer; bh=iUtzlvAZOq8Mv6h17yZi98cN03xWRFdjmWDDABk78j4=; b=v2v+XWCYM47tRdTshQAFs6h0krADHZ9G5ZLJOMomHB+le+ovfdrGDczpMX3boN1RFt Qzks4l8S+XuyVa4Nn8xqH+cR0ChS7nhGduQa++FWYagn5hPnld2WXHIfuKrOHVqz4Ysa PlAW4njjZnJhpw/uKSyrzYg4fywrhBgIXEWeA= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=in-reply-to:references:mime-version:x-priority:content-type :message-id:cc:content-transfer-encoding:from:subject:date:to :x-mailer; b=p2I1gPGHwEhm5yLfUHlT4V+ZGKtbAZ3o9LK2FnUq2+ryhLHKB9GGqDfoXfKjCoBf+1 JPJHW59ZUG8ZnQSq9EBJVnq/Ub312rtNdGYinI7fEBJ0pCdfbqzBuSwuJaYH3yxICq/P K+6XcuaXkFv6VsE8chSYtrQsGT2E93DvT0I4M= On Feb 1, 2010, at 3:05 PM, Stanislav Kolar wrote: Hello, Override this method in your subclass of InstallerPane: - (NSView *)initialKeyView; _______________________________________________ Do not post admin requests to the list. They will be ignored. Installer-dev mailing list (Installer-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/installer-dev/site_archiver%40lists.a... I have created a custom installer pane as an installer plug-in (the pane is descendant of the InstallerPane class). Now I would like to set the initial keyboard focus to the first text field in the pane. It seems that the outlet initialKeyView is the key, but it cannot be used because the outlet is defined in @private section of the InstallerPane class. /*! @method initialKeyView @discussion Returns the view that should have the keyboard focus when the pane is entered. This method returns the initialKeyView outlet. This outlet should be connected in the nib containing the pane. A subclass can override this method to return a dynamically defined initialKeyView. */ This email sent to site_archiver@lists.apple.com