Telerik Forums
UI for WPF Forum
1 answer
48 views

Hi,

1-How can I implement the following two images in WPF desktop alert?

2-Is it possible to adjust the height automatically based on the content?

Sarah
Top achievements
Rank 1
Iron
 updated answer on 09 Oct 2023
1 answer
32 views

For several years I have been using the RadDesktopAlertManager in my application. Recently I noticed that it has stopped displaying the alert, but without any exceptions.

When I debug, everything works as expected, until I get to the .ShowAlert execution on the manager. Then this happens.

The rest of my code works just fine, and the only thing I am lacking is the alert... but this is of course an application wide outage.

Any ideas... missing a dll?  or....

hhgm
Top achievements
Rank 1
Iron
 answered on 04 Oct 2023
0 answers
65 views

Hi,

1-Is it possible to set the RadDesktopAlert height automatically based on the content text?

2-After showing RadDesktopAlert, if we move the mouse over RadDesktopAlert, the background color will change. What should I do if we don't want the background color to change?

3-After RadDesktopAlert is shown, if we move the mouse over RadDesktopAlert, the text of the content will be underlined. What should we do if we don't want this underline to be displayed?

4-After RadDesktopAlert is displayed, if we move the mouse over RadDesktopAlert, a line will be drawn under the content text and RadDesktopAlert will be closed by clicking on the content text. What should I do if RadDesktopAlert is not closed by clicking on the content text?

5-If the Windows theme is in High contrast, it will not be applied to RadDesktopAlert. If we want the background to be black in the contrast theme and the content to be displayed in white, how should we do this?

6-How to change the color of the header & content text?

Thank you

m
Top achievements
Rank 1
Iron
 updated question on 24 Aug 2022
0 answers
79 views

Hi, 

I'm having a problem with RadDesktopAlertManager. I call multiple times high frequency to ShowAlert and CloseAlert, and sometimes a gaps between two consecutive alerts is created.

David
Top achievements
Rank 1
 asked on 12 May 2022
2 answers
124 views

Hi

Can I add hyperlink to desktopalert dynamically?

thank you

m
Top achievements
Rank 1
Iron
 answered on 08 Sep 2021
2 answers
145 views

How can I play a sound in the background when displaying a RadDesktopAlert? I believe the WinForms version has a property to provide a file name and the sound plays automatically.

Martin Ivanov
Telerik team
 answered on 08 May 2020
15 answers
441 views

Hi, 

 

 

I'm new to Telerik and I use a trial version of telerik devcraft.

I'd like to use a Desktop Alert in VB.Net and WPF but I don't know how, and I don't find any documentation for it. Can you explain me how to use it ?

 

 

Thanks,

Clément.

Dawid
Top achievements
Rank 1
 answered on 20 Dec 2019
3 answers
215 views

Hi All,

I am trying to assign an icon from my resources as follows but no icon is displayed. Can anyone help me please?

P.S. This code works elsewhere where I add the image to a canvas

 

        Dim icon As New Image()
        icon.Height = 80
        icon.Width = 80
        icon.Source = New BitmapImage(New Uri("Resources/monitorNoComms.png", UriKind.Relative))
        alert.Foreground = New SolidColorBrush(Colors.White)
        alert.BorderBrush = New SolidColorBrush(Colors.White)
        alert.Header = header
        alert.Content = message
        alert.IconColumnWidth = 80
        alert.Icon = icon
        alert.CanAutoClose = autoClose
        alert.BorderThickness = New Thickness(1)
        manager.ShowAlert(alert)

 

Vladimir Stoyanov
Telerik team
 answered on 12 Dec 2019
1 answer
537 views

I am creating a Windows Service that needs to show status alerts to the user.  So, I'll put an icon in the system tray and post alerts when events happen.  Do you have a working example as to how this can be done?

Thanks for your help,

Joel

Martin Ivanov
Telerik team
 answered on 11 Sep 2019
2 answers
137 views

Hi,

I'm trying to use DesktopAlert to display a list of messages. This would only ever be a short list (1 to 3 messages).

I'm aware that I can attach the list to the Content property, and that if I do this, I must provide a custom ContentTemplate to display the list, but I'm not clear how to do this.

Wayne

n/a
Top achievements
Rank 1
 answered on 11 Sep 2019
Narrow your results
Selected tags
Tags
+? more
Top users last month
Dominik
Top achievements
Rank 1
Giuliano
Top achievements
Rank 1
Dominic
Top achievements
Rank 1
Glendys
Top achievements
Rank 1
NoobMaster
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Dominik
Top achievements
Rank 1
Giuliano
Top achievements
Rank 1
Dominic
Top achievements
Rank 1
Glendys
Top achievements
Rank 1
NoobMaster
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?