fresh runtextlog
This commit is contained in:
@@ -687,6 +687,11 @@ classdef EDFMAppController < handle
|
|||||||
obj.App.RunLogTextArea.Value = cellstr([current; newLines]);
|
obj.App.RunLogTextArea.Value = cellstr([current; newLines]);
|
||||||
end
|
end
|
||||||
drawnow limitrate;
|
drawnow limitrate;
|
||||||
|
try
|
||||||
|
scroll(obj.App.RunLogTextArea, 'bottom');
|
||||||
|
catch
|
||||||
|
% scroll(...) is unavailable in older MATLAB releases.
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
function onRunProgress(obj, message, meta)
|
function onRunProgress(obj, message, meta)
|
||||||
|
|||||||
Reference in New Issue
Block a user