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 52B7D998E for ; Wed, 19 Oct 2011 04:17:02 +0000 (UTC) Received: (qmail 29505 invoked by uid 500); 19 Oct 2011 04:17:01 -0000 Delivered-To: apmail-pivot-user-archive@pivot.apache.org Received: (qmail 29477 invoked by uid 500); 19 Oct 2011 04:16:59 -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 29469 invoked by uid 99); 19 Oct 2011 04:16:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Oct 2011 04:16:57 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of bill.van.melle@gmail.com designates 209.85.160.182 as permitted sender) Received: from [209.85.160.182] (HELO mail-gy0-f182.google.com) (209.85.160.182) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Oct 2011 04:16:50 +0000 Received: by gyd8 with SMTP id 8so1645193gyd.13 for ; Tue, 18 Oct 2011 21:16:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; bh=0238q6HhOefLoBeMqkgACy5Xhbq0Zvi2LtP2na9XpgM=; b=J0dN5fNl/W+qHBBP0MUd/DZMOUml1eZ45O5lA5851iXgz8KHLHi9DBuhbroNrs9T8k i7yvlF1cpYoRKkntruayrKHdZSnGJvJFd+l35ndtVoAY8H4qaeTSwc4e1I0Fx+DAdi+x 565OGMUL7430J2KXvzqhhcG4YZWhAOhGBAB38= Received: by 10.236.124.11 with SMTP id w11mr7476647yhh.130.1318997789134; Tue, 18 Oct 2011 21:16:29 -0700 (PDT) MIME-Version: 1.0 Received: by 10.147.136.11 with HTTP; Tue, 18 Oct 2011 21:16:09 -0700 (PDT) From: Bill van Melle Date: Tue, 18 Oct 2011 21:16:09 -0700 Message-ID: Subject: Why can't I set a TabPane's buttonPadding to a dictionary? To: user@pivot.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org I must be missing something really obvious here. TablePane happily accepts a padding value expressed as a dictionary. So does Label. But when the bxml serializer gets down to the TabPane below where I try to set its buttonPadding to the same dictionary, it barfs, saying "Unable to coerce org.apache.pivot.collections.HashMap to class org.apache.pivot.wtk.Insets". Aren't the padding values also of type Insets? What am I doing wrong?