MessageBox with timeout

Before UiPath, I was using AutoIt.
A feature that I am missing is the message box with timeout: this helps for instance while developing, in order to quickly display some info when the robot is operating full screen.
For instance, a message box saying “Now I am clicking Refresh button”, with a timeout of 1 second, helps to understand what’s happening, even when without using the advanced debugging features.
Is there a way to do the same in UiPath?

@borreo

Use Call Out activity and it will show pop up couple seconds and it will go. You need to click Ok and all.

1 Like

You mean, I don’t need to click Ok, right? Because this is the point.

@borreo

Yes.

1 Like

I can’t make CallOut work.
I just add this activity, indicate the Refresh button, set the timeout to 1000 (one second), run debugger and I get this error:

Callout ‘INPUT REFRESH_BTN’: Unable to cast object of type ‘EmptyDelegateActivity’ to type ‘System.Activities.ActivityWithResult’.

Another strange thing: when I look at the properties, the activity is called CalloutScope, but I drag it as CallOut

Hi @borreo

Have a look on these posts

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.