Text with icon not fully visible: I use a Text command to display a small comment. When I start the text with an icon, e.g.

Text (2,84) "@1B@ATTENTION Locked"

it is not fully displayed; instead "..." is added at the end. Is there a workaround?

This is a bug in GuiXT, corrected with version 2016 Q4 1. As a workaround use separate Text commands for the icon and the text, e.g.

Text (2,84) "@1B@"

Text (2,88) "ATTENTION Locked"