Return-Path: Delivered-To: apmail-pivot-user-archive@www.apache.org Received: (qmail 72528 invoked from network); 14 Dec 2010 13:55:53 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 14 Dec 2010 13:55:53 -0000 Received: (qmail 65209 invoked by uid 500); 14 Dec 2010 13:55:53 -0000 Delivered-To: apmail-pivot-user-archive@pivot.apache.org Received: (qmail 65037 invoked by uid 500); 14 Dec 2010 13:55:51 -0000 Mailing-List: contact user-help@pivot.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@pivot.apache.org Delivered-To: mailing list user@pivot.apache.org Received: (qmail 65029 invoked by uid 99); 14 Dec 2010 13:55:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Dec 2010 13:55:50 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [195.222.206.181] (HELO mail.starfinanz.de) (195.222.206.181) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Dec 2010 13:55:42 +0000 Received: from sfxchg3.starfinanz.de (sfxchg3.starfinanz.de [172.20.10.126]) by mail.starfinanz.de (Postfix) with ESMTP id 504DD68165 for ; Tue, 14 Dec 2010 14:55:22 +0100 (CET) MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01CB9B96.981DF587" Subject: request focus in my pivot applet on page load Date: Tue, 14 Dec 2010 14:55:40 +0100 Message-ID: <7E55586C3DAB3345A31428CE628FFE150184F973@sfxchg1.starfinanz.de> From: "Felix Eckhardt" To: X-Virus-Checked: Checked by ClamAV on apache.org This is a multi-part message in MIME format. ------_=_NextPart_001_01CB9B96.981DF587 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable How do I request focus for my applet after a page load, which is inside a html page. The applet should be the first item which receives the focus after a page reload. =20 I tried requestFocus() on my components inside my applet (even with a timer delayed), but I always have to click on the applet with my mouse to gain focus and be able to start typing in a TextInput. =20 What I am doing wrong? Thank you for your help! =20 Greetings Felix ------_=_NextPart_001_01CB9B96.981DF587 Content-Type: text/html; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable

How do = I request focus for my applet after a page load, which is inside a html = page. The applet should be the first item which receives the focus after = a page reload.

 

I = tried requestFocus() on my components inside my applet (even with a = timer delayed), but I always have to click on the applet with my mouse = to gain focus and be able to start typing in a = TextInput.

 

What I am doing wrong? Thank you for your = help!

 

Greetings

Felix

------_=_NextPart_001_01CB9B96.981DF587--