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

Telerik Update Popup

3 Answers 109 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
gans
Top achievements
Rank 1
gans asked on 27 Jun 2012, 01:50 PM
I am not sure what do you call the popup that shows when a new version is available to download. This would show up for couple of seconds and go away. 

We want to use this popup in out application as a reminder popup that would just show and hide instead of waiting for a response from the user. 

Anyone know what is this popup called and how to use this?

Any help is greatly appreciated. 

I am attaching the screen shot of it, just in case I don't make sense. 

3 Answers, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 29 Jun 2012, 07:09 AM
Hi Ganesh,

Check the following link for a details information about the update popup:
http://www.telerik.com/help/wpf/radcontrols-vs-extensions-project-latest-version-acquirer.html

Greetings,
Yana
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
gans
Top achievements
Rank 1
answered on 29 Jun 2012, 11:27 AM
Hi Yana,

Thanks for the response. I think I didn't communicate well on what I want. I actually wanted to know how to come up with a pop up like this in a business scenario. Nothing to do with the Telerik upgrade. I wanted to know how to code for this. This may not have anything to do with Telerik. 
I was just wondering if you can guide me with how to come up with our own custom pop up like this.
0
Lancelot
Top achievements
Rank 1
answered on 29 Jun 2012, 02:25 PM
Hi Gans,

This not a control in the RadControls suite, but you could simulate that popup window in your application. I would do this by creating a separate UserControl and use storyboarding to have it fade in and then out. Then at the end of the storyboard, collapse the UserControl.

Basically, the UC will be your Grid containing the text and buttons, all you have to do to make it "popup" is change the visibility to visible, and trigger the storyboard. 

I hope this helps you to achieve what you're looking for. Good Luck,

Lancelot
Tags
General Discussions
Asked by
gans
Top achievements
Rank 1
Answers by
Yana
Telerik team
gans
Top achievements
Rank 1
Lancelot
Top achievements
Rank 1
Share this question
or