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

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

[Octave-bug-tracker] [bug #32178] fltk backend: ginput arguments


From: Petr Mikulik
Subject: [Octave-bug-tracker] [bug #32178] fltk backend: ginput arguments
Date: Mon, 31 Jan 2011 21:10:36 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.17 SUSE/10.0.651.0 (KHTML, like Gecko) Chrome/10.0.651.0 Safari/534.17

Follow-up Comment #4, bug #32178 (project octave):

You haven't applied the patch correctly, please remove these lines:

    ## FIXME -- got to get the buttons somehow
    button = ones (size (x));

otherwise you cannot see key values.

Now:
graphics_backend fltk; plot(1:10)
[a,b,c]=ginput(3)

and: click MB1 at coordinates (2,2), then press key o at (4,4) and key p at
(6,6) => the resulting coords is a triplet of (2,2) instead of [2,4,6 2,4,6].



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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