我想加载文件列表并更新进度条,但在更新拇指位置时出现错误。代码正常当我单击应用按钮时 - 导致错误的原因是什么?
-- update the progress bar with current file number
on set_progress new_value
set the thumbposition of "progress" to new_value
end set_progress
我想加载文件列表并更新进度条,但在更新拇指位置时出现错误。代码正常当我单击应用按钮时 - 导致错误的原因是什么?
-- update the progress bar with current file number
on set_progress new_value
set the thumbposition of "progress" to new_value
end set_progress