Linking UIList or UItree object to multiple edit fields

3 ビュー (過去 30 日間)
Michael Giordano
Michael Giordano 2020 年 7 月 27 日
回答済み: Mitchell Tillman 2023 年 1 月 18 日
My situation is that I have one listbox or uitree (depending on situations) with a list of possible names. I then have several edit fields. The idea is that the user can click on an edit field, then double click an item on the listbox, which would populate the selected edit field with that name. My issue is that I can't figure out how to get the "last clicked edit field". My thought initially was to create a custom property for the figure so that when I click an edit field, it would store that edit field handle which I could then grab with my list box and populate. However, there doesn't appear to be an "onclick" type callback for edit fields.
So there's my dilemma...how do I know which is the last edit field clicked/entered to, so that my listbox knows which edit field to populate?
Thanks in advance!

回答 (2 件)

Harsha Priya Daggubati
Harsha Priya Daggubati 2020 年 7 月 30 日
Hi,
I guess for your case you can use 'ValueChangingFcn' callback to get the selected edit field.
Refer to the following link for more details:

Mitchell Tillman
Mitchell Tillman 2023 年 1 月 18 日
You could just add one button paired with each edit field. So the user would first select the desired uitreenode, then click the button next to the desired edit field to select which field it gets added to. The nice part is that all buttons could potentially share the same callback code.

カテゴリ

Help Center および File ExchangeMigrate GUIDE Apps についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by