stevel05 Expert Licensed User Longtime User Apr 18, 2025 #1 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: Apr 18, 2025
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.
klaus Expert Licensed User Longtime User Apr 18, 2025 #2 Or, why not : B4X: xui.Color_ARGB(255, 240, 230,140) Which is also cross-platfom.
stevel05 Expert Licensed User Longtime User Apr 18, 2025 #3 klaus said: Or, why not : Click to expand... I find the hex representation a little easier to visualize. I'm just more used to it, but either would do the job.
klaus said: Or, why not : Click to expand... I find the hex representation a little easier to visualize. I'm just more used to it, but either would do the job.
TILogistic Expert Licensed User Longtime User Apr 19, 2025 #4 I agree. You can use Ctrl+C to copy only hexadecimal text. Currently, you must select hexadecimal text with Ctrl+C and Ctrl+V. ctrol-c and ctrl -v 0xFF774848
I agree. You can use Ctrl+C to copy only hexadecimal text. Currently, you must select hexadecimal text with Ctrl+C and Ctrl+V. ctrol-c and ctrl -v 0xFF774848
Erel B4X founder Staff member Licensed User Longtime User Apr 20, 2025 #5 stevel05 said: 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? Click to expand... This will be the default behavior.
stevel05 said: 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? Click to expand... This will be the default behavior.