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

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

[Octave-bug-tracker] [bug #62612] "Label" property not found with findob


From: Guillaume
Subject: [Octave-bug-tracker] [bug #62612] "Label" property not found with findobj()
Date: Fri, 10 Jun 2022 05:43:13 -0400 (EDT)

URL:
  <https://savannah.gnu.org/bugs/?62612>

                 Summary: "Label" property not found with findobj()
                 Project: GNU Octave
               Submitter: gyom
               Submitted: Fri 10 Jun 2022 09:43:11 AM UTC
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Regression
                  Status: None
             Assigned to: None
         Originator Name: Guillaume
        Originator Email: 
             Open/Closed: Open
                 Release: dev
         Discussion Lock: Any
        Operating System: Any


    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: Fri 10 Jun 2022 09:43:11 AM UTC By: Guillaume <gyom>
"Label" properties are not found with findobj() while "Text" is. Probably a
consequence of bug #60870 or bug #62443.


octave:1> F = figure (); U = uimenu (F, 'Label', 'Octave');
octave:2> get (U, 'Label')
ans = Octave
octave:3> get (U, 'Text')
ans = Octave
octave:4> findobj (U, 'Label', 'Octave')
ans = [](0x1)
octave:5> findobj (U, 'Text', 'Octave')
ans = -34.638








    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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