Color Chooser suggestions

Go into the editor and write some JavaScript that uses hexadecimal colour values such as "#FF0000".

Double-click on a value you want to change. In Windows XP the FF0000 is selected and the quotes and # sign are not.

Go to the Edit menu and select the Color Chooser item.

Choose a colour and click OK.

Your code now looks like: "#'#cccccc'".

Could Servoy return just the hexadecimal part when appropriate? Should not be too hard. If the character to the left oif the insertion bar is # then inser cccccc, else insert '#cccccc'.

Now, suppose that you have a hex colour value that you want to use. That would be a real possibility, because hex colour values are used all over the place in Servoy.

So open the Color Chooser again and click its RGB tab. Now you are stuck. The RGB values are only shown in decimal!

By adding a radio set - * Hex * Decimal - here, developers could toggle between those two different numerical representations. Or, if you want to keep it somple, chnage the RGB tab to RGB Dec. anf add another called RGB Hex.

These small changes would be very handy.

thanks,

Terry