Thanks for creating such a good tool. I recommend that it must be
included into next release of gwt.
I have downloaded source for color picker from sandbox site. I cannot
find the css file can you please send me. Also have you made any
changes recently which are not committed. If so please could you email
me. Is that ok to use this code in a commercial application. Also are
there any known issues with this color picker.
Thanks looking forward for your help.
Umme Essa
On Jul 9, 4:16 pm, "Robert Hanson" <iamroberthan...@gmail.com> wrote:
> Good call. I should add that.
>
> Rob
>
There isn't any. The screen shot and demo uses no external CSS.
Everything for the demo is in the svn repository.
> Also have you made any changes recently which are not committed.
Nope, no new changes.
> Is that ok to use this code in a commercial application.
As long as you abide by the Apache 2 license. The license is *very*
unrestrictive though, so I don't think you should have any issues. I
would be interested in hearing about it once it is released.
> Also are there any known issues with this color picker.
Not that I have been made aware of..
Rob
outsideFrame.setStyleName("colorpicker-frame");
colorGrid.setStyleName("colorpicker-grid");
I was curious where are these css classes. Also I simply created an
HSVColorPicker and added it to the VerticalPanel
It is taking a larger area of screen and not looking like you have
displayed in the demo. Do I need to set width and height?
On Aug 15, 7:47 pm, "Robert Hanson" <iamroberthan...@gmail.com> wrote:
> > I cannot find the css file can you please send me.
>
> There isn't any. The screen shot and demo uses no external CSS.
> Everything for the demo is in the svn repository.
>
> > Also have you made any changes recently which are not committed.
>
> Nope, no new changes.
>
> > Is that ok to use this code in a commercial application.
>
> As long as you abide by the Apache 2 license. The license is *very*
> unrestrictive though, so I don't think you should have any issues. I
> would be interested in hearing about it once it is released.
>
> > Also are there any known issues with this color picker.
>
> Not that I have been made aware of..
>
> Rob
>
They are defined to make it easier to customize. The demo doesn't use
those CSS classes.
> Do I need to set width and height?
It couldn't hurt :) It has been more than a few weeks since I have
looked at that code. I don't recall off the top of my head.
I just took a quick look at the demo page in FF and took a quick look
with FireBug. I didn't see anything that would cause it to be wider
than you see in the demo.
Rob
On Aug 15, 10:55 pm, "Robert Hanson" <iamroberthan...@gmail.com>
wrote:
> > I was curious where are these css classes.
>
> They are defined to make it easier to customize. The demo doesn't use
> those CSS classes.
>
> > Do I need to set width and height?
>
> It couldn't hurt :) It has been more than a few weeks since I have
> looked at that code. I don't recall off the top of my head.
>
> I just took a quick look at the demo page in FF and took a quick look
> with FireBug. I didn't see anything that would cause it to be wider
> than you see in the demo.
>
> Rob
>