I want to load a list of files and update a progress bar, but I get an error when updating the thumb position. The code is OK When I click the apply button - what causes the error?
-- update the progress bar with current file number
on set_progress new_value
set the thumbposition of "progress" to new_value
end set_progress