Search found 2232 matches: var

Return to advanced search

Re: Incorrect Font Display

... SIZE 0,24 DEFINE WINDOW oWnd FROM 0,0 TO 12,34 TITLE "Test Program" @ 20, 20 SAY "ENTER" OF oWnd PIXEL @ 60, 20 GET oName VAR cName OF oWnd PIXEL SIZE 200,30 @ 100, 80 BUTTON "EXIT" OF oWnd PIXEL SIZE 70,30 ACTION oWnd:End() SET FONT OF oWnd TO oFont0 ACTIVATE ...
by Surasak
Sun Dec 01, 2024 2:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Incorrect Font Display
Replies: 29
Views: 2392

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

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

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

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: 495

Spinner Get

... := 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; ON DOWN nPuntataIniziale-=0.50 MIN 0,50 MAX 200 RIGHTTOLEFT ...
by Silvio.Falconi
Mon Oct 14, 2024 9:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Spinner Get
Replies: 7
Views: 495

Re: Usar dos monitores, mostrar cosas diferentes

... - 20 IF M->oDlgSegPan <> NIL LEC->( DBGOBOTTOM() ) oBrwConPan:refresh() IF nAncPan < 1300 @ nAltPan-80,nAncPan-225 SAY oVlrTot VAR nVlrTot PICT "999,999,999,999.99" SIZE 200,45 PIXEL FONT oFont OF oDlgSegPan CENTER ; COLOR RGB(247,144,39),cColorFondo ELSE @ nAltPan-85,nAncPan*nAjuAn3 ...
by russimicro
Tue Oct 08, 2024 11:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Usar dos monitores, mostrar cosas diferentes
Replies: 8
Views: 830

Re: FWH2404 TGet lPassword problem

... (this code worked in the old version of fivewin 16.8 ) define dialog oDialog resource 'TECLADO' //(in .RC password=yes) redefine get oTexto var cTexto id 4020 of oDialog picture '@!k' color when .f. redefine button oBut1 id 4001 of oDialog action (oTexto:cText('A')) redefine button oBut2 ...
by nageswaragunupudi
Tue Sep 03, 2024 4:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH2404 TGet lPassword problem - solved
Replies: 2
Views: 853

FWH2404 TGet lPassword problem - solved

... (this code worked in the old version of fivewin 16.8 ) define dialog oDialog resource 'TECLADO' //(in .RC password=yes) redefine get oTexto var cTexto id 4020 of oDialog picture '@!k' color when .f. redefine button oBut1 id 4001 of oDialog action (oTexto:cText('A')) redefine button oBut2 ...
by MGA
Fri Aug 30, 2024 1:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH2404 TGet lPassword problem - solved
Replies: 2
Views: 853

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> ] ; [ <lCenter: ...
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: 5912

Re: ListBox Input Field Scrolling........

... oBrw:oFont != nil oFont := TFont():New( oBrw:oFont:cFaceName, oBrw:oFont:nWidth,; oBrw:oFont:nHeight, .F., oBrw:oFont:lBold ) Endif @0,0 GET oGet VAR uVar ; SIZE aDim[ 4 ] - aDim[ 2 ] - If( bAction != nil, 12, 0 ),; aDim[ 3 ] - aDim[ 1 ] OF oDlg ; FONT oFont COLOR nClrFore, nClrBack oGet:oFont ...
by RiazKhan
Thu Aug 22, 2024 4:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ListBox Input Field Scrolling........
Replies: 5
Views: 1465

Re: FWH64 : ERROR SE SALE DEL SISTEMA

... oQry:horario_2 cGet[09] := oQry:horario_3 cGet[10] := oQry:horario_4 EndIf DEFINE DIALOG oDlg RESOURCE "personal" REDEFINE GET oGet[01] VAR cGet[01] ID 100 OF oDlg VALID GetCodigo(cGet[01],modo) REDEFINE GET oGet[02] VAR cGet[02] ID 101 OF oDlg PICTURE "@!" REDEFINE GET oGet[03] ...
by CARLOS ATUNCAR
Mon Aug 19, 2024 3:30 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWH64 : ERROR SE SALE DEL SISTEMA
Replies: 33
Views: 5706

EDIT MEMO

Hi to all, why in this memo REDEFINE GET oGet VAR cModifica ID 101 OF oDlg MEMO I found selected all text? Second question is I desire than if I perform a double click in a line all the current line has to be selected not only some characters (if ...
by MarcoBoschi
Wed Aug 07, 2024 11:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: EDIT MEMO
Replies: 4
Views: 850

Re: Ayuda con RadioButtom

... puedo cambiar cualquiera de los RADIO y NO "anula" al Otro RADIO. Por que puede ser? Asi los tengo definidos REDEFINE RADIO oTipoCon VAR nTipoCont ID Con_Comercial, Con_Vivienda OF oDlgCF when agrega REDEFINE RADIO oLey VAR nLey ID Con_2022, Con_2023 OF oDlgCF when agrega Gracias. ...
by wartiaga
Tue Aug 06, 2024 5:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con RadioButtom
Replies: 3
Views: 1069

Ayuda con RadioButtom

... puedo cambiar cualquiera de los RADIO y NO "anula" al Otro RADIO. Por que puede ser? Asi los tengo definidos REDEFINE RADIO oTipoCon VAR nTipoCont ID Con_Comercial, Con_Vivienda OF oDlgCF when agrega REDEFINE RADIO oLey VAR nLey ID Con_2022, Con_2023 OF oDlgCF when agrega Gracias.
by José Camilo
Mon Aug 05, 2024 5:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con RadioButtom
Replies: 3
Views: 1069
Next

Return to advanced search