Re: Resizing a widget base [message #7795] |
Tue, 14 January 1997 00:00 |
Ken Stone
Messages: 8 Registered: December 1996
|
Junior Member |
|
|
David Fanning wrote:
>
> Ken Stone <k.a.stone@larc.nasa.gov> writes:
>
>> Has anyone used the TLB_SIZE_EVENTS keyword on a call to widget_base?
>> I'm using it on NT4, and it returns ALL (a time history I think) of the
>> resize events. From the beginning of the mouse movement to the end.
>> (Which can be fun to watch the first couple of times.) All I really
>> want is the last position. Do all the Window
>> platforms return all the events? Does anyone know how to get just
>> the last event triggered?
>
> This has nothing to do with IDL. It is a configurable item on
> Windows NT machines. I am sitting in front of a Macintosh
> with no access to a Windows platform, but as I recall you
> go to the "desktop" control panel (or whatever it is called
> in Windows NT) and turn "window drag" option off.
>
> If someone knows the correct terminology here, I'd be
> happy to put the correct info on my web page for future
> reference.
>
> David
Right you are David. Thanks. Yes, the item is found under
Control Panel -> Display -> Plus! - Visual Settings. The "Show window
contents while dragging" option needs to be turned off.
Thanks,
Ken
|
|
|
Re: Resizing a widget base [message #7802 is a reply to message #7795] |
Mon, 13 January 1997 00:00  |
davidf
Messages: 2866 Registered: September 1996
|
Senior Member |
|
|
Ken Stone <k.a.stone@larc.nasa.gov> writes:
> Has anyone used the TLB_SIZE_EVENTS keyword on a call to widget_base?
> I'm using it on NT4, and it returns ALL (a time history I think) of the
> resize events. From the beginning of the mouse movement to the end.
> (Which can be fun to watch the first couple of times.) All I really
> want is the last position. Do all the Window
> platforms return all the events? Does anyone know how to get just
> the last event triggered?
This has nothing to do with IDL. It is a configurable item on
Windows NT machines. I am sitting in front of a Macintosh
with no access to a Windows platform, but as I recall you
go to the "desktop" control panel (or whatever it is called
in Windows NT) and turn "window drag" option off.
If someone knows the correct terminology here, I'd be
happy to put the correct info on my web page for future
reference.
David
-----------------------------------------------------------
David Fanning, Ph.D.
Fanning Software Consulting
2642 Bradbury Court, Fort Collins, CO 80521
Phone: 970-221-0438 Fax: 970-221-4762
E-Mail: davidf@dfanning.com
Coyote's Guide to IDL Programming: http://www.dfanning.com
-----------------------------------------------------------
|
|
|