<snip> > >Now i added just 1 short wait-statement and the files >are gone with ONE click. > >... > repeat with i = 1 to the num of lines of it > if there is a file (soundordner() & line i of it) then > delete file (soundordner() & line i of it) > wait 5 ##!!!!!!!!!!!!!!! > end if > end repeat >... > >Maybe this is helpful to others, too. > >(Can somebody explain why this workaround is necessary???) > > >Regards >Klaus Major <[EMAIL PROTECTED]> I have had a similar problem in the past. In one of my stacks when I did a "quit" after hiding the backdrop and showing the menubar, sometimes I would get a system crash. Usually a complete lockup. Inserting a wait of 1 tick before the quit command solved this problem. That doesn't explain why this this workaround is necessary, but, well it works. Michael Crawford Archives: http://www.mail-archive.com/[email protected]/ Info: http://www.xworlds.com/metacard/mailinglist.htm Please send bug reports to <[EMAIL PROTECTED]>, not this list.
