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

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

[Octave-bug-tracker] [bug #31118] callback function not found


From: Kai Habel
Subject: [Octave-bug-tracker] [bug #31118] callback function not found
Date: Fri, 24 Sep 2010 18:37:58 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.10) Gecko/20100914 SUSE/3.6.10-169.1 Firefox/3.6.10

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

                 Summary: callback function not found
                 Project: GNU Octave
            Submitted by: kahacjde
            Submitted on: Fri 24 Sep 2010 08:37:58 PM CEST
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Other
                  Status: None
             Assigned to: None
         Originator Name: Kai Habel
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Let myfun.m be:
---------------
function myfun
  figure(1)
  set(1,'windowbuttondownfcn','myfcn')
end

function myfcn
  disp('button down')
end
--------------

If call myfun and click on the figure and triggering the windowbuttondownfcn
the respective callback myfcn is not found.

octave:3> myfun
octave:4> error: `myfcn' undefined near line 4 column 1                      
                                               




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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