Hallo Eduard Schleich,
ich habe es so umgesetzt:
export async function Txt_Meledezeile_Text_Trigger(item) {
// initialisation
item.BackColor = HMIRuntime.Math.RGB(255,255,255);
item.BorderWidth = 1;
item.ForeColor = HMIRuntime.Math.RGB(0,0,0);
item.BorderColor =...