Skip to main content
Answer

Progress bar for task in Universal GUI

  • March 17, 2023
  • 1 reply
  • 101 views

John Sangers
Apprentice
Forum|alt.badge.img+1

I have a long running task and want to inform the user about the progress using a process bar like I used to to in the Windows GUI, in the Stored Procedure the tsf_send_progress SP is used for this:

exec tsf_send_progress 'parameter_is_message', '<text>Tekstuele terugmelding uit taak</text>', 25;

In the Windows GUI I see what I expected:

In the Universal GUI I get a spinning circle, but I don't see the message and the progress%:

When the task is finished I get popups for every message sent from the task:

Isn't it possible to use progress bars for tasks like in the Windows GUI?

Best answer by Erwin Ekkel

This feature is not yet implemented. If you feel this should get a higher priority then feel free to create an idea for this in the ideas section to give it a higher priority on the backlog. 

This topic has been closed for replies.

1 reply

Forum|alt.badge.img+17
  • Moderator
  • Answer
  • March 24, 2023

This feature is not yet implemented. If you feel this should get a higher priority then feel free to create an idea for this in the ideas section to give it a higher priority on the backlog.