Search found 29 matches: horiz

Return to advanced search

Re: Bug in Tbrush

... exactly the same as the client area of the window. By default the gradient type is Vertical, which is represented by nResizeMode = 1 and optional HORIZONTAL mode is represented by 2. When a brush is created for gradient, we are setting the default to 1 ( vertical ) in the New() method, unless ...
by nageswaragunupudi
Wed Jun 01, 2011 11:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in Tbrush
Replies: 7
Views: 1158

Re: Juan Planelles Lazaga

... str( Lis_Red->( RecNo() ), 3 ) ), 3, "0" ) local cFileNm := 'BMPS.' + cExt, lBmps := .f. local nXR := 292, nXC := 203,; //Size vert y Horiz de referencia de progrcion nX, nY // de la HP PSC 1610 local lBitmap := .f. // Imprimir segun bitmap NO Image local oGScal, nScal := 1, cFScal ...
by Juan Planelles
Tue Dec 29, 2009 10:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Juan Planelles Lazaga
Replies: 9
Views: 6743

Re: Juan Planelles Lazaga

... "", .f., "P", , nMargen, nFilas, nCols, nFilaIni, ; oFontX, nColorX ) endif // Primero comprobar que el ancho de resolucion horiz impresora no se sobrepasa nWidth := 0 do while oLine != nil nRowStep := 0 nWidth := 0 for n = 1 to Len( oLine:aText ) cText := oLine:aText[ n ...
by Juan Planelles
Tue Dec 29, 2009 10:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Juan Planelles Lazaga
Replies: 9
Views: 6743

Re: Juan Planelles Lazaga

... "", .f., "P", , nMargen, nFilas, nCols, nFilaIni, ; oFontX, nColorX ) endif // Primero comprobar que el ancho de resolucion horiz impresora no se sobrepasa nWidth := 0 do while oLine != nil nRowStep := 0 nWidth := 0 for n = 1 to Len( oLine:aText ) cText := oLine:aText[ n ...
by Juan Planelles
Sun Dec 27, 2009 5:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Juan Planelles Lazaga
Replies: 9
Views: 6743

v/h gradient

the function GradientFill is a vertical gradient or Horizontal gradient ?
Or exist another function for create a gradient vertical or Horiz ?
by Silvio
Tue Dec 01, 2009 8:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: v/h gradient
Replies: 1
Views: 322

Re: Button Bars on Folders

... Graphic-Designs ( animated Buttons and more..) I hope, Daniel will include the Button-Tooltips and the missing Gradient-Parameter .T./.F. for Horiz. and Vert. I don't use Buttonbars inside the Application, It is only included for a Test : http://www.pflegeplus.com/pictures/Folderbar1.jpg ...
by ukoenig
Wed Sep 16, 2009 8:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Button Bars on Folders
Replies: 3
Views: 586

Re: Mejor manera de imprimir la factura?

... ) oPrn:Say( nLinTitEmpre2, nColTitEmpre2, cComprob, oFontEmpre2 ) //caja del cuerpo Caja(13,2, 63,78,oPrn,oPen1,nRowStep,nColStep) //Linea Horiz (enmarca descrip columnas) Linea(15,2, 15,78,oPrn,oPen1,nRowStep,nColStep) oPrn:Say( nLinTitCols, 4*nColStep, "CODIGO CONTABLE", oFont ...
by FranciscoA
Mon May 18, 2009 2:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mejor manera de imprimir la factura?
Replies: 8
Views: 2506

Horiz. Gradient-Paint for Buttonbar (on Right-Pos.) ?

Hello, Is it possible, to paint a Buttonbar on Right-Hand-Side with Horizontal-Direction to get the same results like a Bar on Top-Position ? ( Changes in Bar.prg => Method Paint ) Normally each button is painted with a Gradient ( Vertical ). The normal Gradient-define for the Buttonbar ---------...
by ukoenig
Mon Apr 20, 2009 3:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Horiz. Gradient-Paint for Buttonbar (on Right-Pos.) ?
Replies: 0
Views: 476

... .and. ::cAlias != "TREE_" ASize( ::aColSizes, Len( ::aColumns ) ) // make sure they match sizes // rebuild build the aColSize, it's needed to Horiz Scroll etc // and expand selected column to flush table window right For nI := 1 To Len( ::aColumns ) nTemp := ::aColSizes[ nI ] := ::aColumns[ ...
by Natter
Mon Sep 08, 2008 11:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bChange
Replies: 9
Views: 5470

Switch from Col-display to Row-display is not working.

Hello, I changed the function BRW_HORIZ( oLbx0 ). The row-color-changes working fine. But there is still the problem : After switching to => BRW_VERTIC(oLbx0) the Row-display changes to Col-display. Calling BRW_HORIZ(oLbx0) again, the browser is not repainted. A download of the tools ( nearly fin...
by ukoenig
Fri Aug 29, 2008 1:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A problem in xBrowse to change from Row to Col-preview ???
Replies: 11
Views: 2866

... := CLR_YELLOW //RGB(22,245,84) * oBrw:nClrForeFocus := CLR_BLACK * oBrw:lNoHScroll := .f. // don't use that pesky horiz scroll bar * oBrw:lNoGrayBar := .f. * // oBrw:bLDblClick := {| nRow, nCol | picard(oBrw, nRow, nCol,0 )} //oBrw:bKeyChar ...
by hag
Sun Jul 20, 2008 7:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: edit browse
Replies: 12
Views: 3698

TcBrowse

... oBrw, nRow, nCol ) oBrw:SetArray( tPre ) oBrw:lLogicDrop := .t. // use crazy logic dropbox oBrw:lNoHScroll := .t. // don't use that pesky horiz scroll bar NO Func oBrw:nAdjColumn := 2 // expand this column to flush table right oBrw:nFreeze := 1 // This will freeze all & prevent horiz ...
by jvargas
Fri May 25, 2007 6:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TcBrowse
Replies: 1
Views: 671

... MsgInfo( "RightClick" ) ; ON CHANGE MsgBeep() oBrw:lLogicDrop := .t. // use crazy logic dropbox oBrw:lNoHScroll := .t. // don't use that pesky horiz scroll bar oBrw:nAdjColumn := 3 // expand this column to flush table right oBrw:nFreeze := 3 // 0 disables freezing 1 is leftmost oBrw:hBmpCursor ...
by biro2000
Wed Nov 22, 2006 12:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: VALID in ADD COLUMN don't work.
Replies: 4
Views: 1565

... // set false to prevent Mouse colm resize/drag oBrw:lLogicDrop := .t. // use crazy logic dropbox oBrw:lNoHScroll := .t. // don't use that pesky horiz scroll bar oBrw:nAdjColumn := 3 // expand this column to flush table right oBrw:nFreeze := 5 // This will freeze all & prevent horiz scrolling ...
by EASYSOFT
Fri Feb 10, 2006 12:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error BASE/1132 Bound error: array access
Replies: 4
Views: 3376
Previous

Return to advanced search