From: Dirk-Jan Kroon on 16 Jun 2010 07:08 > > > > The problem I am having is that it doesn't update; unless I stop it in > > > > the editor, and then it works perfectly. Same problem, work around (also works in case of copy paste) : set(handles.edit1,'Visible','off') pause(0.1); set(handles.edit1,'Visible','on')
From: Dirk-Jan Kroon on 16 Jun 2010 07:11 "Dirk-Jan Kroon" <kdirkjan(a)hhhhhhhotmail.com> wrote in message <hvabam$ood$1(a)fred.mathworks.com>... > > > > > The problem I am having is that it doesn't update; unless I stop it in > > > > > the editor, and then it works perfectly. > > Same problem, work around (also works in case of copy paste) : > set(handles.edit1,'Visible','off') > pause(0.1); > set(handles.edit1,'Visible','on') Forget a Line (to refocus): set(handles.edit2,'Visible','off') pause(0.1); set(handles.edit2,'Visible','on') uicontrol(handles.edit2)
First
|
Prev
|
Pages: 1 2 Prev: Calling to a data file Next: Large Scale Problem: lsqnonneg vs lsqlin |