Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #28418 > unrolled thread

Re: focus on jtextfield

Started byAndreas Perstinger <andipersti@gmail.com>
First post2012-09-04 20:42 +0200
Last post2012-09-05 09:06 +0100
Articles 7 — 5 participants

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  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

#28418 — Re: focus on jtextfield

FromAndreas Perstinger <andipersti@gmail.com>
Date2012-09-04 20:42 +0200
SubjectRe: focus on jtextfield
Message-ID<mailman.188.1346784142.27098.python-list@python.org>
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

Bye, Andreas

[toc] | [next] | [standalone]


#28433 — How to tell people to ask questions the smart way (was: focus on jtextfield)

FromBen Finney <ben+python@benfinney.id.au>
Date2012-09-05 09:05 +1000
SubjectHow to tell people to ask questions the smart way (was: focus on jtextfield)
Message-ID<87vcft75ih.fsf_-_@benfinney.id.au>
In reply to#28418
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. You aren't giving anything to help the
original poster improve their question. Moreover, it is rude and
dismissive, which doesn't belong in this forum.

The “how to ask question the smart way” essay is not a blunt instrument
for beating people over the head with, and it is brutish to use it that
way. Instead, please point out *how* the original poster's question can
be improved.

-- 
 \         “I think Western civilization is more enlightened precisely |
  `\     because we have learned how to ignore our religious leaders.” |
_o__)                                                —Bill Maher, 2003 |
Ben Finney

[toc] | [prev] | [next] | [standalone]


#28435 — Re: How to tell people to ask questions the smart way

FromMark Lawrence <breamoreboy@yahoo.co.uk>
Date2012-09-05 00:28 +0100
SubjectRe: How to tell people to ask questions the smart way
Message-ID<mailman.200.1346801265.27098.python-list@python.org>
In reply to#28433
On 05/09/2012 00: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. You aren't giving anything to help the
> original poster improve their question. Moreover, it is rude and
> dismissive, which doesn't belong in this forum.
>
> The “how to ask question the smart way” essay is not a blunt instrument
> for beating people over the head with, and it is brutish to use it that
> way. Instead, please point out *how* the original poster's question can
> be improved.
>

It is my opinion that the OP got exactly what they deserved, hence I 
entirely disagree with your response.

-- 
Cheers.

Mark Lawrence.

[toc] | [prev] | [next] | [standalone]


#28449 — Re: How to tell people to ask questions the smart way

Fromrusi <rustompmody@gmail.com>
Date2012-09-04 21:32 -0700
SubjectRe: How to tell people to ask questions the smart way
Message-ID<36852e7d-2c9d-4341-8b62-bcd9c8cfffe7@io6g2000pbc.googlegroups.com>
In reply to#28435
On Sep 5, 4:27 am, Mark Lawrence <breamore...@yahoo.co.uk> wrote:
> On 05/09/2012 00:05, Ben Finney wrote:
>
>
>
>
>
>
>
>
>
> > Andreas Perstinger <andiper...@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. You aren't giving anything to help the
> > original poster improve their question. Moreover, it is rude and
> > dismissive, which doesn't belong in this forum.
>
> > The “how to ask question the smart way” essay is not a blunt instrument
> > for beating people over the head with, and it is brutish to use it that
> > way. Instead, please point out *how* the original poster's question can
> > be improved.
>
> It is my opinion that the OP got exactly what they deserved, hence I
> entirely disagree with your response.

As a impartial response to what is 'deserved' it is fine.
However...
If we did not make these dicta as a norm
- return unkindness with less unkindness (said in strange terms of
cheeks and coats etc)
- Do unto others as you would have them etc

we would be back in the jungle.

In the context of mailing lists/fora hopefully one needs to
distinguish new post-ers/members from habitual idiots?

And if all this sounds over-Christian see http://en.wikipedia.org/wiki/Robustness_principle
Or more in line with python principles, the dilemma
http://chrismdp.github.com/2012/02/on-coding-defensively/

[toc] | [prev] | [next] | [standalone]


#28436 — Re: How to tell people to ask questions the smart way

FromChris Angelico <rosuav@gmail.com>
Date2012-09-05 09:34 +1000
SubjectRe: How to tell people to ask questions the smart way
Message-ID<mailman.201.1346801694.27098.python-list@python.org>
In reply to#28433
On Wed, Sep 5, 2012 at 9:28 AM, Mark Lawrence <breamoreboy@yahoo.co.uk> wrote:
> On 05/09/2012 00:05, Ben Finney wrote:
>>
>>> Look there:
>>> http://www.catb.org/esr/faqs/smart-questions.html#forum
>>
>> The “how to ask question the smart way” essay is not a blunt instrument
>> for beating people over the head with, and it is brutish to use it that
>> way. Instead, please point out *how* the original poster's question can
>> be improved.
>
> It is my opinion that the OP got exactly what they deserved, hence I
> entirely disagree with your response.

There are courteous and discourteous ways to hit someone over the head
with a blunt instrument. The instrument was, imho, appropriate in this
instance.

ChrisA

[toc] | [prev] | [next] | [standalone]


#28460 — Re: How to tell people to ask questions the smart way

FromAndreas Perstinger <andipersti@gmail.com>
Date2012-09-05 09:00 +0200
SubjectRe: How to tell people to ask questions the smart way
Message-ID<mailman.216.1346828460.27098.python-list@python.org>
In reply to#28433
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

[toc] | [prev] | [next] | [standalone]


#28464 — Re: How to tell people to ask questions the smart way

FromMark Lawrence <breamoreboy@yahoo.co.uk>
Date2012-09-05 09:06 +0100
SubjectRe: How to tell people to ask questions the smart way
Message-ID<mailman.220.1346832605.27098.python-list@python.org>
In reply to#28433
On 05/09/2012 08:00, Andreas Perstinger wrote:
> 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

Thinking about it your post was very unhelpful as I couldn't find 
anything about JTextField at the url you posted as seen above.  Fancy 
wasting my time like that :)

-- 
Cheers.

Mark Lawrence.

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web