FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Folder tabs on the bottom
Posts: 2706
Joined: Fri Oct 07, 2005 01:50 PM
Folder tabs on the bottom
Posted: Thu Jun 07, 2018 06:30 PM

To All

Is there a way to get the TFolderex class folders to run along the bottom of a dialog rather than being on the top ?

Thanks
Rick Lipkin

Posts: 4043
Joined: Wed Dec 19, 2007 06:40 PM
Re: Folder tabs on the bottom
Posted: Thu Jun 07, 2018 07:08 PM
Rick,

oFld:nLayOut := 3 // bottom

moves the tabs to the bottom

//#define LAYOUT_TOP 1
//#define LAYOUT_LEFT 2
//#define LAYOUT_BOTTOM 3
//#define LAYOUT_RIGHT 4


// vertical font needed using 2 or 4

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.
Posts: 2706
Joined: Fri Oct 07, 2005 01:50 PM
Re: Folder tabs on the bottom
Posted: Thu Jun 07, 2018 07:14 PM

Uwe

Thanks ... appreciate your quick help!

Rick Lipkin

Posts: 6755
Joined: Wed Feb 15, 2012 08:25 PM
Re: Folder tabs on the bottom
Posted: Thu Jun 07, 2018 08:00 PM
Rick Lipkin wrote:To All

Is there a way to get the TFolderex class folders to run along the bottom of a dialog rather than being on the top ?

Thanks
Rick Lipkin


And with command

#xcommand @ <nRow>, <nCol> FOLDEREX [<oFolder>] ;
[ <of: OF, WINDOW, DIALOG> <oWnd> ] ;
[ <prm: PROMPT, PROMPTS, ITEMS> <cPrompt,...> ] ;
[ <bm: BITMAPS, IMAGES, BMPS> <cbmps,...> ] ;
[ <lPixel: PIXEL> ] ;
[ <lDesign: DESIGN> ] ;
[ TAB HEIGHT <ntabheight> ];
[ SEPARATOR <nSep> ];
[ OPTION <nOption> ] ;
[ ROUND <nRound> ];
[ SIZE <nWidth>, <nHeight> ] ;
[ <lAdjust: ADJUST> ] ;
[ <lStretch: STRETCH> ] ;
[ POPUP <upop>];
[ ALIGN <nAlign,...> ] ;
[ ACTION <uAction> ];
[ BRIGHT <nBright> ] ;
[ ON CHANGE <uChange> ] ;
[ ON PAINT TAB <uPaint> ];
[ ON PAINT TEXT <uPaintxt> ];
[ HELPTOPICS <cnHelpids,...> ] ;
[ <layout: TOP, LEFT, BOTTOM, RIGHT> ] ;
[ <lAnimate: ANIMATE> [ SPEED <nSpeed> ] ] ;
[ FONT <oFont> ] ; //-->> byte-one 2010
[ <lTransparent: TRANSPARENT> ] ;
[ <dlg: DIALOG, DIALOGS, PAGE, PAGES> <cDlgsName,...> ] ;
[ <lBorder: NOBORDER > ] ;
[ COLOR <nClrPane> ] ;
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: 2706
Joined: Fri Oct 07, 2005 01:50 PM
Re: Folder tabs on the bottom
Posted: Fri Jun 08, 2018 01:00 PM

Cristobal

I looked at the include file .. just must have missed the layout directive ..

Thank You
Rick Lipkin

Posts: 6755
Joined: Wed Feb 15, 2012 08:25 PM
Re: Folder tabs on the bottom
Posted: Fri Jun 08, 2018 01:04 PM
Rick, please look file Folder.ch and command TFOLDEREX, not look TFOLDER command
This clause not is in your file Folder.ch in command 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

Continue the discussion