[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-patch-tracker] [patch #9084] uitable implementation
From: |
Noname |
Subject: |
[Octave-patch-tracker] [patch #9084] uitable implementation |
Date: |
Tue, 2 Jan 2018 09:33:28 -0500 (EST) |
User-agent: |
Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:57.0) Gecko/20100101 Firefox/57.0 |
Follow-up Comment #33, patch #9084 (project octave):
issue the command sequence:
htable = uitable('Data', [8 9]);
set(htable,'ColumnEditable',[true true]);
set(htable,'ColumnFormat',{'numeric',{'1', '2'}});
then click the popup containing "9" with the mouse and change the value into
2. if that is done then execute following two commands:
set(htable,'ColumnFormat',{'numeric','numeric'});
set(htable,'ColumnEditable',[true true]);
the second cell (containig the 2) is frozen now and cannot be changed any
more. but it should be editable as can be seen by issuing:
disp(get(htable,'ColumnEditable'));
i don't have much more time to play with it. my final conclusion about uitable
is that almost all features (which are are really quite a lot) are
implemented. coding style looks good. maybe needs some more thorough testing.
so i also would like to see uitable in future octave releases.
Best regards Hg200
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/patch/?9084>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/