When in an dialog the clausula TRANSPARENT is used, then a REDEFINE SAY are not wrapped in the next line, when the text to long for nWidth. Without TRANSPARENT in the dialog all is ok.
When in an dialog the clausula TRANSPARENT is used, then a REDEFINE SAY are not wrapped in the next line, when the text to long for nWidth. Without TRANSPARENT in the dialog all is ok.
I confirm the same behaviour
There is a new clause for SAY:
REDEFINE GET ... ADJUST
Antonio, not a GET, a SAY! When using the ADJUST it is still the same. The Text is in one line and cutted. The text should wrapped in the next line as in older FWH has been. In the RC-file the SAY are defined as "left text" or "centered", but all the same.
Günther,
My mistake when I wrote it ![]()
I meant:
REDEFINE SAY ... ADJUST
Günther,
Could you please provide a small and self contained PRG example ? thanks
This is with DIALOG......TRANSPARENT

and this without TRANSPARENT

Antonio, I found, that FixSays( ::hWnd ) in method Initiate from Tdialog this behaviour made!
Antonio, I found, that FixSays( ::hWnd ) in method Initiate from Tdialog this behaviour made!