bugGNU Octave - Bugs: bug #44699, Property 'value' of 'checkbox'...

 
 

bug #44699: Property 'value' of 'checkbox' uicontrol

Submitter:  Guillaume <gyom>
Submitted:  Thu 02 Apr 2015 12:14:53 PM UTC
   
 
Category:  Plotting Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Matlab Compatibility
Status:  Fixed Assigned to:  lostbard
Originator Name:  Guillaume Open/Closed:  * Closed
Release:  * dev Operating System:  * Any
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 06 Apr 2015 10:57:02 PM UTC, comment #4: 

Closing as fixed

John Donoghue <lostbard>
Group Member
Mon 06 Apr 2015 05:42:48 PM UTC, comment #3: 

Many thanks John. Works fine and I haven't observed any detrimental side effects.

Guillaume <gyom>
Mon 06 Apr 2015 02:31:00 PM UTC, comment #2: 
John Donoghue <lostbard>
Group Member
Thu 02 Apr 2015 03:40:28 PM UTC, comment #1: 

This patch allows bool values, but not sure if it would have any detrimental effects anywhere else.


(file #33510)

John Donoghue <lostbard>
Group Member
Thu 02 Apr 2015 12:14:53 PM UTC, original submission:  

In MATLAB, the 'Value' property of a 'checkbox' uicontrol can be set to true/false, while Octave complains ("error: invalid value for array property "value"").


F = figure;
H = uicontrol('Style','checkbox','String','Parameter','Value',true);


Guillaume <gyom>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #33510:  checkbox.patch added by lostbard (746B - application/octet-stream)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by lostbard (Updated the item)
  • -email is unavailable- added by gyom (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 8 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2015-04-06 lostbard CategoryNone Plotting
        StatusReady For Test Fixed
        Open/ClosedOpen Closed
        Operating SystemGNU/Linux Any
    2015-04-06 lostbard StatusPatch Submitted Ready For Test
        Assigned toNone lostbard
    2015-04-02 lostbard Attached File- Added checkbox.patch, #33510
        StatusNone Patch Submitted

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code