Page 1 of 1

colorChoser and webclient

PostPosted: Sun Apr 01, 2012 8:11 am
by antonio
Is application.showColorChooser() meant to work in web client? There's a reference here to a fix in 5.1.3 for WC
https://www.servoy.com/forum/viewtopic.php?f=16&t=14185&p=74728&hilit=application.showColorChooser#p74728
If it's not available, does anyone have a workable WC alternative they could suggest to allow the user to select #RRGGBB ?

Thanks in advance

Re: colorChoser and webclient

PostPosted: Wed Apr 04, 2012 2:39 pm
by jcompagner
color/font choosers only work in the smartclient,
I guess for webclient support you have to build something your self.

Re: colorChoser and webclient

PostPosted: Wed Apr 04, 2012 3:11 pm
by ngervasi
Just google for "javascript color picker", plenty of results. Probably you will need to use the WebclientUtils plugin.

Re: colorChoser and webclient

PostPosted: Wed Apr 04, 2012 3:13 pm
by ngervasi
This looks promising: http://www.eyecon.ro/colorpicker/

Re: colorChoser and webclient

PostPosted: Wed Apr 04, 2012 3:19 pm
by ROCLASI
See viewtopic.php?f=9&t=16213

Hope this helps.

Re: colorChoser and webclient

PostPosted: Wed Apr 04, 2012 6:49 pm
by antonio
Perfect, thanks!