Hello,
In my program would like to add a combo box near the scroll bar at bottom, in this way:
(I did it in GIMP)
But I don't found a way to resize the built in scrollbar or reduce the window client area...
Someone know how do that?
DEFINE WINDOW oWindow FROM nRow, nCol TO nWAlto + nRow, nWAncho + nCol ;
PIXEL COLOR CLR_WHITE, Rgb( 182, 182, 182 )
oMsg := TMsgBar():New( oWindow, , .F., .F., .F., .F., oWindow:nClrtext, ;
oWindow:nClrPane, , .F., .F., .F., .F., .T. ) //l2010, lBorder, l2015 )
//METHOD New( nRow, nCol, nMin, nMax, nPgStep, lVertical, oWnd, nWidth, nHeight,;
// bUpAct, bDownAct, bPgUp, bPgDown, bPos, lPixel, nClrText,;
// nClrBack, cMsg, lUpdate, bWhen, bValid, lDesign ) CLASS TScrollBar
oHScroll := TScrollbar():New( 1, 250, 0, 100, , .F., oMsg, ;
oMsg:nWidth - ( 250 / 2 ) - oMsg:nHeight * 2 + 2, ;
oMsg:nHeight - 2, , , , , , .T. )
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 47 guests