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

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

[Octave-bug-tracker] [bug #31121] output of callback not directly printe


From: Kai Habel
Subject: [Octave-bug-tracker] [bug #31121] output of callback not directly printed
Date: Sat, 25 Sep 2010 12:41:51 +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/?31121>

                 Summary: output of callback not directly printed 
                 Project: GNU Octave
            Submitted by: kahacjde
            Submitted on: Sat 25 Sep 2010 02:41:50 PM CEST
                Category: Interpreter
                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:

If you have the function 'myfun' as follows defined:
------------------
function myfun
  figure(1)
  set(1,'windowbuttondownfcn',@myfcn)
end

function myfcn(o,e)
  o,e
  disp('button down')
end
---------------
and call myfun, the output is not printed directly, only after one presses
enter at the command window.

session copy:
------------------
octave:2> myfun
octave:3> 
o =  1
e = [](0x0)
button down
octave:3> 
---------------




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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