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

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

[Octave-bug-tracker] [bug #44242] Adding a listener to the "children" pr


From: Ben Abbott
Subject: [Octave-bug-tracker] [bug #44242] Adding a listener to the "children" property has no effect
Date: Fri, 13 Feb 2015 21:28:16 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_2) AppleWebKit/600.3.18 (KHTML, like Gecko) Version/8.0.3 Safari/600.3.18

URL:
  <http://savannah.gnu.org/bugs/?44242>

                 Summary: Adding a listener to the "children" property has no
effect
                 Project: GNU Octave
            Submitted by: bpabbott
            Submitted on: Fri 13 Feb 2015 04:28:15 PM EST
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: Ben Abbott
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.8.2
        Operating System: Any

    _______________________________________________________

Details:

When run, the example below should print "my_hander called" to the command
line.


1;
function my_handler (h, dummy)
  fprintf ("my_handler called\n");
endfunction
figure (1)
clf ()
hax = axes ();
plot (rand (3))
hold all
fcn = @my_handler;
addlistener (hax, "children", fcn)
plot (rand (3))






    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?44242>

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




reply via email to

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