Skip to content

Show Progressor #41

Description

@regan-sarwas

Implement the GisInterface.ProgressorMessage at

//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

//ShowMetadataSpinner();
await DisplayMetadataAsync(node);
//HideMetadataSpinner();
_previousMetadataNode = node;
_previousStyleSheetIndex = newStyleSheetIndex;
}
break;
case 1:
if (node == null || node != _previousPreviewNode)
{
//ShowPreviewSpinner();
await DisplayPreviewAsync(node);
//HidePreviewSpinner();
_previousPreviewNode = node;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions