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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #63714] uitable may show nan with data=zero


From: Liang Tang
Subject: [Octave-bug-tracker] [bug #63714] uitable may show nan with data=zero
Date: Fri, 27 Jan 2023 16:24:49 -0500 (EST)

Follow-up Comment #6, bug #63714 (project octave):

Hi John, 

I have been editing my file, without any source control.  Right now, the
trigger is a uicontrol/radiobutton callback. In the callback, it does the
get/delete/add to the uitable rowname and data field.  

h.load_model = uicontrol ('style', 'radiobutton',  ...  
'units', 'normalized', ...
'string', 'Load Model', ...   
'callback', @load_model, ...
'position', [0.1 0.8 0.1 0.04 ], ...
'backgroundcolor', [255, 255, 255]/256,  ...
'tag', 'load_model'); 

Is this OK to try the recommendation you have? 


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?63714>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

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