GUI Edit Text Autocomplete?
    7 ビュー (過去 30 日間)
  
       古いコメントを表示
    
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
 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
      
 2013 年 9 月 23 日
        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.
0 件のコメント
  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.
0 件のコメント
参考
カテゴリ
				Help Center および File Exchange で Entering Commands についてさらに検索
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!