Waiting for buffer.save to finish
Submitted by Friday, 18 April, 2008 - 08:14
on
I have some commandos that start with
buffer.save(view,null,true);
after which I build a command to run.
Sometimes the save completes before the command
is run and sometimes it doesn't.
Writing
waitForConsole(view)
does seem to help.
Thanks for any help
Moti
buffer.save(view,null,true);
after which I build a command to run.
Sometimes the save completes before the command
is run and sometimes it doesn't.
Writing
waitForConsole(view)
does seem to help.
Thanks for any help
Moti