次のコードでは、各ボックス (図) に独自のマウスダウンを設定します。ただし、すべてのボックスをレンダリングした後、最後に読み取ったファイルと同じファイルを使用します。
for(loc file <- lsFile){
lsBox += box(
onMouseDown(bool (int butnr, map[KeyModifier,bool] modifiers) {
renderFile(file);
return true;
})
);
}
誰でもこれを修正する方法を知っていますか?