Search found 15 matches: tregla

Return to advanced search

Re: Label new

I use customer.dbf to have fields to insert on label I use tregla class to show rulers http://www.iispascalcomiforti.it/wp-content/uploads/2017/02/1lbl.jpg the test.prg #include "fivewin.ch"#include "Constant.ch"REQUEST ...
by Silvio.Falconi
Fri Feb 10, 2017 9:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Label new
Replies: 16
Views: 4458

Re: Range Slider Control

Antonino,
I need it for create tab paragraph on Richedit
I create a small pad ( FivePad)

Image

I insert tregla class to simulate the ruler but it not have the track to set paragraph
by Silvio.Falconi
Fri Jun 24, 2016 8:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Range Slider Control
Replies: 4
Views: 909

Re: AddHRuler()

Antonio,
I saw your richedit box at fw for apple ...
from source of codeproject you not Know how make it on richedit ?
or perhaps modifing the tregla class
by Silvio.Falconi
Sat Apr 23, 2016 9:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: AddHRuler()
Replies: 4
Views: 819

Re: Clase TRegla, TRules, ...

Cuatecatl82,

Gracias, me lo miro y aver si lo puedo acoplar...
by Carles
Tue Jul 19, 2011 3:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clase TRegla, TRules, ...
Replies: 2
Views: 659

Re: Clase TRegla, TRules, ...

Hola Carles: Aqui la dejo, no se si sea la version o la Clase que necesitas: :oops: :lol: 8) http://www.megaupload.com/?d=TUFF945Q Encontre este post en el foro, checa algo te puede servir.. http://fivetechsupport.com/forums/viewtopic.php?f=6&t=16418 Saludos.. :wink: :P
by cuatecatl82
Mon Jul 18, 2011 5:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clase TRegla, TRules, ...
Replies: 2
Views: 659

Clase TRegla, TRules, ...

Hola,

Vi hace tiempo circular esta clase u otra que pone una regla en pantalla para diseño. Alguien la tiene y me la puede mandar para ponerla en la libreria de reporting ? (Es para no empezar de 0... :D )

Gracias !!!.
by Carles
Mon Jul 18, 2011 2:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clase TRegla, TRules, ...
Replies: 2
Views: 659

Re: SHOW A BITMAP ON A DIALOG AND TO PRINTER

... transparent with parent brush.... if you want make a employed bitmap you should convert the badge006.bmp like a brush i never used class TRegla sorry
by Daniel Garcia-Gil
Tue Mar 02, 2010 9:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SHOW A BITMAP ON A DIALOG AND TO PRINTER
Replies: 6
Views: 1472

Re: SHOW A BITMAP ON A DIALOG AND TO PRINTER

thanks a lot then I have another problem perhaps I use Tregla class, an old class to show a ruler on dialog and the measure are not equal to bitmap look this image first http://img689.imageshack.us/img689/5426/errbad.jpg THEN THE BITMAP ...
by Silvio
Tue Mar 02, 2010 8:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SHOW A BITMAP ON A DIALOG AND TO PRINTER
Replies: 6
Views: 1472

Pregunta esta clase dibuja la regla a cm

... __XPP__ #define Super ::TControl #define New _New #endif //----------------------------------------------------------------------------// CLASS TRegla FROM TControl CLASSDATA lRegistered AS LOGICAL DATA nClrPane, nClrText DATA nZoom // Zoom DATA Pix2mm // Relacion de 1 pixel en pantalla (imagen) ...
by Vladimir Zorrilla
Fri Aug 21, 2009 5:40 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pregunta esta clase dibuja la regla a cm
Replies: 0
Views: 1171

there is anothe method into tregla : METHOD SetSel(aPosic) CLASS TRegla LOCAL hDc LOCAL InicX,FinX,InicY,Finy InicX :=iif(::lHorizontal,aPosic[2],::nWidth) InicY :=iif(::lHorizontal,::nHeight,aPosic[1]) FinX :=iif(::lHorizontal,aPosic[2],0) ...
by Silvio
Sat Nov 18, 2006 10:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Where I can found these functions?
Replies: 4
Views: 1320

yes it is of Jose Ignacio Jimenez Alarcon
but there is another version correct by thefull
I have the Alarcon's class and I'll want the tregla modify bt rafa carmona(thefull)
I write they but they have not still answered me !!!!!!!!!!!!!!!
If you succeed to contact they.....
by Silvio
Thu Nov 16, 2006 6:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Where I can found these functions?
Replies: 4
Views: 1320

Silvio,

TRegla does not appear to be a FW class. Is this a third party product?

James
by James Bott
Thu Nov 16, 2006 5:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Where I can found these functions?
Replies: 4
Views: 1320

Where I can found these functions?

On tregla class I saw :
GflPolyLine and GflLine
Where I can found these functions ?
by Silvio
Thu Nov 16, 2006 12:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Where I can found these functions?
Replies: 4
Views: 1320

THERE WAS TREGLA BUt I not know where u can download it

Pls ROssine can you send me at private email . Tanks
by Silvio
Thu Nov 02, 2006 3:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Classe para exibir regua (centometros)
Replies: 1
Views: 529

Como se convierte font de Twindows a FONT DE TPRINTER

... RETURN( NIL ) Func reglas(oWndr) LOCAL oFont,oPen DEFINE FONT oFont NAME "Ms Sans Serif" SIZE 0, -8 DEFINE PEN oPen WIDTH 0.1 oReglah := TRegla():New( oWndr, 0,0,oWndr:nWidth, 30, .t.,0, 100, ; .t., oFont ,oPen , .t.,CLR_BLACK, 12171705 ,3.5,3.5 ) oReglav := TRegla():New( oWndr, 0,660, ...
by Vladimir Zorrilla
Tue Apr 18, 2006 6:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como se convierte font de Twindows a FONT DE TPRINTER
Replies: 5
Views: 3752

Return to advanced search