Alternative voor Display Text Briefly?

I have a macro that runs a couple of QA checks in my CAT app. After each check the app displays a meaningless dialogue box (titled "Message", with only an OK button) in the middle of the screen.

So I've added this action to the end of the macro. The message is display after every single QA check:


The thing is that de default dialogue box ("Message") and my own text message are displayed in different locations. That's not very handy.

Is there a way to move the message displayed by the action to the center of the screen? Or is this only possible with an HTML dialogue box (no button, closing after 2 seconds)?

This might help, depending on, well, various things. Put this action immediately before the one that displays the message:

image

SCREENVISIBLE(Main, MidX)
SCREENVISIBLE(Main, MidY)

You could also try this macro:

1 Like

The Center Next Engine Window didn't work. But your great macro Display Large Text Notification v1.2 is exactly what I needed. Many thanks for developing this.
1

1 Like