Return-Path: X-Original-To: apmail-pivot-user-archive@www.apache.org Delivered-To: apmail-pivot-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BD5308F6D for ; Tue, 30 Aug 2011 12:59:34 +0000 (UTC) Received: (qmail 16481 invoked by uid 500); 30 Aug 2011 12:59:34 -0000 Delivered-To: apmail-pivot-user-archive@pivot.apache.org Received: (qmail 16465 invoked by uid 500); 30 Aug 2011 12:59:34 -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 16457 invoked by uid 99); 30 Aug 2011 12:59:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Aug 2011 12:59:33 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of gk_brown@verizon.net designates 206.46.173.1 as permitted sender) Received: from [206.46.173.1] (HELO vms173001pub.verizon.net) (206.46.173.1) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Aug 2011 12:59:24 +0000 Received: from [192.168.1.14] ([unknown] [108.20.204.240]) by vms173001.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LQQ00KBIS1S9490@vms173001.mailsrvcs.net> for user@pivot.apache.org; Tue, 30 Aug 2011 07:58:41 -0500 (CDT) Content-type: text/plain; charset=us-ascii MIME-version: 1.0 (Apple Message framework v1084) Subject: Re: SV: Filter TreeView listData From: Greg Brown In-reply-to: <6C37221E818AD94EB8593F2D10B7D626165D6B@EX-2010-01.ad.sdhosting.no> Date: Tue, 30 Aug 2011 08:58:40 -0400 Content-transfer-encoding: quoted-printable Message-id: <16572058-8A64-481F-90E3-7D3C7800B506@verizon.net> References: <6C37221E818AD94EB8593F2D10B7D62616241F@EX-2010-01.ad.sdhosting.no> <3C851061-CC91-4DD1-8724-8559D1DC0871@verizon.net> <6C37221E818AD94EB8593F2D10B7D626165D6B@EX-2010-01.ad.sdhosting.no> To: user@pivot.apache.org X-Mailer: Apple Mail (2.1084) X-Virus-Checked: Checked by ClamAV on apache.org Oh, sorry. Just create a filtered copy of your source list and set that = as the tree data. On Aug 30, 2011, at 8:49 AM, Edvin Syse wrote: >> Yes, but you'll need to filter each branch individually, which could = be >> time-consuming (though i suppose you'd only need to filter the >> expanded branches). >=20 > The filter will only apply to the "root nodes", so that's fine. You = say "yes", but what about how? hehe.. >=20 > -- Edvin