Re: IDL5: Bug in Widget_Slider [message #9757] |
Wed, 13 August 1997 00:00 |
davidf
Messages: 2866 Registered: September 1996
|
Senior Member |
|
|
Alex Schuster writes:
> IDL5 Bug Report: Problem with Sliders and SCROLL keyword
>
> Name: Alex Schuster
> E-mail Address: alex@pet.mpin-koeln.mpg.de
> IDL version: { sparc sunos unix 5.0 Apr 28 1997}
> Platform and OS: SunOS ge 5.4
>
> Description of Problem: --------------------------------------------
>
> The SCROLL keyword has no effect in sliders after setting a new
> slider minimum/maximum.
>
> Example Code: --------------------------------------------------------
>
> pro test_slider
> base = widget_base()
> slider = widget_slider( base, scroll=1 )
> widget_control, base, /realize
> widget_control, slider, set_slider_min=0
> xmanager, 'Test', base
> end
Can someone with a Sun and IDL 5.0.2 test this and see if it is
still a problem. It works fine on my WindowsNT machine. I'll
put this in my "maybe" pile for inclusion in the IDL 5 database.
Cheers,
David
------------------------------------------------------------ --
David Fanning, Ph.D.
Fanning Software Consulting
Customizable IDL Programming Courses
Phone: 970-221-0438 E-Mail: davidf@dfanning.com
Coyote's Guide to IDL Programming: http://www.dfanning.com
|
|
|