Back to the main page.
Bug 2048 - figure's menubar not updated during 'for' loop
Status | CLOSED DUPLICATE |
Reported | 2013-03-12 19:58:00 +0100 |
Modified | 2019-08-10 12:03:42 +0200 |
Product: | FieldTrip |
Component: | core |
Version: | unspecified |
Hardware: | PC |
Operating System: | Windows |
Importance: | P3 minor |
Assigned to: | |
URL: | |
Tags: | |
Depends on: | |
Blocks: | |
See also: |
Cristiano Micheli - 2013-03-12 19:58:03 +0100
During the execution of the ERP tutorial the following code dt = 0.01; tvec = 0:dt:1; w = 0.1; for iT = 1:length(tvec) cfg = []; cfg.xlim = [tvec(iT) tvec(iT)+w]; cfg.colorbar = 'yes'; ft_topoplotER(cfg,avgFIC); pause(0.05); end resulted in an incorrect update of the menu: the menubar was adding iteratively menu items and filling the bar with text. Any idea? [originally reported by Mathijs van der Meer]
Jörn M. Horschig - 2013-03-13 10:15:34 +0100
thx for reporting, we also just discovered this, see bug 2031 ;) how is life on the other side of the big sea? *** This bug has been marked as a duplicate of bug 2031 ***