... I not see the buttonbar because I have only a page ok but I wish insert two buttons one for exit and one for print how I can make ? If I use @ nTop + nMargineSuperiore,nLeft + nMargineSinistro PRINT TO oPrn IMAGE cFile ; SIZE nRight, nBottom CM ALIGN "T" and I have this result https://i.postimg.cc/v8NDg6Nd/4.jpg ...
It is now possible to specify coordinates (i.e., nTop, nLeft, nWidth, nHeight ) of a control relative to the size of the parent window/dialog. If the parent window/dialog is resized, the controls also will be moved/resized depending on the way the ...
... checkboxes I have to raise the xbrowse in the line above the open box for example if Box[2] has been opened the xbrowse must be raised to obox[2]:ntop-2 and so on for the other chechboxes I made this but not run IF oBox[2]:show() oBox[3]:show() ...
... click on a checkbox the procedure must change the height to the xbrowse example - 60 in another procedure I have already done it but I reduce the ntop of the xbrowse, now I want to make space below
... activar en tiempo de ejecución. * Función RoundBox() nuevo undecimo parámetro nPenStyle, por defecto PS_SOLID. Sintaxis: RoundBox( hDC, nLeft, nTop, nRight, nBottom, ; nRound1, nRound2, nPenColor, nPenSize, ; nFillColor, nPenStyle ) * BtnBmp: Soporte de color Alfa. Soporte para fondos de color ...
... lReadOnly can be toggled during runtime also. * function RoundBox() new 11th parameter nPenStyle, default PS_SOLID Syntax: RoundBox( hDC, nLeft, nTop, nRight, nBottom, ; nRound1, nRound2, nPenColor, nPenSize, ; nFillColor, nPenStyle ) * BtnBmp: Alpha Color support Support for alpha color backgrounds. ...
... .....} Function Disp_Menu_Comuni(oParent,nRow,nCol,oDbf,oBrw,cSection,oCont) .... ENDMENU ACTIVATE POPUP oMenu OF oParent AT oBrw:nTop+nRow, oBrw:nLeft+nCol RETURN (NIL) and another on action Function MenuContextual(oControl,oBrw,oDbf,cIniUser,cSection,lExport,lColConfig,oParent,oCont ...
function DeleteControl( oPanel, nItem ) local nTop, nLeft for n := Len( oPanel:aControls ) to nItem + 1 STEP -1 oPanel:aControls[ n ]:nTop := oPanel:aControls[ n - 1 ]:nTop oPanel:aControls[ n ]:nLeft:= ...