Search found 34 matches: ochk

Return to advanced search

Re: Hide a Checkbox from Resource.

STATIC oChk ??

Regards.
by karinha
Mon Jul 03, 2023 6:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hide a Checkbox from Resource.
Replies: 7
Views: 377

Re: Hide a Checkbox from Resource.

That was my first guess but this does not seem to work. For dDay := dStart to dEnd nEle++ nId++ lVar := FALSE oChk := nil If dDay >= dFrom .AND. dDay <= dTo Redefine CheckBox oChk Var lVar Id nId of oDlg oChk:SetText( PadL( Day(dDay),2,"0" ) ) oChk:cargo := dDay ...
by byron.hopp
Mon Jul 03, 2023 6:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hide a Checkbox from Resource.
Replies: 7
Views: 377

Re: color the cells of the xbrowse

... more) this later is use for Color of Background I'm trying to converte https://i.postimg.cc/4yzspxJd/jhg.jpg @ 200, 100 CHECKBOX oChk[2] VAR lUgualiRuote PROMPT "Same values on different wheels" SIZE 120, 12 pixel OF oFld:aDialogs[2] ; ON CHANGE ( Same_Number_all_Rows(aData)) ...
by Silvio.Falconi
Wed Apr 20, 2022 10:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: color the cells of the xbrowse
Replies: 11
Views: 823

checkbox problem

I have a checkbox and I wish change the state

lVALUE:= .F.

@ 3, 3 CHECKBOX oChk VAR lVALUE PROMPT "&TEST " SIZE 300, 20 OF oDlg ;
ON CHANGE (lVALUE:=!lVALUE) UPDATE

if I click on checkbox it is activated , if I repeat the click it doesn't change the state
by Silvio.Falconi
Sat Apr 09, 2022 10:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: checkbox problem
Replies: 2
Views: 263

FolderEx with Themas

Very cool this FolderEx. I only have one problem: - When I have "REDEFINE CHECKBOX oChk" or "REDEFINE RADIO oRad" inside a FolderEx and you need to give an oChk:Enable()/Disable() or oRad:Enable()/Disable() it messes up a good part of the other fields ...
by ORibeiro
Fri Apr 27, 2018 1:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FolderEx with Themas
Replies: 2
Views: 700

redefine checkbox con font

Estimados

alguna forma de colocar un font en un checkbox

no me funciona con ACTIVATE .. ON INIT oChk:setFont(oFont)
by Patricio Avalos Aguirre
Mon Oct 16, 2017 7:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: redefine checkbox con font
Replies: 1
Views: 403

Re: Mi primer programa Fivetouch para crear usuarios

... I @ CROW(1),060 GET oId VAR cId OF oDlg @ CROW(2),060 GET oName VAR cName OF oDlg @ CROW(3),060 GET oDate VAR dDate OF oDlg @ CROW(1),160 CHECKBOX oChk VAR lActive OF oDlg ; PROMPT "Active" @ CROW(5), 110 BUTTON oBtnOk PROMPT "Ok" OF oDlg ; ACTION FT_SAVEUSR(oDlg) @ CROW(5),200 ...
by xfood
Mon Oct 12, 2015 3:52 pm
 
Forum: FiveTouch
Topic: Mi primer programa Fivetouch para crear usuarios
Replies: 4
Views: 2349

Re: move a image on a image control

... local nZoom:=oBmp:Zoom() do case case cAccion == "S" oBmp:lStretch := !oBmp:lStretch oBmp:ScrollAdjust() oBmp:Refresh( .t. ) oChk[2]:refresh() case cAccion == "R" if nZoom*10>1 oBmp:lStretch := .f. nZoom:=nZoom-(0.10) oBmp:Zoom(nZoom) oBmp:Refresh() oBmp:ScrollAdjust() ...
by Silvio.Falconi
Thu Jun 18, 2015 6:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: move a image on a image control
Replies: 8
Views: 1353

Re: Avances con FiveTouch

... @ CROW(3),060 GET oDate VAR dDate OF oDlg oDate:setFixedSize(80,24) oDate:setInputMask("00/00/0000") @ CROW(1),160 CHECKBOX oChk VAR lActive OF oDlg ; PROMPT "Active" /* @ CROW(4), 1 BUTTON oBtnOk PROMPT "Inspect" OF oDlg ; ACTION FT_INSPECT(oId) */ @ ...
by jnavas
Sat Apr 04, 2015 11:48 am
 
Forum: FiveTouch
Topic: Avances con FiveTouch
Replies: 16
Views: 7218

Re: Inspector de Objetos

... I @ CROW(1),060 GET oId VAR cId OF oDlg @ CROW(2),060 GET oName VAR cName OF oDlg @ CROW(3),060 GET oDate VAR dDate OF oDlg @ CROW(1),160 CHECKBOX oChk VAR lActive OF oDlg ; PROMPT "Active" @ CROW(5), 110 BUTTON oBtnOk PROMPT "Ok" OF oDlg ; ACTION FT_SAVEUSR(oDlg) @ CROW(5),200 ...
by jnavas
Sat Apr 04, 2015 5:15 am
 
Forum: FiveTouch
Topic: Inspector de Objetos
Replies: 1
Views: 810

Mi primer programa Fivetouch para crear usuarios

... I @ CROW(1),060 GET oId VAR cId OF oDlg @ CROW(2),060 GET oName VAR cName OF oDlg @ CROW(3),060 GET oDate VAR dDate OF oDlg @ CROW(1),160 CHECKBOX oChk VAR lActive OF oDlg ; PROMPT "Active" @ CROW(5), 110 BUTTON oBtnOk PROMPT "Ok" OF oDlg ; ACTION FT_SAVEUSR(oDlg) @ CROW(5),200 ...
by jnavas
Fri Apr 03, 2015 4:47 am
 
Forum: FiveTouch
Topic: Mi primer programa Fivetouch para crear usuarios
Replies: 4
Views: 2349

Re: Color caption CheckBox

... cambiar el color de los checkbox Si es un tema del IsAppTheme..., no lo encuentro Alguna idea? Es un dialogo de un FolderEx, con fondo blanco oChk:SetColor( CLR_BLUE, CLR_WHITE ) ni caso, y tampoco funciona en el comando, lo sigue pintando en negro sobre blanco No hay gradientes, ni definido ...
by cnavarro
Sun Feb 22, 2015 10:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Color caption CheckBox
Replies: 5
Views: 1020

refresh xbrowse

I wish insert vertical separators into a xbrowse on action and use a checkbox to select it @ 150, 95 CHECKBOX oChk[3] VAR lSeparatoriV Prompt "show vertical separator" SIZE 80, 10 PIXEL OF oFld:aDialogs[1]; ON CHANGE; ( IIF(lSeparatoriV ,oBrowse:nColDividerStyle :=LINESTYLE_LIGHTGRAY,; ...
by Silvio.Falconi
Tue Dec 31, 2013 4:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: refresh xbrowse
Replies: 1
Views: 556

Re: Cambiar titulo en un checkbox

... como lCostos? "Define Checkbox lCostos......." Lo que el amigo Gallegoa te está indicando es que si tienes : DEFINE ó REDEFINE CHECKBOX oChk VAR lcostos PROMPT "Título cambiante" OF oDlg PIXEL es oChk lo que debes poner con el settext, no lCostos.
by Pedro
Wed Jun 05, 2013 7:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambiar titulo en un checkbox
Replies: 7
Views: 816

Re: Cambiar titulo en un checkbox

Hola, Prueba con oChk:SetText(cText) Ejemplo: #include "FiveWin.ch"Function Inicio()LOCAL oDlg, oChk, lVar:= .T.DEFINE DIALOG oDlg FROM 0,0 TO 200,400 PIXEL   @ 10,10 BUTTON "Probar cambio título checkbox" ...
by Cgallegoa
Wed Jun 05, 2013 3:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambiar titulo en un checkbox
Replies: 7
Views: 816
Next

Return to advanced search