Return-Path: Delivered-To: apmail-pivot-user-archive@www.apache.org Received: (qmail 14816 invoked from network); 27 Aug 2010 17:23:06 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 27 Aug 2010 17:23:06 -0000 Received: (qmail 75398 invoked by uid 500); 27 Aug 2010 17:23:06 -0000 Delivered-To: apmail-pivot-user-archive@pivot.apache.org Received: (qmail 75377 invoked by uid 500); 27 Aug 2010 17:23:06 -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 75369 invoked by uid 99); 27 Aug 2010 17:23:05 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Aug 2010 17:23:05 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of gkbrown@mac.com designates 17.148.16.104 as permitted sender) Received: from [17.148.16.104] (HELO asmtpout029.mac.com) (17.148.16.104) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Aug 2010 17:22:42 +0000 MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=us-ascii Received: from [192.168.1.15] (pool-98-110-173-176.bstnma.fios.verizon.net [98.110.173.176]) by asmtp029.mac.com (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit)) with ESMTPSA id <0L7T004FGMX77V40@asmtp029.mac.com> for user@pivot.apache.org; Fri, 27 Aug 2010 10:22:21 -0700 (PDT) X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx engine=6.0.2-1004200000 definitions=main-1008270136 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.0.10011,1.0.148,0.0.0000 definitions=2010-08-27_08:2010-08-27,2010-08-27,1970-01-01 signatures=0 Subject: Re: TableView Column Format Question From: Greg Brown In-reply-to: <5D3A0D78-3E01-4E7B-8BF2-86776B2C67DD@mac.com> Date: Fri, 27 Aug 2010 13:22:18 -0400 Message-id: <03C90479-B6D3-4397-9EC4-C5FBC40FEE4C@mac.com> References: <1282060780891-1190306.post@n3.nabble.com> <575A2AB3-53BD-462D-B616-1D7D3744138F@mac.com> <1282576449470-1293411.post@n3.nabble.com> <70572E6D-E64D-4BEA-A076-4789E8D74A7D@mac.com> <1282683049585-1319919.post@n3.nabble.com> <1282847344376-1357997.post@n3.nabble.com> <1282928110538-1375214.post@n3.nabble.com> <5D3A0D78-3E01-4E7B-8BF2-86776B2C67DD@mac.com> To: user@pivot.apache.org X-Mailer: Apple Mail (2.1081) X-Virus-Checked: Checked by ClamAV on apache.org >> Also, as you're dragging it, can you set where the column was to be >> a greyed out column, kinda like how swing does by default? > > The easiest way to do this in application code would probably be to attach a decorator to the header that paints a semi-opaque rectangle over the header's bounds. Just thinking - it might actually look good to draw a rectangle over the entire column.