hi everyone,
if Label.GetSize("label").Width > Window.GetSize(DialogEx.GetWndHandle()).Width then
sNew = String.Mid(Label.GetText("label"), 1, String.Length(Label.GetText("label"))-5);
Label.SetText("label", sNew.."...");
end
Why does not this code ?
if Label.GetSize("label").Width > Window.GetSize(DialogEx.GetWndHandle()).Width then
sNew = String.Mid(Label.GetText("label"), 1, String.Length(Label.GetText("label"))-5);
Label.SetText("label", sNew.."...");
end
Why does not this code ?
Comment