Skip to content

Conversation

@ggallotti
Copy link
Member

@ggallotti ggallotti commented Nov 26, 2021

In WebApplications, Progress.Hide() does not work (because of Static Progress Usage):

Event Enter
   Progress.Show()
   &i = Sleep(4)
   Progress.Hide()
Endevent

Instead, this code works:

//do something that takes some time
&ProgressIndicator.ShowWithTitle("Executing action")
&ProgressIndicator.Hide()

Event Enter
Progress.Show()
&i = Sleep(4)
Progress.Hide()
Endevent

@genexusbot
Copy link
Collaborator

Cherry pick to beta success

@ggallotti ggallotti requested a review from iroqueta November 29, 2021 16:30
Copy link
Collaborator

@iroqueta iroqueta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you dont use var "running" in updateProgress, what is the meanning of the var?

@genexusbot
Copy link
Collaborator

Cherry pick to beta success

@ggallotti
Copy link
Member Author

If you dont use var "running" in updateProgress, what is the meanning of the var?

Removed

@ggallotti ggallotti merged commit a41af91 into master Jan 27, 2022
@ggallotti ggallotti deleted the websocket-ide branch January 27, 2022 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants