I like to have two or more buttonbars ( tbar() ) in folders, so that the user can switch button bars by choosing the folder tab.
We can do with rebars and toolbars, but I like to do it with FWH buttonbars and folders.
Can this be done easily ?
ACTIVATE DIALOG oDlg ;
ON INIT BuildBars( oFolder )
...
function BuildBars( oFolder )
local oBar
DEFINE BUTTONBAR oBar OF oFolder:aDialogs[ 1 ] 3D
DEFINE BUTTON OF oBar ...
...
return nil
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 81 guests