help-octave
[Top][All Lists]
Advanced

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

Re: Callback function


From: FM
Subject: Re: Callback function
Date: Tue, 11 Mar 2014 00:38:41 -0700 (PDT)

>On Mar 10, 2014, at 10:04 AM, FM <[hidden email]> wrote: 
>
>
>> I'm running version 4.1.0 and used the QT graphic toolkit. 
>> 
>> I tested it with the FLTK graphic toolkit but the output isn't shown 
>> directly only if I write 
>> 
>> figure(hfig) 
>> 
>> So I have to hold down the mouse button in order to trigger the callback 
>> function? 
>> 
>> Best regards 
>> FM 
>
>I had assumed that the button had to be down to trigger the callback, but
when I checked Matlab I >discovered that the MouseButtonMotionFnc callback
is triggered with either the mouse down or up. 
>
>Would you file a bug report? 
>
>        https://savannah.gnu.org/bugs/?group=octave
>
>Ben 

I have to register first in order to file a bug report, do I?

And is there any way to use the WindowButtonMotionFcn callback with the Qt
graphic toolkit? Because in the FLTK graphic toolkit

get(hfig, 'SelectionType')

in the callback function always returns 'normal' independent of the clicked
mouse-button. Furthermore the callback function isn't triggered immediately.
There is always some delay.

Best regards
FM



--
View this message in context: 
http://octave.1599824.n4.nabble.com/Callback-function-tp4662953p4662991.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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