FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Conversion Folder to Folderex
Posts: 7318
Joined: Thu Oct 18, 2012 07:17 PM
Conversion Folder to Folderex
Posted: Fri Nov 16, 2018 10:43 AM
On oldest app I used Folder class and I set the prompt number 1 with

Code (fw): Select all Collapse
 oFld:SetItemText(1, aFileaps[nSelect] )


Now I wish use Folderex because I wish insert bitmaps and have the dialog transparent

but not found the same function or egual into folderex

I tried also with

Code (fw): Select all Collapse
oFld:aPrompts[ 1]:= aFileaps[nSelect]


but then the tab of folderex size not changed if the text is big as you can see here



Any solution please
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
Posts: 7318
Joined: Thu Oct 18, 2012 07:17 PM
Re: Conversion Folder to Folderex
Posted: Fri Nov 16, 2018 11:11 AM

resolved with oFld:resize()

Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com

Continue the discussion