Marc,
there will be a new release using new functions
I think including the topic-title there is no space inside the browser.
Defined keywords are shown inside the topictext.
I started moving buttons to the top of xBrowse but there seems to be a problem :
Now it is possible for each xbrowse to have its own buttonbar inside the control.
the file name ( samples1 ) is displayed on the right hand side,
The old situation :
another test using samples2.dbf NO buttons
the filename is displayed
I used :
@ 10,10 XBROWSE oBrw SIZE 600, -160 PIXEL OF oDlg ;
COLUMNS "TOPICNO", "FORUM", "T_DELETE", "DATE", "AUTHOR", "LIKE", "INFO1", "INFO2" ;
COLSIZES 60, 55, 45, 70, 120, 65, 110, 110 ;
HEADERS "No.", "Forum", "Del.", "Date", "Author or file", "Like", "Keyword or Info1", "Keyword or Info2" ;
AUTOSORT LINES NOBORDER FONT oMono ;
ALIAS cFileName UPDATE
XbrSetupBar( oBrw )...
...
//----------- only some buttons !!! -------------------------
FUNCTION XBRSETUPBAR( oBrw )
oBrw:nTopBarHeight := 55
oBrw:bOnAdjust := <||
local oXBtn[15], oTSize
// Buttons
RETURN NIL
>
RETURN NIL
regards
Uwe