Search found 103 matches: ajustify

Return to advanced search

Re: error justificado de columnas con xbrowse

Saludos Alavaro

Creo que si era un problema minimo

si mal no recuerdo esta era la solucion...

en el metodo aJustify cambiar la linea
j := Min( 3, Max( 1, j ) )
por esta
j := Min( 3, Max( 0, j ) )

solo cambiar un "1" por un "0"
by Daniel Garcia-Gil
Tue Sep 15, 2009 6:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: error justificado de columnas con xbrowse
Replies: 8
Views: 1144

Por que no me genera el archivo *.c (Solucionado)

... FIELDSIZES 100,100,150,200,150,150,250,150,150 ; ON LEFT DBLCLICK EMAE2( oLbx, .F.); ID 101 OF oDlg oLbx:bRClicked = { || oLbx:ShowSizes() } oLbx:aJustify := {.F.,.F.,.F.,.F.,.F.,.F.,.F.,.F.,.F.} oLbx:NCLRPANE:={||IIF((ORDKEYNO())%2==0,RGB(230,230,230),RGB(190,215,190))} REDEFINE BUTTON ID 102 ...
by Ramon Paredes
Wed Aug 05, 2009 2:36 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Por que no me genera el archivo *.c (Solucionado)
Replies: 3
Views: 1026

Re: Urgente wBrowser

... oBrw:bLine := bFields oBrw:aHeaders := aHeaders if aSize # NIL oBrw:aColSizes := aSize endif if nFreeze # NIL oBrw:nFreeze := nFreeze endif oBrw:aJustify := aJusto REDEFINE SAY oSay VAR oBrw:cBuffer ID 64 OF oDlg FONT oFONT UPDATE oBrw:bSeek := {|| oBrw:DbfSeek(.T.,,,, oBrw:cBuffer ) } oBrw:bUpdateBuffer:= ...
by Ariel
Sun Aug 02, 2009 2:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Urgente wBrowser
Replies: 2
Views: 534

Re: Vertical scroll wbrowse on folders

... oLbx:nClrForeFocus := CBRWFORE oLbx:nClrBackFocus := CBRWBACK oLbx:nClrBackHead := CHEADBACK oLbx:nClrForehead := CHEADFRONT oLbx:aJustify := eval(bAdjust) oLbx:nLineStyle := 1 oLbx:nLineHeight := 22 oLbx:nFreeze := 11 oLbx:lCellStyle = TRUE oLbx:lAutoEdit = TRUE Regards Colin
by Colin Haig
Thu Jul 30, 2009 12:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Vertical scroll wbrowse on folders
Replies: 11
Views: 2472

Archivos Eliminados

... SIZE 615, 200 OF oWnd ; oLbx:bkeydown:={|nKey,nFlag|DOKEY1(nKey,nFlag,oLbx)} oLbx:nClrpane = { || SelColor( RECNO() ) } oLbx:nLineStyle = 1 oLbx:aJustify = { 0, 0, 0, 0 } oLbx:Setfocus() METHOD FUNCTION DOKEY1(nKey,nFlag,oLbx) local cKEY, nSeekrec, ckey2 local nRecNo8 := RecNo() DO CASE CASE ...
by yadira
Tue Jun 16, 2009 10:25 pm
 
Forum: FiveWin para CA-Clipper
Topic: Archivos Eliminados
Replies: 7
Views: 2304

Re: Error en wBrowse

... "empresas", "empleado") ; ON DBLCLICK A_agencia ("Modificar", oLbx, cTitu, cOpcion) oLbx:aJustify ={.f.,.f.,.f.} oLbx:nClrPane:={|| IIF((oLbx:cAlias)->(OrdKeyNo())%2==0, CELE, GRIS)} oLbx:nClrForeHead := AZUL
by Manuel Valdenebro
Thu Feb 12, 2009 4:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error en wBrowse
Replies: 5
Views: 695

Re: ¿Que pasa en este codigo?

... ; aDatos[nAt,2] } ) } oLbx:SetArray( aDatos) oLbx:aColSizes:= {90, 220 } oLbx:aHeaders := { "Codigo", "Nombre" } oLbx:aJustify := { .t., .f. } .... tus definiciones. Pd. aDatos -> tu array Salu2, Ariel.
by Ariel
Tue Jan 06, 2009 12:16 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ¿Que pasa en este codigo?
Replies: 6
Views: 726

... o asi oBrwX:aCols[ 1 ]:nDataStrAlign:= AL_LEFT o correjir el problemita, que pienso yo, tiene la clase... en el metodo aJustify cambiar la linea j := Min( 3, Max( 1, j ) ) por esta j := Min( 3, Max( 0, j ) ) solo cambiar un "1" por un "0"
by Daniel Garcia-Gil
Wed Nov 05, 2008 12:16 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Algo raro en mi xbrowse?? me ayudan
Replies: 2
Views: 548

Re: DUDA CON TSAY

... ) ; FONT oFntArial03 ; FIELDSIZES IMPNCD*11, 70, 35, 280, 70, 110 ; ID 300 OF oDlgFPC oLbxVenta:aJustify := {.F.,.T.,.F.,.F.,.T.,.T.} REDEFINE SAY oSayLineas ID 1001 PROMPT nLineas PICTURE MA40 OF oDlgFPC FONT oFntArial02 REDEFINE SAY oSayMaxDoc ...
by LuisPonce
Tue Oct 21, 2008 3:56 pm
 
Forum: FiveWin para CA-Clipper
Topic: DUDA CON TSAY
Replies: 2
Views: 1256

DUDA CON TSAY

... ) ; FONT oFntArial03 ; FIELDSIZES IMPNCD*11, 70, 35, 280, 70, 110 ; ID 300 OF oDlgFPC oLbxVenta:aJustify := {.F.,.T.,.F.,.F.,.T.,.T.} REDEFINE SAY oSayLineas ID 1001 PROMPT nLineas PICTURE MA40 OF oDlgFPC FONT oFntArial02 REDEFINE SAY oSayMaxDoc ...
by LuisPonce
Mon Oct 20, 2008 4:30 pm
 
Forum: FiveWin para CA-Clipper
Topic: DUDA CON TSAY
Replies: 2
Views: 1256

... // for array in append mode DATA aIcons AS ARRAY INIT {} // array with icons names DATA aImages AS ARRAY INIT {} // array with bitmaps names DATA aJustify // compatibility with TWBrowse DATA aLine // bLine as array DATA aMsg AS ARRAY INIT {} // multi languaje feature DATA aKeyRemap AS ARRAY INIT ...
by Natter
Mon Sep 08, 2008 11:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bChange
Replies: 9
Views: 5541

Browsing generally

... Courier is not a proportional font. Try this. DEFINE FONT oFont NAME "Courier" SIZE -0,10 If you are referring to TWBrowse, try setting oBrw:aJustify. It's an array containing a series of logical values, one for each column. True value means right alignment (good for numbers). -------------------------------------------------------------------------------- ...
by Antonio Linares
Wed Aug 27, 2008 7:35 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 93915

... puede pintar los datos de cualquier manera que prefiera dentro de las coordinadas proporcionadas, usando el hDC. Nuevo: Se proporciona el método aJustify SETGET. Se mantiene xbrjustify por compatibilidad con versiones anteriores. * Nuevo: Nuevas construcciones de Harbour y xHarbour, actualizadas ...
by Antonio Linares
Tue Jul 22, 2008 10:25 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2008 (8.06)
Replies: 1
Views: 3023

... UPDATE oPreccos:SetBrowse( oLbx ) oLbx:nLineHeight := 16 oLbx:nHeaderHeight := 16 //oLbx:nFreeze := 4 oLbx:aHJustify:={2,2,2,2,2} oLbx:aJustify:={.t.,.f.,.t.,.t.,.t.} oLbx:bRClicked := { | nRow, nCol | menutomenuop( nRow, nCol ) } /////////////////////////////////// static function ...
by jponce
Thu Jul 17, 2008 5:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: POPUP LISTBOX
Replies: 4
Views: 1063

PROBLEMAS MDI

... UPDATE oPreccos:SetBrowse( oLbx ) oLbx:nLineHeight := 16 oLbx:nHeaderHeight := 16 //oLbx:nFreeze := 4 oLbx:aHJustify:={2,2,2,2,2} oLbx:aJustify:={.t.,.f.,.t.,.t.,.t.} oLbx:lDrawFooters :=.T. //oLbx:aActions := Array( 6 ) //oLbx:aActions[1] := { || OrdenArEq( 3, 3 , oPreccos, oLbx,oWndFact01,aGets ...
by jponce
Mon Jul 14, 2008 7:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PROBLEMAS MDI
Replies: 4
Views: 1290
PreviousNext

Return to advanced search