Widget to re-open splash screen window?

768
3
09-11-2020 04:53 AM
Anneka_France
Occasional Contributor III

I'd like to add an information button to the widget controller () that will reopen the splash screen window after it has been closed. Is this possible? 

Anneka France
Technical Manager at The Rivers Trust
0 Kudos
3 Replies
DavidMartinez
Esri Regular Contributor

Hi Anneka,

Currently, the widget controller display widgets that are listed in the widget panel. You could make it look like it is part of the widget controller by adding a button widget to the end so you can launch the window. 

Cheers,

David 

0 Kudos
Anneka_France
Occasional Contributor III

Hi David, how do I set the button to open the window when you click? At the moment it's just a pop-up text panel with a button in it, which is not very clear/intuitive for the user?

Anneka France
Technical Manager at The Rivers Trust
0 Kudos
DavidMartinez
Esri Regular Contributor

By the looks of that panel, it looks like you're adding the button widget through the controller widget. Add a button widget through the widget panel, not through the controller, and in the settings-->content-->advanced-->corner enter in 100 px for all those settings to give you the circle shape.  In the style tab, set the width and height to 32px. You will have to adjust the position settings to find that right alignment with the widget controller. I found it easier to add that widget to the end of the controller because you cannot add that widget inside the widget controller.

David