08/11/02 23:22:12 Hftvj5k70
config.pyのconfigure()の中にこんな感じのを書いて
一定時間ごとにファイルリスト更新させるというのはどうだろう。
def command_RefreshBoth(self):
self.refreshFileList( self.activePane(), True, False )
self.refreshFileList( self.inactivePane(), True, False )
self.paint(PAINT_ALL)
window.setTimer(command_RefreshBoth, 1000) # 1000ms ごとに第1引数を実行