Hello,
On my tests, painting TTitles on folderpages, I noticed a problem using RESOURCES.
Painting a TTitle on a folderpage, the title-settings don't work.
Only a TRANSPARENT title with border is shown. It is NOT possible to define a background.
The SAME title painted on a folderpage from CODE, works fine.

Another question :
how to delete the FIRST painted text after selecting a new font ?
I tested using oTitle:Destroy() to clear the title, but it doesn't work.
Changing the color after selecting a new font, the First painted text changes the color
because the textobject still exists.
It means, I have to CLEAR all paintings inside the TTitle before selecting a new font.

Best regards
Uwe
On my tests, painting TTitles on folderpages, I noticed a problem using RESOURCES.
Painting a TTitle on a folderpage, the title-settings don't work.
Only a TRANSPARENT title with border is shown. It is NOT possible to define a background.
The SAME title painted on a folderpage from CODE, works fine.

REDEFINE TITLE oTitle1 ID 120 OF oFld:aDialogs[2] UPDATE
oTitle1:lBorder :=.T.
oTitle1:lRound :=.T.
oTitle1:nShadow := 0
oTitle1:lTransparent := .F.Â
oTitle1:aGrdBack := { { 0.5, 45056, 16777215 }, { 0.5, 16777215, 45056 } }
@ 10, 20 TITLETEXT oSay1 OF oTitle1 TEXT "TTitle" FONT oFont2
oSay1:SetColor( nTxtColor, 16777215 )Another question :
how to delete the FIRST painted text after selecting a new font ?
I tested using oTitle:Destroy() to clear the title, but it doesn't work.
Changing the color after selecting a new font, the First painted text changes the color
because the textobject still exists.
It means, I have to CLEAR all paintings inside the TTitle before selecting a new font.

Best regards
Uwe
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
i work with FW.
If you have any questions about special functions, maybe i can help.
