Hi,
In a script, is there a possibility to execute a part of a script with a delay ? Exemple :
Application.showBusyIndicator("Loading data");
Table_List.getDataSource().setDimensionFilter("EXERCICE",{id:Exercice,description:Exercice});
...
WAIT 3s (here I would like to push the execution of the rest of the script after 3 seconds)
Panneau_Filtres_En_Tete.setVisible(true);
Panneau_Liste.setVisible(true);
thanks in advance
Mat