- 363 名前:名無しさん@お腹いっぱい。 mailto:sage [2008/11/02(日) 23:22:12 ID: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引数を実行
|

|