if i make a itrace(i ), seems corect, if i set colors or caption only got it working,SendUsineMsg('SET_TARGET_PATCH SENDER_PATCH');
for i:= 0 to l-1 do begin
itrace(i);
SendUsineMsg ('SET_VALUE '+'S'+IntToStr(i)+ ' ''BACK COLOR'' '+'0');
SendUsineMsg ('SET_STRING_VALUE '+'S'+IntToStr(i)+ ' CAPTION '+'-');
end;
but if if put bothlines, i still traced well, but iml drops starts and start to send around 14 instead of 0... any clues?
is it some iml latency limitation or something else?
or is there a way to send two lines at once?
