Hello,
Is it possible use TTaskPanel without a TExplorerBar or make the TExplorerBar totally transparent?
Thanks,
Antonino Perricone
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<div class="dos" id="{CB}" style="font-family: monospace;"><a href="http://www.ss64.com/nt/cd.html">cd</a> source\%1
hbmk2 %2 -clipper -i..\..\include
move /y %2.obj ..\..\lib\
<a href="http://www.ss64.com/nt/cd.html">cd</a> ..\..\lib
lib /remove:%2.obj fiveh32.lib
lib /remove:objh32\%2.obj fiveh32.lib
lib fiveh32.lib %2.obj
<a href="http://www.ss64.com/nt/cd.html">cd</a> .. </div>Hello,
I see that this modification is not present in FWH 15.03, why?
Is it so wrong to want a transparent TExplorerBar? We use TExplorerBar with TTaskPanel in a windows with image background...
It is not possible use TTaskPanel without TExplorerBar.
Regards,
Perry
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 + nLeftAntonino,
It looks nice, but as possibilities are endless, the question is:
will FWH users want this change ?
Lets see what the FWH users say ![]()
As user, I should prefer to use TTaskPanel alone, as replacement of VBar.
But this solution is simpler.