필터 지우기
필터 지우기

Uitable selection focus

조회 수: 2 (최근 30일)
Etienne
Etienne 2011년 7월 22일
Hi Folks
I am trying to implement a uitable and am having some odd problems with setting the focus. I am searching a string array with regexp and trying to filter this array. After thsi I want to update the uitable. At the end I want to set the focus to the first line of the table. I am trying to do this with the following line
gui.hParamTableJavaHandle.changeSelection(0,0,false,false);
This all works when I step throught the debugger, but when I run without the debugger the first line is not updated. I have no idea why this is.
Regards
Etienne

답변 (1개)

Walter Roberson
Walter Roberson 2011년 7월 22일
Speculating here: perhaps you need to drawnow() after the update?

카테고리

Help CenterFile Exchange에서 Programming에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by