@ nRow,nCol+150 GET aGet[4] VAR nPuntataIniziale SIZE 90,20 PIXEL OF oDlg FONT oFont SPINNER ON UP 0.50; ON DOWN 0.50 MIN 0,50 MAX 200 RIGHTTOLEFT @ nRow,nCol+150 GET aGet[4] VAR nPuntataIniziale SIZE 90,20 PIXEL OF ...
@ nRow,nCol+150 GET aGet[4] VAR nPuntataIniziale SIZE 90,20 PIXEL OF oDlg FONT oFont SPINNER ON UP 0.50; ON DOWN 0.50 MIN 0,50 MAX 200 RIGHTTOLEFT @ nRow,nCol+150 GET aGet[4] VAR nPuntataIniziale SIZE 90,20 PIXEL OF ...
@ nRow,nCol+150 GET aGet[4] VAR nPuntataIniziale SIZE 90,20 PIXEL OF oDlg FONT oFont SPINNER ON UP aGet[ 4 ]:VarPut( nPuntataIniziale+=0.50 ) ; ON DOWN aGet[ 4 ]:VarPut( nPuntataIniziale-=0.50 ) MIN 0,50 MAX 200 RIGHTTOLEFT ...
@ nRow,nCol+150 GET aGet[4] VAR nPuntataIniziale SIZE 90,20 PIXEL OF oDlg FONT oFont SPINNER ON UP aGet[ 4 ]:VarPut( nPuntataIniziale+=0.50 ) ; ON DOWN aGet[ 4 ]:VarPut( nPuntataIniziale-=0.50 ) MIN 0,50 MAX 200 RIGHTTOLEFT
I have a Spinner get nPuntataIniziale := 0.50 @ nRow,nCol SAY oSay[1] PROMPT "Puntata iniziale" SIZE 100,24 PIXEL OF oDlg FONT oFont @ nRow,nCol+150 GET aGet[4] VAR nPuntataIniziale SIZE 90,20 PIXEL OF oDlg FONT oFont SPINNER ON UP nPuntataIniziale+=0.50; ...
Not :nRow() Use :Row() Pease just copy and paste this code and try. oMonitor2 := FW_GetMonitor( 2 )DEFINE WINDOW oWnd FROM oMonitor2:Row(200), oMonitor2:Col(100) TO ; oMonitor2:Row(600),oMonitor2:Col(800) ...
... función decide. Nuevo: Este parámetro puede ser una matriz de { row, col }. En este caso, la "imagen2" se superpondrá a una distancia de nrow,ncol relativa a la esquina superior izquierda de la "imagen1". nRow, nCol pueden ser positivo o negativo. cType: Si se especifica como ...
... of the image1. If nil the function decides. New: This param can be an array of { row, col } In this case, image2 will be overlayed at an offset of nrow,ncol relative to the top-left corner of image1. nRow, nCol can be positive or negative. cType: If spcified as "jpg/png", etc. the function ...
Can you please confirm that you are using using this rule this way ? [ <oSay> := ] TSay():New( <nRow>, <nCol>, <{cText}>,; [<oWnd>], [<cPict>], <oFont>, <.lCenter.>, <.lRight.>, <.lBorder.>,; <.lPixel.>, <nClrText>, ...
I have a control tget into tab 1 of a folderex @ nRow,70 GET aGet[20] VAR cnBanca SIZE 60,20 PIXEL OF oFolder:aDialogs[1] and it make this https://i.postimg.cc/BQrdMKb7/get.png The dimensions of the tget when it comes to height are ...