GUI Edit Text Autocomplete?

조회 수: 12 (최근 30일)
Eddy
Eddy 2013년 9월 23일
댓글: onur erdem korkmaz 2021년 4월 24일
Is there a way for an autocomplete pop-up to appear on an Edit Text component of a MATLAB GUI? The desired behavior I'm looking for is the user enters 3 or more characters and then the GUI program searches a given string array and displays a list of potential matches which the user can then select from. I don't want to have a pop-up menu because the list is over 5000 items. Any help would be appreciated!
  댓글 수: 1
onur erdem korkmaz
onur erdem korkmaz 2021년 4월 24일
Hi Eddy
It's been a long time, but now I'm looking for the same thing. Did you find any solution?
Thanks

댓글을 달려면 로그인하십시오.

답변 (3개)

Vishal Rane
Vishal Rane 2013년 9월 23일
See if this gives any pointers
Also you could have a small button next to the edit text which would simply autocomplete the string. On each click it would cycle through the matching list.

Eddy
Eddy 2013년 9월 23일
편집: Eddy 2013년 9월 23일
Thanks, I did see that link prior to my post but it doesn't really help. What I'm looking for is a search-engine-like way of typing into the edit text box and having the program dynamically pop up suggestions given what the user has typed so far and what the valid inputs are.

ES
ES 2013년 9월 23일
As far as i see, you should either do it the way Vishal says. Otherwise, You have to use Dynamic Java methods.

카테고리

Help CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by