TMSFNC Colorpickers/wheels

Some colorpickers/wheels do not react to editing the decimal and or hexadecimal values. Only react to chanhing the wheel itself. Sometimes more handy for a user to enter the RGB or hex values.

Hi,

We cannot reproduce this. Which framework and platform are you using? What is your IDE version? What are your steps to reproduce?

TMS FNC on FMX
Delphi 10.4

image

i see it in the code now:

  if Key = KEY_RETURN then
  begin

User has to press enter/return. Problem is that if you have a default button on the form, the form on which the wheel is closes immediatly.

We'll investigate to see if we can improve this.

Thanx, for now i disabled the default on the form :)