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

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

[Octave-bug-tracker] [bug #57449] struct2hdl fails to set property with


From: anonymous
Subject: [Octave-bug-tracker] [bug #57449] struct2hdl fails to set property with erroneous "invalid value"
Date: Fri, 20 Dec 2019 01:39:11 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:71.0) Gecko/20100101 Firefox/71.0

Follow-up Comment #2, bug #57449 (project octave):

Thank you for clearing up the fontweight issue that fast - I'm using Matlab
R2010a, where this option is still available, and didn't think of reading the
NEWS file ... 

Regarding Octave ignoring the element with an invalid property: I've just
noticed that Octave behaves just like Matlab in that case. For example, you
can make a slider disappear from the GUI by setting its value outside of the
range: 

set(handles.result_resolution_slider,'Value',-1)
Warning: slider control can not have a Value outside of Min/Max range
Control will not be rendered until all of its parameter values are valid 

Is it intended to copy that behaviour and only render the element if all
values are valid? I'm aware that the try-catch-blocks in my workaround do slow
things down. 



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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