Search found 24 matches: setalign

Return to advanced search

Problem with Print BOX

I have this command nAlignOriz:= 1 nAlignVert:= 1 oPrn:Box(X, Y, Z, K,; { CLR_WHITE, 1 }, CLR_WHITE, ; {cText, oFnt, nColorFont, SetAlign(nAlignOriz,nAlignVert) }, ; "CM" ) the function Setalign returns the string "TL" but it doesn't print anything for me nAlignOriz:= ...
by Silvio.Falconi
Wed Nov 29, 2023 11:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Print BOX
Replies: 2
Views: 275

Re: box align question

... local aPosition :={"on top","on bottom","on center"} and I make this function sample SetAlign(1,1) Function SetAlign(nAlignOriz,nAlignVert)     local cPosition    local cAlign  //Position    If  nAlignOriz >0       DO CASE  ...
by Silvio.Falconi
Fri Apr 14, 2023 12:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: box align question
Replies: 2
Views: 207

box align question

when I make a box I use ::oPrn:Box(X, Y, Z, K,; { nColorBordo, ::SetBorder(nSizeBordo) }, nBackcolor, ; {cText, oFnt, nColorFont, ::SetAlign(nAlignOriz,nAlignVert) }, ; "CM" ) on ::SetAlign(nAlignOriz,nAlignVert) I build the string to align/position but I have only this "TL" ...
by Silvio.Falconi
Sun Apr 09, 2023 12:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: box align question
Replies: 2
Views: 207

New FTDN September/Septiembre 2017 (FWH 17.09)

... user can pan, zoom and rotate the image with mouse or touch. This can be disabled by setting oImage:nUserControl := 0 * New: XImage: Method SetAlign( cAlign ): cAlign can be combination of L,T,R,B for left, top, right, bottom. Eg: "TL", "R", "BR", etc * New ...
by Antonio Linares
Wed Oct 04, 2017 7:43 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2017 (FWH 17.09)
Replies: 3
Views: 3354

Re: How to set TXIMAGE position?

Thank you so much, Mr.Rao.
nageswaragunupudi wrote:Better you wait for 17.08 and use oImage:SetAlign( "TL" ) // TL = "TopLeft"
by dutch
Tue Sep 19, 2017 3:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to set TXIMAGE position?
Replies: 4
Views: 788

Re: How to set TXIMAGE position?

Better you wait for 17.08 and use oImage:SetAlign( "TL" ) // TL = "TopLeft"
by nageswaragunupudi
Tue Sep 19, 2017 3:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to set TXIMAGE position?
Replies: 4
Views: 788

Re: Problemas de alineación con xBrowse

Luis, gracias por responder. Finalmente en la clase TXBrwColumn hay un método, SetAlign() que modifica la alineación de los datos en forma dinámica. Gracias nuevamente.

Saludos
by horacio
Mon Aug 24, 2015 1:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas de alineación con xBrowse
Replies: 9
Views: 1069

TsBrowse 9.0, M. Mercado

... :=.f. oBROWSE:lMChange :=.t. oBROWSE:bChange :={||oBROWSE:DrawFooters()} oBROWSE:nRowPos :=RENG_INICIO oBROWSE:nLineStyle :=ESTILO_LINEA oBROWSE:SetAlign(0,2,DT_CENTER) oBROWSE:oBrush :=oBws y por tengo una funcion ModiRegistro() donde generalmente hago lo basico para una modificacion o alta: ...
by noe aburto
Tue Jul 03, 2012 3:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TsBrowse 9.0, M. Mercado
Replies: 1
Views: 814

TsBrowse 9.0, M. Mercado

... :=.f. oBROWSE:lMChange :=.t. oBROWSE:bChange :={||oBROWSE:DrawFooters()} oBROWSE:nRowPos :=RENG_INICIO oBROWSE:nLineStyle :=ESTILO_LINEA oBROWSE:SetAlign(0,2,DT_CENTER) oBROWSE:oBrush :=oBws y por tengo una funcion ModiRegistro() donde generalmente hago lo basico para una modificacion o alta: ...
by noe aburto
Tue Jul 03, 2012 3:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TsBrowse 9.0, M. Mercado
Replies: 0
Views: 546

Re: Strange Error with xbrowse-restorestate

... '::oBrw:Refresh()' in the method RestoreState(). Mr. Rao stated here: http://forums.fivetechsupport.com/viewtopic.php?f=3&t=20202#p107192 1. SetAlign() method is intended to be used for changing alignment during runtime. Recommended way to set alignment of columns, during initial definition ...
by frose
Tue Nov 09, 2010 6:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange Error with xbrowse-restorestate
Replies: 44
Views: 9640

Re: xBrowse using SetAlign provokes an error

as the problem is solved and because it was my fault: is an example still eligible?


Maybe a small sample showing how you got it working would help others avoid the same problem you had.

Regards,
James
by James Bott
Tue Nov 09, 2010 2:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse using SetAlign provokes an error
Replies: 7
Views: 1170

Re: xBrowse using SetAlign provokes an error

Glad that the problem is solved.
by nageswaragunupudi
Tue Nov 09, 2010 9:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse using SetAlign provokes an error
Replies: 7
Views: 1170

Re: xBrowse using SetAlign provokes an error

Rao, 1. SetAlign() method is intended to be used for changing alignment during runtime. Recommended way to set alignment of columns, during initial definition of xbrowse, is by oCol:nDataStrAlign := <nAlign>. Thanks, this ...
by gkuhnert
Tue Nov 09, 2010 8:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse using SetAlign provokes an error
Replies: 7
Views: 1170

Re: xBrowse using SetAlign provokes an error

1. SetAlign() method is intended to be used for changing alignment during runtime. Recommended way to set alignment of columns, during initial definition of xbrowse, is by oCol:nDataStrAlign := <nAlign>. 2. From the error ...
by nageswaragunupudi
Sat Nov 06, 2010 1:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse using SetAlign provokes an error
Replies: 7
Views: 1170

Re: xBrowse using SetAlign provokes an error

Gilbert,

Can you put together a small sample program showing the problem?

James
by James Bott
Fri Nov 05, 2010 5:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse using SetAlign provokes an error
Replies: 7
Views: 1170
Next

Return to advanced search