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

RadProgressArea inside ToolTIp

3 Answers 58 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
German
Top achievements
Rank 1
German asked on 07 Aug 2009, 04:19 PM
Hello,
 I'm wondering if there's any possible way to have the ToolTip disappear, in for instance 6 sec, as opposed to using
the HideEvent property. I want to display the process of an uploaded file in modal view so a user cannot click
or disrupt the viewing process whatsoever. Thank you

3 Answers, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 11 Aug 2009, 03:15 PM
Hello German ,

I am afraid that I could not completely understand your exact setup. In general, as far as I understood, you want to show the tooltip when you start uploading and then hide it when the file has been successfully uploaded. If so, I believe that the best approach is to set ShowEvent and HideEvent to be FromCode and to show/hide the tooltip on the certain needed events. Another option is to use the AutoCloseDelay property but this solution will not be that precise because if you set it to let's say 6 seconds, the file might upload for 10 seconds (the user will be able to access the page) or for 3 seconds (the user should wait without a need).

I hope that my suggestion is helpful, let me know if you need further assistance.

Kind regards,
Svetlina
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
German
Top achievements
Rank 1
answered on 11 Aug 2009, 03:26 PM
Is there any possible way you could provide a sample?
Thank you so much
0
Svetlina Anati
Telerik team
answered on 14 Aug 2009, 08:25 AM
Hello German ,

I prepared a very simple demo page for you. It uses two buttons which simulate the start and the end events - you should determine which are the best events on your side depending on the exact scenario but this is not related to the RadToolTip. When you click the first button, a tooltip shows. It will stay on the screen until the you click the second button which will hide it. I have not set Modal="true" because in this simple scenario you should be able to click the second button. However, since your events will be different, you can set the modality.

I hope that the provided page is helpful, please use it as a start point for your implementation and modify it further in order to meet your particular requirements.

Regards,
Svetlina
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
ToolTip
Asked by
German
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
German
Top achievements
Rank 1
Share this question
or