Search found 383 matches: nrgb

Return to advanced search

QRCODE

... Function DlgStatusBar(oDlg, nHeight, nCorrec , lColor ) Local nDlgHeight := oDlg:nHeight Local aColor := { { 0.40, nRGB( 200, 200, 200 ), nRGB( 184, 184, 184 ) },; { 0.60, nRGB( 184, 184, 184 ), nRGB( 150, 150, 150 ) } } DEFAULT nHeight := 72 DEFAULT nCorrec := 0 ...
by jnavas
Tue Dec 11, 2018 8:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: QRCODE
Replies: 12
Views: 3745

Re: AYUDA URGENTE CON COMBOBOX

... no llegan a la Function "CARGA_PACI(): REDEFINE COMBOBOX oCod_pro1 VAR nCod_pro1 ITEMS ArrTranspose( aProfe )[ 2 ] ID 102 OF oDlg COLORS nRGB(9, 11, 10), nRGB(73, 250, 202); ON CHANGE (Carga_paci(oCod_pro1,aProfe),oPaci:Refresh(),oSay2:Refresh()) //<--- Cambiar aca Static Function ...
by remtec
Wed Nov 21, 2018 2:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: AYUDA URGENTE CON COMBOBOX
Replies: 24
Views: 3620

xbrowse.. y barras.

... := MARQSTYLE_HIGHLROW oBrw:nColDividerStyle := LINESTYLE_RAISED oBrw:nRowDividerStyle := LINESTYLE_RAISED oBrw:bClrSelFocus := {|| { nRGB( 0, 0, 0), nRGB(128,255,128) } } oBrw:lColDividerComplete := (.t.) oBrw:nHeaderHeight := 35 oBrw:nRowHeight := 25 oBrw:nHeaderLines := 3 oBrw:nDataLines ...
by kpidata
Wed Oct 17, 2018 5:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse.. y barras.
Replies: 3
Views: 829

Re: Ribbon Theme

... | if ( lPressed,; { ; { 2/5, RGB( 194, 213, 242 ), RGB( 194, 213, 242 ) } , ; { 3/5, RGB( 194, 213, 242 ), RGB( 194, 213, 242 ) } ; },; {; { 2/5, nRGB( 201, 224, 247 ), nRGB( 201, 224, 247 ) } , ; { 3/5, nRGB( 201, 224, 247 ), nRGB( 201, 224, 247 ) } ; } ) } The top one is if pressed, and the ...
by James Bott
Sat Oct 13, 2018 8:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 28355

error ORDBAGNAME, con mysql tdolphin y xbrowse

... // Con cursor de todo el renglón oBrw:nColDividerStyle := LINESTYLE_RAISED oBrw:nRowDividerStyle := LINESTYLE_RAISED oBrw:bClrSelFocus := {|| { nRGB( 0, 0, 0), nRGB(128,255,128) } } // para barra de linea selecc cuando el control tiene el foco oBrw:lColDividerComplete := (.t.) // (.T.) Mantiene ...
by kpidata
Fri Aug 24, 2018 12:15 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: error ORDBAGNAME, con mysql tdolphin y xbrowse
Replies: 1
Views: 750

Re: Color del GET cuando tiene el foco

Recibe el Focus

oGet:bGotFocus :={|| oGet:SetColor(nRGB( 0, 64, 64),nRGB(132,215,254)), oGet:Refresh() }

Pierde el Focus

oGet:bLostFocus:={|| oGet:SetColor(nRGB( 0,128,255),nRGB(255,255,225)), oGet:Refresh() }
by armando.lagunas
Wed Jul 04, 2018 6:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Color del GET cuando tiene el foco
Replies: 9
Views: 1607

error en xbrowse mysql, tdolphin

... // Con cursor de todo el renglón oBrw:nColDividerStyle := LINESTYLE_RAISED oBrw:nRowDividerStyle := LINESTYLE_RAISED oBrw:bClrSelFocus := {|| { nRGB( 0, 0, 0), nRGB(128,255,128) } } // para barra de linea selecc cuando el control tiene el foco oBrw:lColDividerComplete := (.t.) // (.T.) Mantiene ...
by kpidata
Tue Jun 19, 2018 5:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: error en xbrowse mysql, tdolphin
Replies: 0
Views: 793

Re: abrir 2 xbrowses simultaneos

... LINESTYLE_BLACK oBrwa:lColDividerComplete := .t. oBrwa:nHeaderLines := 1 oBrwa:nDataLines := 1 oBrwa:lRecordSelector := .t. oBrwa:bClrStd := {|| { nRGB( 0, 0, 0), nRGB(210,255,233) } } oBrwa:bClrSel := {|| { nRGB( 0, 0, 0), nRGB(210,255,233) } } oBrwa:bClrSelFocus := {|| { nRGB( 0, 0, 0), nRGB(026,255,140) ...
by pedroluis
Tue May 29, 2018 12:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: abrir 2 xbrowses simultaneos
Replies: 13
Views: 2708

Re: BOM production

... TVS_HASBUTTONS | TVS_HASLINES | TVS_LINESATROOT | TVS_SHOWSELALWAYS, 3, 80, 148, 252 */ // .... ::oTree :=TTreeView(): REDEFINE( 201, odlg,0,nrgb(255,255,255)) // tree rc 属性 + TVS_HASBUTTONS | TVS_HASLINES | TVS_LINESATROOT | TVS_SHOWSELALWAYS, ACTIVATE DIALOG odlg nomodal; ON INIT (oself1:eng0300() ...
by ShumingWang
Fri Apr 27, 2018 2:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: BOM production
Replies: 3
Views: 1128

Re: Desktop Alerts

... oSay, lCenter local oImage, oLbx local lSaida:=.F., nCorFundoHTML := "#ffffcc" //azul claro lCenter := aPos == NIL //DEFAULT oCor := nrgb(255,255,255) DEFAULT aPos := {0,0} DEFAULT lAguarda := .F. DEFAULT lTransparente := .T. atexto := "<html>" atexto += "<style ...
by ronaldo
Tue Apr 10, 2018 4:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Desktop Alerts
Replies: 39
Views: 29584

Color de Barra de proceso

Hola, en una aplicación requiero usar: @ 6.5, .7 METER oMeter1 VAR nAmount1 OF oDlg SIZE 200, 18 BARCOLOR nRGB( 255,0,255), CLR_WHITE Se correrán 5 procesos los cuales necesito que usen la misma barra de Avance pero cambiando de color, es decir al llegar el primer proceso al ...
by servicomver
Wed Mar 21, 2018 7:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Color de Barra de proceso
Replies: 1
Views: 619

xbrowse y bloqueo encabezado

... // Con cursor de todo el renglón oBrw2:nColDividerStyle := LINESTYLE_RAISED oBrw2:nRowDividerStyle := LINESTYLE_RAISED oBrw2:bClrSelFocus := {|| { nRGB( 0, 0, 0), nRGB(128,255,128) } } // para barra de linea selecc cuando el control tiene el foco oBrw2:lColDividerComplete := (.t.) // (.T.) Mantiene ...
by kpidata
Thu Mar 08, 2018 3:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse y bloqueo encabezado
Replies: 0
Views: 866

Re: Rowset X cSeek

... := .T. :bClrStd := {|| { CLR_BLACK, IIf( oBrowse:KeyNo() % 3 > 0, CLR_WHITE, ; IIf( oBrowse:KeyNo() % 3 = 0 .And. oBrowse:KeyNo() % 2 = 0 , ; nRGB( 238, 238, 238 ), nRGB( 238, 246, 255 ) ) ) } } :bClrSel := {|| { CLR_BLACK, nRGB( 190, 190, 190 ) } } :bClrSelFocus := {|| { CLR_BLACK, nRGB( ...
by oliveiros junior
Thu Jan 04, 2018 10:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rowset X cSeek
Replies: 7
Views: 2064

New FTDN December/Diciembre 2017 (FWH 17.12)

... nClrText nClrP: nClrPane nClrO nClrOver - New DATA nOffSetX: left spaces title panel - New DATA nOffSetY: height between items link * function nRGB() can now be used also for converting color constants of the format #rrggbb to nRGB. nRGB( "#rrggbb" ) --> nRGB nRGB( r, g, b ) --> ...
by Antonio Linares
Tue Dec 26, 2017 6:07 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2017 (FWH 17.12)
Replies: 0
Views: 2100

xbrowse y tdolphin

... en el footer oBrw2:lFooter := (.T.) // Sí queremos línea de footer oBrw2:lHScroll := (.T.) // Quitamos el scroll horizontal oBrw2:bClrStd := {|| { nRGB(000,000,000), nRGB(255,255,200) } } oBrw2:bClrHeader := {|| { nRGB(000,000,000), nRGB(128,255,128) } } oBrw2:bClrFooter := {|| { nRGB(000,000,000), ...
by kpidata
Tue Oct 31, 2017 2:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse y tdolphin
Replies: 3
Views: 1023
PreviousNext

Return to advanced search

cron