Hello,
Is it possible use TTaskPanel without a TExplorerBar or make the TExplorerBar totally transparent?
Thanks,
Antonino Perricone
Gradient( ::hDC, { 0, 0, ::nHeight(), ::nWidth() }, ::nTopColor, ::nBottomColor, .T. )
if ::lTransparent
::PaintBack(::hDC)
else
Gradient( ::hDC, { 0, 0, ::nHeight(), ::nWidth() }, ::nTopColor, ::nBottomColor, .T. )
endif
Is it so wrong to want a transparent TExplorerBar?
I see that this modification is not present in FWH 15.03, why?
::nBottom = nHeight - nTop
::nRight = nWidth - nLeft
::nBottom = nHeight + nTop
::nRight = nWidth + nLeft
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 23 guests