Hi Antonio,
1. create 2 methods.
2. call the first method in standard method WDMODIFYVIEW of view with condition
if FIRST_TIME = 'X'.
3. create a TIMEDTRIGGER element in view.give the value '10' ( time in sec) to the DELAY property.
4. Create a On Action event for it and call the second method in it.
So first method trigger one time and second method trigger for every 10 seconds.