Of course, it’s possible to have a single call. For instance, for 3 buttons:
Then in PHP:
Code:
procedure ProcedureAll(text, text2, text3: String);
begin
SetUiProp(“Toolbar1BHome”, “Caption”,text);
SetUiProp(“Toolbar1bprint”, “Caption”,text2);
// and so on
end;
exo_runhescriptcom ("UserMain.ProcedureAll|$button1|$button2|$button3");