Hoppa till huvudinnehållet

Wait message or progress bar

Kommentarer

4 kommentarer

  • Permanently deleted user

    Zarani,

    A good way of implementing this in Workflow is using the ConfigureWorkflowContainer activity.  If you include that activity immediately before an activity which may take a long time (such as after a DisplayForm but before a long-running query), you can set properties such as "IsBusy", and a message to display to the user.  There are a couple of Workflow Containers included by default in the Silverlight Viewer - for the Workflow Container Name property you could typically use either "Default" (for the data panel on the left of the map) or "ModalWindow" for a popup window over the map.  "Default" is preferred, but you can experiment if you wish.

    John

    0
  • Permanently deleted user

    John,

    Boom goes the dynamite!!! Thanks. That worked like a charm. 

    0
  • Permanently deleted user

     Hi Zarani and John,

     Can you point out to me where can I find ConfigureWorkflowContainer activity. I read Silverlight Admin. documentation and saw that control in the workflow design sample, but I still cannot see that activity control on the workflow design.

     Thank you,

     Kim

     

    0
  • Permanently deleted user

    John,

    Is this the only way to show a busy indicator?  While i can get it to work, its not exactly obvious to a user that a background process is taking place... Am i missing something w.r.t. the 'busy' indicator as other than a status & associated text, there's nothing 'dynamic' to make it obvious something is happening...

     

    Brad
    0

Du måste logga in om du vill lämna en kommentar.