octave-patch-tracker
[Top][All Lists]
Advanced

[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: Sun, 31 Dec 2017 06:04:23 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:57.0) Gecko/20100101 Firefox/57.0

Follow-up Comment #30, patch #9084 (project octave):

This (complete) patch includes:

1.) Workaround for the missing m_curData initialization as the Table
constructor is called. I would appreciate if somebody can review this
workaround (description see comment #23)
2.) Warning '__go_uitable__ Undocumented' is removed
3.) Update to HG TIP

****

If we run "demo uitable" the first figure clears as the second figure appears.
Running the code directly the first figure does not clear:


f = figure;
m = magic(8);
t = uitable(f, 'Data', m, 'ColumnWidth', { 40 });
f = figure;
m = magic(8);
t = uitable(f, 'Data', m, 'ColumnWidth', { 40 }, 'ColumnEditable', true);


I can reproduce this 'CLF' behaviour of the first figure with following test
code. Looks like it is a general behaviour (not related to uitable):


%!demo
%! f = figure;
%! plot(rand(1,10));
%!demo
%! f = figure;
%! plot(rand(1,10));




(file #42772)
    _______________________________________________________

Additional Item Attachment:

File name: patch_9084_uitable-20171231.diff Size:102 KB


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?9084>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]