Wish Make the colour picker and icon chooser available in debug-mode

BlueVision

Well-Known Member
Licensed User
Longtime User
This is once again a question of convenience during programming...

If the program you are working on is running in debug mode within the IDE during development, the tab EXTRAS is generally not available. It would be nice if the colour picker and perhaps also the icon chooser could be started in debug mode. The colour options in particular can also be assigned programmatically via XUI and activated in the source code with quick compilation. However, you cannot start either the colour picker or the icon chooser and must first exit the program.

I know, talking here about small peanuts, but in my eyes it would improve the IDE a little bit.
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
1745129378032.png


They are available. Right click inside the code editor. They should be there.
 
Top