Return-Path: Delivered-To: apmail-pivot-user-archive@www.apache.org Received: (qmail 5956 invoked from network); 7 Mar 2011 20:52:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Mar 2011 20:52:47 -0000 Received: (qmail 11997 invoked by uid 500); 7 Mar 2011 20:52:47 -0000 Delivered-To: apmail-pivot-user-archive@pivot.apache.org Received: (qmail 11956 invoked by uid 500); 7 Mar 2011 20:52:47 -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 11946 invoked by uid 99); 7 Mar 2011 20:52:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Mar 2011 20:52:47 +0000 X-ASF-Spam-Status: No, hits=1.3 required=5.0 tests=RCVD_IN_DNSWL_NONE,RFC_ABUSE_POST,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of gk_brown@verizon.net designates 206.46.173.3 as permitted sender) Received: from [206.46.173.3] (HELO vms173003pub.verizon.net) (206.46.173.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Mar 2011 20:52:39 +0000 Received: from [192.168.1.10] ([unknown] [98.110.173.176]) by vms173003.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LHP008Y4GMY30P3@vms173003.mailsrvcs.net> for user@pivot.apache.org; Mon, 07 Mar 2011 14:52:11 -0600 (CST) Content-type: text/plain; charset=us-ascii MIME-version: 1.0 (Apple Message framework v1082) Subject: Re: TextInput and Validator issues From: Greg Brown In-reply-to: <1299530649841-2647837.post@n3.nabble.com> Date: Mon, 07 Mar 2011 15:52:10 -0500 Content-transfer-encoding: quoted-printable Message-id: <243E752C-6D10-48AA-8CC7-E3BF20963108@verizon.net> References: <4D734FDA.7070702@free.fr> <4D751C08.7070500@free.fr> <3B17421D-EA17-4646-8726-679FD41A6977@verizon.net> <1299528298782-2647704.post@n3.nabble.com> <561936C8-CEF5-49EE-8862-81C2FD37C807@verizon.net> <1299529280594-2647740.post@n3.nabble.com> <1299530021755-2647788.post@n3.nabble.com> <3DE257B3-2999-471F-8439-E3704D6619F0@verizon.net> <1299530649841-2647837.post@n3.nabble.com> To: user@pivot.apache.org X-Mailer: Apple Mail (2.1082) X-Virus-Checked: Checked by ClamAV on apache.org Right - your custom row editor needs to override close() and make sure = that the data is valid. If you call super.close(), it will call store(). On Mar 7, 2011, at 3:44 PM, lello wrote: > Ok, the editor itself does not override mouseDown(), but, as I said I = can add > a ContainerMouseButtonListener, > to it, however the problem is not the editor but the table. If I am = editing > a row and click outside the editor with the mouse, store() is called = whether > or not the row object is valid or not. >=20 > -- > View this message in context: = http://apache-pivot-users.399431.n3.nabble.com/TextInput-and-Validator-iss= ues-tp2641141p2647837.html > Sent from the Apache Pivot - Users mailing list archive at Nabble.com.