Is it possible to create a dialog similar to the Warnings' Dialog with the API?

Is it possible to create a dialog similar to the Warnings' Dialog with the API?

rita.aguiar
Advocate Advocate
564 Views
5 Replies
Message 1 of 6

Is it possible to create a dialog similar to the Warnings' Dialog with the API?

rita.aguiar
Advocate
Advocate

Hi! Is it possible to create a dialog similar to the Warnings' Dialog with the API?

I would like to create a dialog where I can access data which shows several elements and I was thinking that the Warnings' Dialog could be perfect to display this data and aid the user to show each element.

I know this kind of dialog also shows when you throw an exception here is another image.

Many thanks

0 Likes
565 Views
5 Replies
Replies (5)
Message 2 of 6

RPTHOMAS108
Mentor
Mentor

This is more about WPF/Forms in general isn't it?

 

It is basically a TreeView within a Window. WPF has steep learning curve compared to Forms but it is what they call lookless allowing you to do just about anything visually with a Window.

Message 3 of 6

joshua.lumley
Advocate
Advocate

Is this a modeless form? or does it block the user form the model until a button is clicked ? 

Message 4 of 6

rita.aguiar
Advocate
Advocate

Ohh. I was hoping this dialog was exposed in the API so I wouldn't have to create a similar dialog from scratch with WPF or WinForms.

Thank you for the reply @RPTHOMAS108 

0 Likes
Message 5 of 6

rita.aguiar
Advocate
Advocate

@joshua.lumley 

Yes, it's a modeless form. I was hoping this warnings' dialog was exposed in the API so I could access it real quick and not have to create a similar dialog with WPF or WinForms.

0 Likes
Message 6 of 6

joshua.lumley
Advocate
Advocate

Make sure the modeless form is set to topmost. 

0 Likes