Skip to main content

Window for Displaying Report Generation Progress

Comments

6 comments

  • Victor Catalán

    I think what you want is to display a notification. 
    For that you can run the command ui.display-notification. Take a look at the different arguments to show for example a message of category “info”.

     

    1
  • Kevin Fowler

    Thanks Victor! How would I actually go about getting this setup?

    0
  • Victor Catalán

    You have to use the Run Command Activity in VSWf.

    As command name use “ui.display-notification”
    As command parameter use something like: ={category:"info", message: “Here my notification message”}

    1
  • Kevin Fowler

    Hmm. I've tried your recommendation with no such luck as well as slight changes to the parameters but still cant get a notification. Good news is that I don't receive any errors.

    0
  • Victor Catalán

    Kevin,

    are you using VertiGIS Studio Web? Commands and Operations only work on VSW, since Web Client is containing all the logic to run them. 
    If you are using VSW, I don't see any problem why you don't see anything. They always run smoothly.

    0
  • Kevin Fowler

    Sorry Victor,

    I eventually did get it to work. For some reason I would get a syntax error in the Command Parameter when I copied and pasted what you provided. But I typed it in and it worked. I may have accidently included the space before the equals sign.

    Thank you so much for your help!

    0

Please sign in to leave a comment.