You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@click.apache.org by Bob Schellink <sa...@gmail.com> on 2008/12/15 14:03:33 UTC

ColorPicker replacement

Hi guys,

ColorPicker's JavaScript seems to use incompatible license so I think we
should replace it with the one below, unless there are better suggestions:

http://www.dhtmlgoodies.com/index.html?whichScript=submitted-color-picker

Its MIT based so Apache compatible :)

regards

bob

Re: ColorPicker replacement

Posted by Bob Schellink <sa...@gmail.com>.
Malcolm Edgar wrote:
> Sounds good. You are taking onDeploy() method on this control rather
> than the Control interface I presume?


Sorry yes, only the method ColorPicker#onDeploy was removed.

kind regards

bob

Re: ColorPicker replacement

Posted by Malcolm Edgar <ma...@gmail.com>.
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 <sa...@gmail.com> 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
>

Re: ColorPicker replacement

Posted by Bob Schellink <sa...@gmail.com>.
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

Re: ColorPicker replacement

Posted by Malcolm Edgar <ma...@gmail.com>.
This looks much nicer than the existing Color picker.

+1 on maintaining the Java API.

I have never used this is an application, and I am curious if anyone else has.

regards Malcolm Edgar

On Tue, Dec 16, 2008 at 12:38 AM, Demetrios Kyriakis
<de...@gmail.com> wrote:
>> ColorPicker's JavaScript seems to use incompatible license so I think we
>> should replace it with the one below, unless there are better suggestions:
>>
>> http://www.dhtmlgoodies.com/index.html?whichScript=submitted-color-picker
>
> That component looks OK for most simple use cases, but please keep the Java
> API compatibility.
>
> For more complex color selections(with support for schemes), this one is
> supposed to be way better:
> http://sourceforge.net/projects/color-picker/
>
> or see it live at:
> http://colorcoordinator.com/
> the "Color Coordinator" button at the top of the screen.
>
> Demetrios.
> P.S. I wanted to make a Click component for it(still on my todo), but the
> project requiring it was implemented with another framework :(.
>
>

Re: ColorPicker replacement

Posted by Demetrios Kyriakis <de...@gmail.com>.
> ColorPicker's JavaScript seems to use incompatible license so I think we
> should replace it with the one below, unless there are better suggestions:
> 
> http://www.dhtmlgoodies.com/index.html?whichScript=submitted-color-picker
That component looks OK for most simple use cases, but please keep the 
Java API compatibility.

For more complex color selections(with support for schemes), this one is 
supposed to be way better:
http://sourceforge.net/projects/color-picker/

or see it live at:
http://colorcoordinator.com/
the "Color Coordinator" button at the top of the screen.

Demetrios.
P.S. I wanted to make a Click component for it(still on my todo), but 
the project requiring it was implemented with another framework :(.