Search found 12 matches: ocheck

Return to advanced search

Re: Problema en el refresco Checkbox

Angel, prueba así a ver si es lo que necesitas ACTIVATE DIALOG oDlg CENTERED ON INIT ( oCheck:lTransparent := .F. ) Cristóbal con tu pista llegué a buen término. Para no tener que modificar mi código he hecho un pequeño ajuste en el método Initiate de la Clase TDialog, ...
by AngelSalom
Wed Jul 17, 2019 12:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema en el refresco Checkbox (solucionado)
Replies: 24
Views: 3005

Re: Problema en el refresco Checkbox

Angel, prueba así a ver si es lo que necesitas


ACTIVATE DIALOG oDlg CENTERED ON INIT ( oCheck:lTransparent := .F. )

by cnavarro
Wed Jul 17, 2019 12:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema en el refresco Checkbox (solucionado)
Replies: 24
Views: 3005

Re: Inclomplete Group using Dialog TRANSPARENT Color-Brush ?

... #INCLUDE "FIVEWIN.CH" FUNCTION MAIN() local oDlg, oGrp, oFont, oGroup, Brush local oCheck, lCheck := .T., oRadio, nOption := 1, oSay DEFINE FONT oFont NAME "Arial" SIZE 0, -16 DEFINE DIALOG oDlg TITLE "TRANSPARENT Grouptest" ...
by ukoenig
Mon Nov 28, 2011 6:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Inclomplete Group using Dialog TRANSPARENT Color-Brush ?
Replies: 2
Views: 1000

Re: Radio background

... Radio- and Checkbox-Lines in the sample above. Font defines also included now ( Radio is different to Checkbox ) : oRADIO:SetFont( oRadioFont ) oCheck:oFont := oRadioFont I still have to look for the Font-Color-defines on Gradient, to make the sample complete. Before I didn't use : AEval( oRadio:aItems, ...
by ukoenig
Fri Jul 17, 2009 10:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Radio background
Replies: 8
Views: 2166

Re: checkbox with Bitmaps

But I remember , I saw , there was a class , it creted checkbox with bitmaps or perhaps I remember bad
TYPE
@ x,y CHECKBOX oCheck BITMAP Filename "uno.bmp" Size XX,YY
by Silvio
Tue Mar 10, 2009 11:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: checkbox with Bitmaps
Replies: 10
Views: 1266

Re: CHECKBOX EM READONLY

rasptty wrote:Como colocar CHECKBOX em readonly


REDEFINE CHECKBOX oCheck ID 101 OF oDlg
oCheck:disable()
by wmormar
Thu Sep 11, 2008 11:06 am
 
Forum: FiveWin for Pocket PC
Topic: CHECKBOX EM READONLY
Replies: 2
Views: 574

All Var-Def's switching Outl2003Child<>Office2007Bar

... GET = oGet:Value(), oGet:Refresh() SAY = oSay:Varget(), oSay:Refresh() RADIO = oRadio:nOption, oRadio:Refresh() CHECKBOX = oCheck:Varget(), oCheck::Refresh() SEND new Values from Office2007-ButtonBar to a Outlook2003-Child ----------------------------------------------------- ...
by ukoenig
Sat Feb 02, 2008 8:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: All Var-Def's switching Outl2003Child<>Office2007Bar
Replies: 1
Views: 530

Refresh vars in Office2007-Bar from MDI-Child ? => solved

... GET = oGet:Value(), oGet:Refresh() SAY = oSay:Varget(), oSay:Refresh() RADIO = oRadio:nOption, oRadio:Refresh() CHECKBOX = oCheck:Varget(), oCheck::Refresh() SEND new Values from Office2007-ButtonBar to a Outlook2003-Child ----------------------------------------------------- ...
by ukoenig
Fri Feb 01, 2008 6:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Refresh vars in Office2007-Bar from MDI-Child ? => solved
Replies: 3
Views: 927

Refresh of a Dialog when chang. to Off.2007-Btnbar solved !!

... Added Information : 02.02.2008 Var-Definations in Outlook2003 ------------------------------------ oGet VAR cGET oSay VAR cSAY oRadio VAR nRADIO oCheck VAR lCHECK How to get the Child-Values when Switching to Office2007-Bar !!!! ------------------------------------------- cGET = oGet:Value() ...
by ukoenig
Thu Jan 31, 2008 6:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Refresh of a Dialog when chang. to Off.2007-Btnbar solved !!
Replies: 1
Views: 513

Wanderson:

Quizas esto te ayude.


oCheck:bKeyDown:={|nKey| If(nKey=VK_RETURN ,oGetQUEVIENE:SetFocus(),)}


Saludos

Ruben Fernandez
by Ruben Fernandez
Tue May 22, 2007 4:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Saltar checkbox con enter
Replies: 1
Views: 479

Local oCheck

REDEFINE CHECKBOX oCheck VAR oDBF:IsaGift ;
ID 4067 OF oDLG UPDATE

oCheck:disable()
by Gale FORd
Wed Jan 03, 2007 7:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CHECKBOX MODIFY
Replies: 4
Views: 1003

testscan.prg

... lChangeUnit := .F. Function Main( cFile, nType, nRes, lHide, nPaper ) Local hDib := 0 Local oImage, oBar, oBtn, oFont, oCbx, oCbxU, oCbxR, oGet, oCheck Local lSave := .F. Local cType Local aTypes := { "1-Scale Gray","2-Real Color","3-Palette Color" } Local aResolutions := { "75","100","150","200","300" ...
by dutch
Mon Dec 05, 2005 5:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: link error while compile testscan.prg and tscan.prg
Replies: 13
Views: 6022

Return to advanced search