Antonio,
Have you checked it?
if IsAppThemed() .and. ! ::lTransparent
if Empty( oDlg:oBrush:hBitmap )
oDlg:bEraseBkGnd = { | hDC | DrawPBack( oDlg:hWnd, hDC ), 1 }
endif
endif
Horizon wrote:Hi Antonio,
As I said these lines are not mine. I use SetColor method in dialog. Without these lines transparent does not works.
I have captured one of my form with changes and without changes below.
with changes:
without (means i deleted changed Tfolder.prg from my make list. use standart library.)
The code is the same.
Antonio Linares wrote:Hakan,
yes, I have seen it. This fix seems to be ok in line 453:
- Code: Select all Expand view
if IsAppThemed() .and. ! ::lTransparent
if Empty( oDlg:oBrush:hBitmap )
oDlg:bEraseBkGnd = { | hDC | DrawPBack( oDlg:hWnd, hDC ), 1 }
endif
endif
#ifdef _DEFAULT_CHARSET_
DEFAULT nCharSet := _DEFAULT_CHARSET_
#endif
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 87 guests