ファイルのリストをロードして進行状況バーを更新したいのですが、サムの位置を更新するとエラーが発生します。適用ボタンをクリックすると、コードは問題ありません - エラーの原因は何ですか?
-- 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