"EnTerr" wrote:
You were setting `.retrievingTextColor = &h00FFFFFF` ? In what way that "didn't work"? Did it show in different color or what? It is relevant as to the next steps to try, e.g. maybe the color is not in ARGB format but RGBA. Or did you try &h01 as a color? TFM says 0 means system default but you can get to practically
0 for practical purposes.
Thank you for your answer EnTerr, I set ".retrievingTextColor" to "0x00FFFFFF" and "0x00000000", hoping that by setting the alpha value it would become fully transparent, the color was always shown in the color that was set (except black for some reason). No, I didn't try &h01 as a color, let me try that as well as an RGBA format!