FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour To Daniel about Class TTitle
Posts: 4043
Joined: Wed Dec 19, 2007 06:40 PM
To Daniel about Class TTitle
Posted: Sun Feb 26, 2012 12:26 AM
Hello Daniel,

I have a Question about transparent TTitles

Datas defined in Class TTitle :

DATA lBase // Paint Base ( like dock Mac )
DATA lBorder // Paint Border
DATA lMoveImg // Use internally
DATA lMoveUp // Animation Direction, set on/off depend Height (automaticly)
DATA lRound // Round Border
DATA lTransparent // Transparent no work with window
DATA lVertical // Vertical Gradiant

what is the Problem ???

A Transparent TTitle on Main-window.
I only noticed a short time a white Title-Area, before the transparent Title is painted.



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.
Posts: 2365
Joined: Wed Nov 02, 2005 11:46 PM
Re: To Daniel about Class TTitle
Posted: Sun Feb 26, 2012 01:55 AM
Hello Uwe

i tested with testtil.prg... added clause TRANSPARENT

Code (fw): Select all Collapse
@  50, 630 TITLE oTitle4 size 60, 460 of oWnd SHADOW TOPRIGHT TRANSPARENT


it's working fine

Posts: 4043
Joined: Wed Dec 19, 2007 06:40 PM
Re: To Daniel about Class TTitle
Posted: Sun Feb 26, 2012 10:48 AM

Daniel,

I got it working to, but I found this Comment-Line in original Class TTitle :

DATA lTransparent // Transparent no work with window

that was the Reason, I asked for because I'm still looking for the white background
is displayed a short time with big Titles, before the Window-brush is used.
Maybe the Comment is deleted in newer FWH-versions ?

Best Regards
Uwe :lol:

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.
Posts: 2365
Joined: Wed Nov 02, 2005 11:46 PM
Re: To Daniel about Class TTitle
Posted: Sun Feb 26, 2012 11:02 AM

Uwe

not... always was in there (from first version, already checked)
is deleted now

Continue the discussion