FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour TFoldeEX
Posts: 2365
Joined: Wed Nov 02, 2005 11:46 PM

TFoldeEX

Posted: Sun Oct 17, 2010 12:04 AM
Dear All


this change is required in Class TFolderEx.... we have a memory leak

Code (fw): Select all Collapse
   METHOD Destroy() INLINE AEval( ::aBitmaps, {| hBmp, nId | DeleteObject( hBmp[ BMP_HANDLE] ) } ), ;
                           AEval( ::aBrightBmp, {| hBmp, nId | DeleteObject( hBmp ) } ), Super:Destroy()



Thanks...
Posts: 811
Joined: Tue May 06, 2008 04:28 AM

Re: TFoldeEX

Posted: Sun Oct 17, 2010 12:21 PM

Dear Daniel,

Where can I download TFolderEX class?

Regards,
Frances

Kind Regards,

Frances



Fivewin for xHarbour v18.07

xHarbour v1.2.3.x

BCC 7.3 + PellesC8 ( Resource Compiler only)

ADS 10.1 / MariaDB

Crystal Reports 8.5/9.23 DE

xMate v1.15
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

Re: TFoldeEX

Posted: Sun Oct 17, 2010 01:07 PM

Frances,

It is included in FWH 10.8

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 811
Joined: Tue May 06, 2008 04:28 AM

Re: TFoldeEX

Posted: Mon Oct 18, 2010 12:10 AM

Dear Mr. Antonio,

Thanks for the Info.. I have only 10.6 and my next upgrade is Jan~feb next year.. aw...

I really like to try that class in 10.6

Kind Regards,
Frances

Kind Regards,

Frances



Fivewin for xHarbour v18.07

xHarbour v1.2.3.x

BCC 7.3 + PellesC8 ( Resource Compiler only)

ADS 10.1 / MariaDB

Crystal Reports 8.5/9.23 DE

xMate v1.15
Posts: 4043
Joined: Wed Dec 19, 2007 06:40 PM

Re: TFoldeEX

Posted: Thu Oct 21, 2010 08:12 PM
Hello Daniel,
do You have any working Brush-functions, to use for Folderpage-backgrounds ?
I created a new Tool-style, changed from Folder to Explorerbar with some special functions.
No exit / close - Button is needed for Dialogs. A click on any Explorerbar-symbol closes the activated Dialog
and selects the new one.
The Explorerbar is adjusted / calculated on the right hand side from Screensize.
aRect := GetWndRect(oWnd)
oBar := TExplorerBar():New( 0, aRect4 - 300, aRect4 + 720, aRect3 - 75, oWnd )

Everything works fine, but I still need a Brush-solution for the Pages, to complete the Tool.





Different Previews of Dialog-backgrounds, testing the Tab-areas ( Color, Gradient, Brush and Image )


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.

Continue the discussion