| View previous topic :: View next topic |
| Author |
Message |
Jeremy Guest
|
Posted: Wed Nov 26, 2003 6:50 am Post subject: Hints on tabsheet |
|
|
Is there any way to show a tooltip hint when the cursor is over top just the
tab portion of a tabsheet? Hopefully also show hints when the cursor is
over tabs of tabsheets that are not on top as well.
|
|
| Back to top |
|
 |
JD Guest
|
Posted: Wed Nov 26, 2003 8:46 am Post subject: Re: Hints on tabsheet |
|
|
"Jeremy" <nospam (AT) here (DOT) com> wrote:
| Quote: | Is there any way to show a tooltip hint when the cursor is
over top just the tab portion of a tabsheet?
|
Use the TPageControls' ControlAtPos method in conjunction with
the TPageControls' OnMouseMove event to determine which tab -
if any - the mouse is over and change the hint accordingly.
~ JD
|
|
| Back to top |
|
 |
Eugene Mayevski [SecureBl Guest
|
Posted: Wed Nov 26, 2003 2:02 pm Post subject: Re: Hints on tabsheet |
|
|
Jeremy wrote:
| Quote: | Is there any way to show a tooltip hint when the cursor is over top just the
tab portion of a tabsheet? Hopefully also show hints when the cursor is
over tabs of tabsheets that are not on top as well.
|
You can do this with ElPageControl
(http://www.lmdinnovative.com/products/lmdelpack/)
--
Eugene Mayevski
EldoS Corp., CTO
Security and networking solutions
http://www.eldos.com
|
|
| Back to top |
|
 |
|