Wish IDE Color Picker additional option

stevel05

Expert
Licensed User
Longtime User
Now that XUI is mature, would it be possible to have an additional option in the IDE colorpicker to just copy/paste the hex for a color?


B4X:
0xFFF0E68C
instead of
fx.Colors.From32Bit(0xFFF0E68C)

I know we can copy from the text box, but it would just be a bit more user friendly.
 
Last edited:

TILogistic

Expert
Licensed User
Longtime User
I agree. You can use Ctrl+C to copy only hexadecimal text.
Currently, you must select hexadecimal text with Ctrl+C and Ctrl+V.

1745045632742.png


ctrol-c and ctrl -v
0xFF774848
 
Top