Consultor Eletrônico



Kbase P101793: How to make an Editor Widget automatically wrap around at the end of the line in Graphical interface
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   3/3/2005
Status: Unverified

GOAL:

How to make an Editor Widget automatically wrap around at the end of the line in Graphical interfaces?

FIX:

Set the EDITOR's WORD-WRAP attribute to TRUE. When the EDITOR's WORD-WRAP attribute is TRUE, the editor automatically breaks lines at any word that crosses the word wrap margin of the text area. The default value for WORD-WRAP is TRUE.
In graphical interfaces, the word wrap margin is set by the WIDTH-CHARS, WIDTH-PIXELS, or INNER-CHARS attribute.