Hello,
I have used a texbox customGui inside my iCustomGui, but for some reasons, it seems that I can not apply a shader to it.
The attribute is shown on the UI but does not seem to be functional.
On my iCustomGui::CreateLayout(), I have added it together with some other attributes, but this is the only one that is not functional.
TexBoxGui* list = (TexBoxGui*)AddCustomGui(COLOR_ID + i, CUSTOMGUI_TEXBOX, String(), BFH_SCALEFIT, 0, 0, settings);
Is there something I am missing?
Cheers,
Ogers.