Search found 1187 matches: nrow

Return to advanced search

Re: Spinner Get

@ 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 ...
by Silvio.Falconi
Tue Oct 15, 2024 8:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Spinner Get
Replies: 7
Views: 246

Re: Spinner Get

@ 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 ...
by alerchster
Mon Oct 14, 2024 2:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Spinner Get
Replies: 7
Views: 246

Re: Spinner Get

@ 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 ...
by Silvio.Falconi
Mon Oct 14, 2024 12:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Spinner Get
Replies: 7
Views: 246

Re: Spinner Get

@ 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
by Antonio Linares
Mon Oct 14, 2024 10:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Spinner Get
Replies: 7
Views: 246

Spinner Get

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; ...
by Silvio.Falconi
Mon Oct 14, 2024 9:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Spinner Get
Replies: 7
Views: 246

Re: Two monitors, show different windows

NAGES

Called from...
Local oMonitor2 := FW_GetMonitor( 2 )

DEFINE WINDOW oWnd2 FROM oMonitor2:Row(50), oMonitor2:Col(10) TO ;
oMonitor2:Row(700),oMonitor2:Col(900) PIXEL NOSYSMENU NOCAPTION



Thats how I use it... ther is no NROW in mi code
by Adolfo
Mon Oct 07, 2024 1:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Two monitors, show different windows
Replies: 10
Views: 511

Re: Two monitors, show different windows

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) ...
by nageswaragunupudi
Mon Oct 07, 2024 1:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Two monitors, show different windows
Replies: 10
Views: 511

Re: Two monitors, show different windows

... Time from start: 0 hours 0 mins 7 secs Error occurred at: 07/10/2024, 09:57:27 Error description: Error BASE/1004 Message not found: TMONITOR:NROW Args: [ 1] = O TMONITOR Stack Calls =========== Called from: ../../../tobject.prg => __ERRRT_SBASE( 0 ) Called from: ../../../tobject.prg => ...
by Adolfo
Mon Oct 07, 2024 1:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Two monitors, show different windows
Replies: 10
Views: 511

Re: New FTDN September/Septiembre 2024 (FWH 24.09)

... 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 ...
by Antonio Linares
Thu Oct 03, 2024 7:52 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2024 (FWH 24.09)
Replies: 5
Views: 408

New FTDN September/Septiembre 2024 (FWH 24.09)

... 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 ...
by Antonio Linares
Wed Oct 02, 2024 4:11 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2024 (FWH 24.09)
Replies: 5
Views: 408

Re: FWH_2407 oSay does not assume nHeight

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>, ...
by Antonio Linares
Fri Aug 23, 2024 4:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH_2407 oSay does not assume nHeight
Replies: 32
Views: 4703

Re: FWH_2407 oSay does not assume nHeight

You can modify the command in FiveWin.ch: #xcommand @ <nRow>, <nCol> SAY [ <oSay> <label: PROMPT,VAR > ] <cText> ; [ <pict: PICT, PICTURE> <cPict> ] ; [ <dlg: OF,WINDOW,DIALOG > <oWnd> ] ; [ FONT <oFont> ...
by Antonio Linares
Thu Aug 22, 2024 4:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH_2407 oSay does not assume nHeight
Replies: 32
Views: 4703

Re: Need Help giide for my program

... If( k == VK_DELETE, ( oBrw:aAppend := nil, oBrw:Delete(), 0 ), nil ) } END WITH OBJECT oBrw:aCols[ 1 ] :nEditType = EDIT_BUTTON :bEditBlock = { | nRow, nCol, oCol, nKey | TableLookUp( nRow, nCol, oCol, nKey, "ITEMS" ) } :bOnChange = { || oBrw:aAppend := nil, ReadItemInfo( oBrw:aRow, ...
by Otto
Fri Jul 19, 2024 7:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need Help guide for my program.
Replies: 38
Views: 2434

strange on Folderex

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 ...
by Silvio.Falconi
Tue Jun 18, 2024 8:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: strange on Folderex
Replies: 0
Views: 460

Re: Problemas con una búsqueda.

... function MsgDate( dDate, cPrompt, oGet ) local oDlg, oFont, oCursor, dSelect, dWork local nRow, nCol, nMonth, nYear local aMonths := {'Enero ',; 'Febrero ',; 'Marzo ',; 'Abril ',; 'Mayo ',; 'Junio ',; 'Julio ',; 'Agosto ',; 'Septiembre',; ...
by José Camilo
Sun Jun 16, 2024 6:31 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con una búsqueda.
Replies: 4
Views: 387
Next

Return to advanced search