I think that this will be very usefull if functions GuiCtrlSetFont() and GuiCtrlSetColor() will able to set font/color for part of text in control (label, checkbox, radio etc.).
For example, i have this control:
$Label = GuiCtrlCreateLabel("My label with is part-colored", 20, 20) ;and now i want to set color for this control, but just part of it, somthing like this (this not correct, i know, it's only for example): GuiCtrlSetColor($Label, 0xFF0000, "part-colored")
So the results will look somthing like this:
And if we set the third parameter as -1 (or omite it at all), then the colour will be setten for whole label.My label with is part-colored
For now, only way to do this, is by creating two controls (labels), and what if i need change color/font for every letter (such an color-effect) in this label?
Thanks.







