-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Implement the GisInterface.ProgressorMessage at
ThemeManager/ArcGis10x/GisInterface.cs
Lines 78 to 80 in 2325d8a
| //TODO: Make this an observable property, and have the main form monitor it | |
| // display a progressing dialog or message on main form if message is not null | |
| public static string ProgressorMessage { get; internal set; } |
Also see the comments for show metadata and show preview in the main form at
ThemeManager/ThemeManager10x/UI/Forms/MainForm.cs
Lines 855 to 868 in 2325d8a
| //ShowMetadataSpinner(); | |
| await DisplayMetadataAsync(node); | |
| //HideMetadataSpinner(); | |
| _previousMetadataNode = node; | |
| _previousStyleSheetIndex = newStyleSheetIndex; | |
| } | |
| break; | |
| case 1: | |
| if (node == null || node != _previousPreviewNode) | |
| { | |
| //ShowPreviewSpinner(); | |
| await DisplayPreviewAsync(node); | |
| //HidePreviewSpinner(); | |
| _previousPreviewNode = node; |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels