Folder tabs on the bottom

Post Reply
User avatar
Rick Lipkin
Posts: 2668
Joined: Fri Oct 07, 2005 1:50 pm
Location: Columbia, South Carolina USA

Folder tabs on the bottom

Post by Rick Lipkin »

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
User avatar
ukoenig
Posts: 4043
Joined: Wed Dec 19, 2007 6:40 pm
Location: Germany
Contact:

Re: Folder tabs on the bottom

Post by ukoenig »

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 :D
Last edited by ukoenig on Thu Jun 07, 2018 7:16 pm, edited 1 time in total.
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.
User avatar
Rick Lipkin
Posts: 2668
Joined: Fri Oct 07, 2005 1:50 pm
Location: Columbia, South Carolina USA

Re: Folder tabs on the bottom

Post by Rick Lipkin »

Uwe

Thanks ... appreciate your quick help!

Rick Lipkin
User avatar
cnavarro
Posts: 6557
Joined: Wed Feb 15, 2012 8:25 pm
Location: España
Been thanked: 3 times

Re: Folder tabs on the bottom

Post by cnavarro »

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
User avatar
Rick Lipkin
Posts: 2668
Joined: Fri Oct 07, 2005 1:50 pm
Location: Columbia, South Carolina USA

Re: Folder tabs on the bottom

Post by Rick Lipkin »

Cristobal

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

Thank You
Rick Lipkin
User avatar
cnavarro
Posts: 6557
Joined: Wed Feb 15, 2012 8:25 pm
Location: España
Been thanked: 3 times

Re: Folder tabs on the bottom

Post by cnavarro »

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
Post Reply