FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Folder
Posts: 1392
Joined: Mon May 14, 2007 09:49 AM

Folder

Posted: Mon May 04, 2020 11:38 AM

Hi,

I need to use a FolderEx of 18 tabs (all different widths). Some of these tabs do not fit on the screen and, by default, a 2-row folder is created. I also need a single-line folder that can be flipped left and right. How this can be implemented ?
(I think I saw an example in which buttons appeared for flipping the folder, but I don't remember where)

Posts: 6755
Joined: Wed Feb 15, 2012 08:25 PM

Re: Folder

Posted: Mon May 04, 2020 04:48 PM
Natter wrote:Hi,

I need to use a FolderEx of 18 tabs (all different widths). Some of these tabs do not fit on the screen and, by default, a 2-row folder is created. I also need a single-line folder that can be flipped left and right. How this can be implemented ?
(I think I saw an example in which buttons appeared for flipping the folder, but I don't remember where)


Then use TFolder class and not TFolderEX
Cristobal Navarro

Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo

El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
Posts: 1392
Joined: Mon May 14, 2007 09:49 AM

Re: Folder

Posted: Tue May 05, 2020 08:51 AM

Thanks, Cristobal ! I solved this problem with FolderEx

Continue the discussion