Return-Path: Delivered-To: apmail-incubator-click-dev-archive@locus.apache.org Received: (qmail 24000 invoked from network); 16 Dec 2008 20:53:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Dec 2008 20:53:34 -0000 Received: (qmail 76224 invoked by uid 500); 16 Dec 2008 20:53:47 -0000 Delivered-To: apmail-incubator-click-dev-archive@incubator.apache.org Received: (qmail 76190 invoked by uid 500); 16 Dec 2008 20:53:47 -0000 Mailing-List: contact click-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: click-dev@incubator.apache.org Delivered-To: mailing list click-dev@incubator.apache.org Received: (qmail 76179 invoked by uid 99); 16 Dec 2008 20:53:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Dec 2008 12:53:47 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of malcolm.edgar@gmail.com designates 209.85.146.182 as permitted sender) Received: from [209.85.146.182] (HELO wa-out-1112.google.com) (209.85.146.182) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Dec 2008 20:53:32 +0000 Received: by wa-out-1112.google.com with SMTP id l24so1680318waf.12 for ; Tue, 16 Dec 2008 12:53:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=afPzb5oqNnsruAmEW2V4fke5s/QX2j8d0wl0G+L8XSI=; b=YD5CNi4c0CvB4Ey1DCgd8pHrLeP+Py4oqF6Ci0RIeMaGT9POrbVmYooo1/g0o6dRVA 4K0hsd1ssSkzFP48fqW+nXs5Ikf/T6nHAHm7pvQhX8bZLQL5AVSk7ALo21pMhu4JC3Yp 2P/mKF0sQNLwqPTiQtsjwWBORzOnGRAjjTVx8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=HznFtX3b3pRc2wE68TttRl/qBUDNoqCVBm8iXsZq0Ll8Nk0Ta3Gj7mXKWX5k5r0S7W pMVEKkMcI7xRvw0nA2fKtzz9VTvM7B2iJWgw85/99+cnRSOv0W9/dEEYGPh64RhhaboX JcVHP5TprhAfY0AxbsoZFvwlkE7g5Q2xwsFns= Received: by 10.114.157.1 with SMTP id f1mr5999946wae.43.1229460791220; Tue, 16 Dec 2008 12:53:11 -0800 (PST) Received: by 10.114.37.2 with HTTP; Tue, 16 Dec 2008 12:53:11 -0800 (PST) Message-ID: <525d8e10812161253i57fefd84j94b654c042f6fc76@mail.gmail.com> Date: Wed, 17 Dec 2008 07:53:11 +1100 From: "Malcolm Edgar" To: click-dev@incubator.apache.org Subject: Re: ColorPicker replacement In-Reply-To: <4947DF3A.2050402@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6d5f21db0812150503k25e46de4s2c65dc40cae6efea@mail.gmail.com> <525d8e10812151917q3eb4e92dh1cb607e59e37b8cb@mail.gmail.com> <4947DF3A.2050402@gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org Sounds good. You are taking onDeploy() method on this control rather than the Control interface I presume? regards Malcolm Edgar On Wed, Dec 17, 2008 at 4:02 AM, Bob Schellink wrote: > Malcolm Edgar wrote: >> >> This looks much nicer than the existing Color picker. >> >> +1 on maintaining the Java API. > > > Nods the Java API don't need to change, although I'd like to get rid of the > onDeploy method and simply bundle the resources in the > 'META-INF/web/click/colorpicker' directory. Easier to maintain resources > this way. > > regards > > bob >