Hi Sven, > If I run the ColorChooser example from > > http://<address-of-your-hop-server>/hop/test/ > > it works as expected (in hop 2.4.1). > But when I press the "Ok" button, the browser shows a client error > in the browser: > > TypeError: cc.rgb is undefined This error was due to a change in the Hop generated code. Now Hop generates "use strict" JavaScript code but the code for the colorchooser was incompatible with that mode. I have fixed it. I will upload a new version as soon as possible.
Thanks for your report. -- Manuel