[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
StatusBar (was tooltips)
- Subject: StatusBar (was tooltips)
- From: mallors(at)ips1.msfc.nasa.gov (Robert S. Mallozzi)
- Date: 21 Mar 2000 19:52:47 GMT
- Newsgroups: comp.lang.idl-pvwave
- Organization: http://www.msfc.nasa.gov/
- References: <38d7aa1c$0$40635@news.execpc.com> <MPG.134160dd58bb46c9989a9a@news.frii.com>
- Xref: news.doit.wisc.edu comp.lang.idl-pvwave:18984
In article <MPG.134160dd58bb46c9989a9a@news.frii.com>,
davidf@dfanning.com (David Fanning) writes:
> pei zeng (pei@prism-cs.com) writes:
>
>> Does anybody know if IDL has tooltips function( eg. showing a brief text bar
>> while mouse-over an item)?
>
> Nothing like that is officially supported. You can implement
> a "status" line as a text or label widget and have it change
> as you keep track of "tracking" events in your widgets. Just
> be aware that tracking events are faked on Windows systems, so
> it is easy to miss them if the cursor moves too fast (or
> too slow, sometimes). :-)
Not fully tested/debugged, but here is a StatusBar object
that I find handy:
http://cspar.uah.edu/~mallozzir/software/idl/idl.html#statusbar
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Robert S. Mallozzi 256-544-0887
Mail Code SD 50
http://gammaray.msfc.nasa.gov/ Marshall Space Flight Center
http://cspar.uah.edu/~mallozzir/ Huntsville, AL 35812
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~