Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #28460
| Path | csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <andipersti@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.036 |
| X-Spam-Evidence | '*H*': 0.93; '*S*': 0.00; 'subject:How': 0.09; 'url:faqs': 0.09; 'andreas': 0.16; 'bye,': 0.16; 'finney': 0.16; 'subject:questions': 0.16; 'unhelpful': 0.16; 'url:catb': 0.16; 'wrote:': 0.17; 'received:mail-bk0-f46.google.com': 0.22; 'header :In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'received:209.85.214.46': 0.27; 'writes:': 0.29; 'to:addr:python- list': 0.33; 'agree': 0.34; 'received:google.com': 0.34; 'ben': 0.35; 'received:209.85': 0.35; 'message-id:@gmail.com': 0.36; 'url:org': 0.36; 'thank': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'received:10': 0.38; 'to:addr:python.org': 0.39; 'received:209.85.214': 0.39; 'header:Received:5': 0.40; 'response.': 0.67; 'subject:people': 0.84; 'subject:tell': 0.84 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=JUKV4Lxd/MI6DYY4ih2iqJLN+DRPANqoSs+wleh4AZM=; b=j2U3t+8m0UmjsXZq4wrTeidVCdwewnUqyZwnrR7PeUEAy+MtO8H08J+SVq2zUcG0YH m7qq1Sx/2HHSJZiYx7FXsrTrj+wHpADvL2lz9S8m/6Srmr/6MoMKWtXYtwMyupzbkzBA kLSVB/Bm8vlk4YODF1ovvZvqcYPiGp8OdeTPt+fsBtT/X4GocaA43IDaRLz5rwOQ1Mgq 86t28Sfr0raJzZCGKl5ZvipNtPA+bbJBFq1+zW0zlRQwIDqcWzINUQH4tZV3wA5GOW55 UKwsj9DHtitQsH8QJsgOqANGYkpRRgt2CxRwc9iiBQQTN/fYFzDcFhdQuhn59exPRFOx BKuw== |
| Date | Wed, 05 Sep 2012 09:00:57 +0200 |
| From | Andreas Perstinger <andipersti@gmail.com> |
| User-Agent | Mozilla/5.0 (X11; Linux i686; rv:15.0) Gecko/20120827 Thunderbird/15.0 |
| MIME-Version | 1.0 |
| To | python-list@python.org |
| Subject | Re: How to tell people to ask questions the smart way |
| References | <50a09acc-a7ac-4c17-b790-65cf3db80478@googlegroups.com> <mailman.188.1346784142.27098.python-list@python.org> <87vcft75ih.fsf_-_@benfinney.id.au> |
| In-Reply-To | <87vcft75ih.fsf_-_@benfinney.id.au> |
| Content-Type | text/plain; charset=UTF-8; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.216.1346828460.27098.python-list@python.org> (permalink) |
| Lines | 17 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1346828460 news.xs4all.nl 6921 [2001:888:2000:d::a6]:56104 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:28460 |
Show key headers only | View raw
On 05.09.2012 01:05, Ben Finney wrote: > Andreas Perstinger <andipersti@gmail.com> writes: > >> On 04.09.2012 11:34, Paolo wrote: >> > how do I know if a JTextField has the focus? >> > thank to all >> >> Look there: >> http://www.catb.org/esr/faqs/smart-questions.html#forum > > That is an unhelpful response. So we have to agree to disagree. EOD. Bye, Andreas
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: focus on jtextfield Andreas Perstinger <andipersti@gmail.com> - 2012-09-04 20:42 +0200
How to tell people to ask questions the smart way (was: focus on jtextfield) Ben Finney <ben+python@benfinney.id.au> - 2012-09-05 09:05 +1000
Re: How to tell people to ask questions the smart way Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-09-05 00:28 +0100
Re: How to tell people to ask questions the smart way rusi <rustompmody@gmail.com> - 2012-09-04 21:32 -0700
Re: How to tell people to ask questions the smart way Chris Angelico <rosuav@gmail.com> - 2012-09-05 09:34 +1000
Re: How to tell people to ask questions the smart way Andreas Perstinger <andipersti@gmail.com> - 2012-09-05 09:00 +0200
Re: How to tell people to ask questions the smart way Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-09-05 09:06 +0100
csiph-web