Hi, At the bottom of my application there is a status line like this:
The status message is entered with the API: api_component.setlabel('operatorName.STATUS_MESSAGE',p_message); It works perfectly. However, the textlabel scrolls after approx 20 characters. So long messages are split into multiple lines. It appears that it is not possible to set a width for a textlabel. I have tried to solve the problem with the width of the cell, but even when i set it to 1000, the message is always broken up. How can i solve this problem? Kind regards, Jan Willem |
Thanks Michael, this works perfect.
Kind regards, Jan Willem |