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:
![](https://uploads-eu-west-1.insided.com/thinkwise-en/attachment/f39aec91-fb0d-49ef-a8f8-50947e41756e.png)
In the Universal GUI I get a spinning circle, but I don't see the message and the progress%:
![](https://uploads-eu-west-1.insided.com/thinkwise-en/attachment/3002e33d-ef41-4898-9597-63a089d6f59e.png)
When the task is finished I get popups for every message sent from the task:
![](https://uploads-eu-west-1.insided.com/thinkwise-en/attachment/431740b4-bb71-42d4-93c1-9617513dd717.png)
Isn't it possible to use progress bars for tasks like in the Windows GUI?