This is a migrated thread and some comments may be shown as answers.

Auto hide after 10sec

1 Answer 104 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Tgaud
Top achievements
Rank 1
Tgaud asked on 02 Jul 2009, 09:19 AM
Hi,

I want to implement on my application something like microsoft office (with the little paperclip saying things)

So i met two problems  :

First, i want to show the tool tip on an image, and always the same image on the page load, or on the event of my choice.

Secondly, i want this tooltip, to hide after 10secs whatever the user is doing. (I dont want to check the mouse position to determinate if i have to show or hide the tooltip)

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 03 Jul 2009, 08:18 AM
Hi Tgaud,

Setting the AutoCloseDelay delay property (which specifies how many milliseconds should it elapse before the tooltip closes automatically) to 10000 in order to hide the tooltip after 10 seconds.

Also you can show/hide the tooltip using client side methods show() and hide() respectively. Checkout the following link for more information about RadToolip client-side methods.
RadToolTip Client Object

-Shinu
Tags
ToolTip
Asked by
Tgaud
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or