Wanted features for UITABLE and UITREE
Ältere Kommentare anzeigen
Currently the power of uitable and uitree is very limited.
Which features are missing to improve the usability of your GUIs?
Akzeptierte Antwort
Weitere Antworten (6)
Jan
am 1 Mär. 2012
6 Stimmen
Jette
am 1 Mär. 2012
2 Stimmen
I'd like to have an additional Property 'RowEditable' similar to the property 'ColumnEditable'. Both properties should work at the same time such that the user is only allowed to change certain submatrices of the entire table.
Other things I'd like to have:
- selection of entire rows and columns by clicking on the header
- the possibility to change the background color of single cells
- a context menu for each cell or at least for each column
Concerning uitree: This function is not even a supported function. It would be extremely nice to have an "official" uitree function in MATLAB.
1 Kommentar
Jan
am 5 Mär. 2012
Tom
am 5 Feb. 2013
2 Stimmen
Having a button up/ button down callback, or some way of determining whether the user is selecting single or multiple cells would be really useful.
Walter Roberson
am 20 Dez. 2011
1 Stimme
uicontrol('Style','edit') and uitable cells should support a "PICTURE" input validation field; the field could be a string containing a % format, or a string containing a regex, or the handle of a routine. The validation would be "live", as characters are typed, with user notification (e.g. a beep, with provision made for visual notification for the deaf) as soon as they enter the wrong character.
drag-and-drop. Extended cut-and-paste (e.g., blocks of table)
Ability to find out which uitable cells are visible, and ability to set the scrollbars so that a particular part is visible.
Embedded 'vi' editor mode.
khaled DAWOUD
am 24 Aug. 2012
1 Stimme
puting the cursor in specific cell of uitable in the matlab is not provided.This is really important of disp and controling the data in uitable.
1 Kommentar
Jette
am 4 Dez. 2012
I agree that it is very important to select a cell programmatically. I just came across this issue and can't believe that this is not possible.
Jan
am 6 Aug. 2013
0 Stimmen
Kategorien
Mehr zu Develop Apps Using App Designer finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
