Search found 80 matches: lactive

Return to advanced search

Re: Another for Btnbmp

... I tried also with For n= 1 to len(oBtn) obtn[n]:bClrGrad := < |u,oBtn| local clr := RGB( 245,245,235) if oBtn:lActive if oBtn:lMOver clr := {{ 1, RGB( 250,250,245),RGB( 250,250,245) }} elseif oBtn:lPressed clr := RGB( 180,136,85 ) else clr := RGB( 245,245,235) ...
by Silvio.Falconi
Wed Mar 20, 2024 11:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 5105

Re: Select one btnbmp into a scrollpanel

Perhaps i resolved with aBtnEle[n]:cargo:= lActive aBtnEle[n]:bAction :={ |o| lActive := !lActive, ; o:cargo:= lActive,; o:refresh(),; Set_items_Active(oElements,o:cargo,o),; nElemento:= val(nProduct) } Function Set_items_Active(oItem,lActive,oBTn) ...
by Silvio.Falconi
Mon Jun 12, 2023 5:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Select one btnbmp into a scrollpanel
Replies: 1
Views: 110

Select one btnbmp into a scrollpanel

... I created the buttons with the Btnbmp class I want that when I press one it stays selected I made lActive:= .f. For n=1 to Len(aElements) cDesc := aElements[n][2] cImage := aElements[n][5] nProduct:= aElements[n][1] @ nRow,ncol BTNBMP aBtnEle[n] ...
by Silvio.Falconi
Mon Jun 12, 2023 5:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Select one btnbmp into a scrollpanel
Replies: 1
Views: 110

Re: Readonly and/or disable GETs background color

//TGet():bColorBlock := { |oGet| IF( oGet:lFocused, { CLR_WHITE, CLR_HBLUE }, IF( .NOT. oGet:lActive, {CLR_BLACK, CLR_HGRAY}, {CLR_BLACK, CLR_WHITE} )) }
//fix for readonly gets
// TGet():lDisColors := .f.
// TGet():nClrGrayText := 25
by Horizon
Fri Aug 05, 2022 1:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Readonly and/or disable GETs background color
Replies: 15
Views: 901

Re: say border RESOLVED

... @ 22, 10 SENSITIVE SAY oSay[1] PROMPT "Denominazione" SIZE 100,20 PIXEL OF oFolder:adialogs[1] TRANSPARENT FONT oFontDialog oSay[1]:lActive := .f. oSay[1]:lLine :=.t. any solution ?
by Silvio.Falconi
Fri Nov 19, 2021 11:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: say border RESOLVED
Replies: 32
Views: 2239

Re: say border RESOLVED

... Paint() CLASS TSSay   local n   local nColorShadow, nColorLight   ::GetDC()   if ::lActive      for n := 1 to len( ::aCaption )          WSay( ::hWnd, ::hDC, ::nSTop + ( n - 1 ) * ::nTxtHeight, ::nSLeft, ::aCaption[ ...
by Silvio.Falconi
Thu Nov 18, 2021 1:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: say border RESOLVED
Replies: 32
Views: 2239

Re: TGet():nClrFocus no me cambia el color

TGet():bColorBlock := { |oGet| IF( oGet:lFocused, { CLR_WHITE, CLR_HBLUE }, IF( .NOT. oGet:lActive, {CLR_BLACK, CLR_HGRAY}, {CLR_BLACK, CLR_WHITE} )) }
by Marc Venken
Wed Mar 24, 2021 10:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGet():nClrFocus no me cambia el color
Replies: 3
Views: 376

Recall records with FW_ArrayToDBF

... nCamera:= Iif(!empty(aNumeri[nY,nX]),aNumeri[nY,nX],0) cSettore:=Iif(!empty( aSettori[nY,nX]),aSettori[nY,nX],"") cDesc:=aElementi[n][4] lactive:= TRUE else cDesc:=aElementi[n][4] ENDIF elseif aData[nY,nX] =="X" cDesc:="spazio vuoto" Endif next n AaDD( aTempDbf,{nCamera,nRow,nCol,cElemento,cDesc,,strzero(recno(),5),cSettore,lActive}) ...
by Silvio.Falconi
Tue Feb 12, 2019 9:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Recall records with FW_ArrayToDBF
Replies: 3
Views: 536

Re: Menu desde Tabla MySql

... ; HEIGHT oDp:nMenuHeight; // SELECT 3D ; LOGO oDp:cBmpTransacciones ; LOGOCOLOR oDp:nMenuMainClrText aMenu:=ACLONE(aMenuTra) oDp:oItemTransaccion:lActive:=!EMPTY(aMENUTRA[1]) .AND. lHorario hacermenu(aMenu) C5ENDMENU      C5MENUITEM oDp:oItemTransaccion PROMPT oDp:cMenu04  ...
by jnavas
Wed Dec 12, 2018 11:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Menu desde Tabla MySql
Replies: 16
Views: 3318

Re: Menu desde Tabla MySql

... ; FONT oDp:oFontMenu; HEIGHT oDp:nMenuHeight; // SELECT 3D ; LOGO oDp:cBmpMacros ; LOGOCOLOR oDp:nMenuMainClrText oDp:oItemMacro:lActive:=!EMPTY(aMenuMac[1]) .AND. lHorario hacermenu(aMENUMAC) C5ENDMENU STATIC FUNCTION HACERMENU(aMenu,oMenu) LOCAL I:=1,lacceso:=.T.,lutilizo:=.F.,oItem,nIni:=0 ...
by jnavas
Wed Dec 12, 2018 11:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Menu desde Tabla MySql
Replies: 16
Views: 3318

Re: funciones de FWH y Harbour en un archivo .txt

... HB_BackGroundActive(<nTaskHandle>,[<lNewActive>])->lOldActive HB_BackGroundAdd(<bAction>,[<nMillisecs>],[<lActive>])->nTaskHandle HB_BackGroundDel(<nTaskHandle>)->bAction HB_BackGroundReset()->Nil HB_BackGroundRun([<nTaskHandle>])->Nil ...
by carlos vargas
Sat Oct 21, 2017 8:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5726

Re: New FTDN May/Mayo 2017 (FWH 17.05)

... @ r,c GET <clauses> COLOR bColor <otherClauses> Example: bColor := { |oGet| If( oGet:lFocused, { CLR_HRED, CLR_YELLOW }, ; If( !oGet:lActive, { CLR_BLACK, CLR_HGRAY }, ; If( Empty( oGet:Value ), { CLR_BLACK, CLR_HGREEN }, ; { CLR_BLACK, CLR_WHITE } ) ) ) } CLASSDATA bColorBlock If ...
by Antonio Linares
Tue May 30, 2017 9:24 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN May/Mayo 2017 (FWH 17.05)
Replies: 1
Views: 2449

change a font on line

... oFonts:bChange := { || WndChild(): SetFont ( oFonts:varget() ), ; WndChild():SetFocus() } the WndChild() function return the oControl SAY active ( lactive) on dialog it make error because not found hfont how I can change the font ( cfontname and sizes ) of the say ?
by Silvio.Falconi
Wed Feb 08, 2017 11:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: change a font on line
Replies: 3
Views: 908

Re: Checkbox activo

Puedes intentar con ::lActive
by cnavarro
Thu Mar 03, 2016 8:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Checkbox activo
Replies: 2
Views: 434

Re: Mi primer programa Fivetouch para crear usuarios

... LOCAL oSay:=ARRAY(3) PRIVATE oId,oName,oDate,oActive PRIVATE cId:=SPACE(03),cName:=SPACE(100),dDate:="00/00/0000",lActive:=.T. PRIVATE aSay :={"ID" ,"Nombre","Fecha"} PRIVATE aVars:={"cId","cName" ,"dDate"} ...
by xfood
Mon Oct 12, 2015 3:52 pm
 
Forum: FiveTouch
Topic: Mi primer programa Fivetouch para crear usuarios
Replies: 4
Views: 2387
Next

Return to advanced search