X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 26 Aug 2009 08:03 AM by  anon
WIDGET_SLIDER drag events not generated in 7.1 (WinXP)
 3 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:
New Member


--
26 Aug 2009 08:03 AM
    I have recently switched to IDL7.1 from 7.0, and have a problem using WIDGET_SLIDER. Although DRAG is set for widget, drag events are not generated. The same code worked for 7.0. Has there been a change to the way the events are handled, and should I change the way they are used? The test program below runs as expected in 7.0, but not in 7.1 PRO testslider_event, ev common sliders, slider widget_control, slider, GET_VALUE=value print, value END PRO testslider common sliders, slider main = widget_base (xsize=200,ysize=100) slider = widget_slider (main,/drag) widget_control, main, /realize xmanager, 'testslider', main END

    Deleted User



    New Member


    Posts:
    New Member


    --
    28 Sep 2009 07:48 AM
    Sorry, never got back to this reply sooner. When I use IDL7.0 on windows XP (tried on 2 seperate machines), I get continous location output to console tab. When I use IDL7.1 on windows XP (tried on 3 seperate machines) , I get no location to console tab.  One update occurs when the mouse is released.  

    Deleted User



    New Member


    Posts:
    New Member


    --
    28 Sep 2009 03:10 PM
    There is an IDL 7.1.1 update available that addresses this issue (and others).   r

    Deleted User



    New Member


    Posts:
    New Member


    --
    29 Sep 2009 05:11 AM
    [QUOTE]rmoss@eoir.com wrote There is an IDL 7.1.1 update available that addresses this issue (and others).   r [/QUOTE]   Great! Thanks for this info. 
    You are not authorized to post a reply.