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


Groups > comp.lang.python > #54182

How to differ between checked and unckecked

Path csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <mohsen@pahlevanzadeh.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.130
X-Spam-Level *
X-Spam-Evidence '*H*': 0.75; '*S*': 0.01; 'subject:How': 0.10; 'subject:between': 0.16; 'all,': 0.19; 'differ': 0.19; "can't": 0.35; 'yours,': 0.36; 'should': 0.36; 'checks': 0.38; 'to:addr :python-list': 0.38; 'to:addr:python.org': 0.39; 'how': 0.40; 'dear': 0.65; 'between': 0.67
DKIM-Signature v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=pahlevanzadeh.org; s=default; h=Content-Transfer-Encoding:Mime-Version:Content-Type:Date:To:From:Subject:Message-ID; bh=doJD53Ir4qbO/bT/37wHm6IB2XpcPVqp2YPfD8zR+Gs=; b=ICm8SlRTGJSJPzuD760qFOjHCOB82didQNdg7HdAd/g6/i43CIbYGWS26rwWIrR+vj6v/Zls1xHMFg63IX9Cx+B3nOCi3dOJwmOCxWTsgcR1etCL0Dgi4CouwxfUxaYB9Lmc8bpizfV63A6KXmDEPs97IrLMgzCsllwJ/2/QStA=;
Subject How to differ between checked and unckecked
From Mohsen Pahlevanzadeh <mohsen@pahlevanzadeh.org>
To python-list@python.org
Date Sun, 15 Sep 2013 12:04:43 +0430
Content-Type text/plain; charset="UTF-8"
X-Mailer Evolution 3.4.4-4+b1
Mime-Version 1.0
Content-Transfer-Encoding 7bit
X-AntiAbuse This header was added to track abuse, please include it with any abuse report
X-AntiAbuse Primary Hostname - part7.royal-servers.com
X-AntiAbuse Original Domain - python.org
X-AntiAbuse Originator/Caller UID/GID - [47 12] / [47 12]
X-AntiAbuse Sender Address Domain - pahlevanzadeh.org
X-Get-Message-Sender-Via part7.royal-servers.com: authenticated_id: mohsen@pahlevanzadeh.org
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 <https://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 <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.383.1379230501.5461.python-list@python.org> (permalink)
Lines 19
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1379230501 news.xs4all.nl 15947 [2001:888:2000:d::a6]:59245
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:54182

Show key headers only | View raw


Dear all,
 

My program have a set of checkbox,
When user check a checkbox, i should
call slot1() and when user uncheck
checkbox, i should call slot2(),But
i can't understand when user checks
and unchecked.

My questions is, How can i find out
user check and unchecked checkbox?
It's very important that i differ
between check and unckeck.

Yours,
Mohsen

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

How to differ between checked and unckecked Mohsen Pahlevanzadeh <mohsen@pahlevanzadeh.org> - 2013-09-15 12:04 +0430

csiph-web