Search found 383 matches: nrgb

Return to advanced search

... Local oBmp DEFINE Font ::oFont Name 'Arial' Bold SIZE 0,-11 Define Window oSelf:oWnd Title oSelf:cTitle Menu oSelf:MakeMenu() COLOR CLR_BLACK, nrgb(128,200,240) ::PongaElTree( ) Activate Window oSelf:oWnd Maximized On Init oSelf:Timer( oSelf:oWnd ) Return Self ********************************************************* ...
by wilsongamboa
Mon Jan 23, 2006 1:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con Menu en tiempo de ejecucion
Replies: 8
Views: 2285

REDEFINE FOLDER oFld ID 101 OF oDlg ; PROMPT "Dados Co&merciais ", "Com&plemento " ; DIALOGS "FLD_CLIENTES", "FLD_CLIENTES_2" ; COLORS nRGB( 127, 127, 127 ), nRGB( 143, 188, 143 ) ; ADJUST
by karinha
Tue Jan 17, 2006 2:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TFolder y FWH27
Replies: 8
Views: 2024

Re: Color de un oGet

... DestroyCaret() CreateCaret( ::hWnd, 0, 6, ::nGetChrHeight() ) ShowCaret( ::hWnd ) endif else HideCaret( ::hWnd ) endif Super:GotFocus() ::setcolor(nRGB(0,0,0),nRGB( 231,226,141)) // cuando toma el foco pone el fondo amarillo return 0
by lubin
Fri Jan 06, 2006 4:50 pm
 
Forum: FiveWin para CA-Clipper
Topic: Color de un oGet
Replies: 2
Views: 1368

Re: DIALOG

... maybe Antonio can answer this one. 2 . Caption and color DEFINE DIALOG oDlg RESOURCE "msgDaNe" title "xxxxx" color clr1,clr2 Clr1 and clr2 can be nrgb(.....) or CLR_WHITE, CLR_BLUE etc... 3. Same for Redefine say just add color xx,xx at the end 4. You can always change dialog size at activation ...
by Richard Chidiak
Mon Dec 19, 2005 12:35 pm
 
Forum: FiveWin for Pocket PC
Topic: DIALOG
Replies: 15
Views: 6242

error con esta macro, no lo se ??'

... EDITABLE; 3DLOOK TRUE MOVE DT_MOVE_RIGHT; PICTURE "9999.99"; Head "Cantidad" Width 70 Align 2,1; COLORS nRgb(0,0,0),nRgb(160,235,170); Post Edit(Venta1->Tot_art:=Venta1->Can_Art*Venta1->Pre_Art,; Calcula_Total(),oLbx1:Refresh()) Error Path and ...
by luis cortes
Tue Nov 08, 2005 7:00 pm
 
Forum: FiveWin para CA-Clipper
Topic: error con esta macro, no lo se ??'
Replies: 1
Views: 991

ok, como uso la clase TDATABASE de fivewin

... EDITABLE; 3DLOOK TRUE MOVE DT_MOVE_RIGHT; PICTURE "9999.99"; Head "Cantidad" Width 70 Align 2,1; COLORS nRgb(0,0,0),nRgb(160,235,170)
by luis cortes
Fri Nov 04, 2005 2:27 pm
 
Forum: FiveWin para CA-Clipper
Topic: ok, como uso la clase TDATABASE de fivewin
Replies: 1
Views: 1066

como cambio este codigo para red o mdi

... FieldWBlock("Can_Art",Select("Venta1")); EDITABLE; 3DLOOK TRUE MOVE DT_MOVE_RIGHT; PICTURE "9999.99"; Head "Cantidad" Width 70 Align 2,1; COLORS nRgb(0,0,0),nRgb(160,235,170); Post Edit(Venta1->Tot_art:=Venta1->Can_Art*Venta1->Pre_Art,; Calcula_Total(),oLbx1:Refresh()) Add Column To ...
by luis cortes
Wed Nov 02, 2005 8:09 pm
 
Forum: FiveWin para CA-Clipper
Topic: como cambio este codigo para red o mdi
Replies: 1
Views: 1276

Colouring TwBrowse ( Hernan's )

... := NIL if nStyle == 1 .or. nStyle == 2 // headers and footers nClr := GetSysColor( 15 ) if nStyle == 1 .and. nFtr # NIL if nFtr == nCol nClr := nRGB( 192, 192, 192 ) endif endif elseif nStyle == 3 // active cells nClr := GetSysColor( 13 ) if ( ::lCellStyle .and. nCol == ::nColAct ) .or. !::lCellStyle ...
by Rimantas
Tue Oct 11, 2005 5:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Colouring TwBrowse ( Hernan's )
Replies: 12
Views: 6589
Previous

Return to advanced search