Where I can found these functions?

Where I can found these functions?

Postby Silvio » Thu Nov 16, 2006 12:27 am

On tregla class I saw :
GflPolyLine and GflLine
Where I can found these functions ?
Best Regards, Saludos

Falconi Silvio
User avatar
Silvio
 
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Postby James Bott » Thu Nov 16, 2006 5:53 pm

Silvio,

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

James
User avatar
James Bott
 
Posts: 4840
Joined: Fri Nov 18, 2005 4:52 pm
Location: San Diego, California, USA

Postby Silvio » Thu Nov 16, 2006 6:07 pm

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.....
Best Regards, Saludos

Falconi Silvio
User avatar
Silvio
 
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Postby StefanHaupt » Fri Nov 17, 2006 8:50 am

what is this class for ?

I have a version without these missing functions, i send you to your private email.

Stefan
StefanHaupt
 
Posts: 824
Joined: Thu Oct 13, 2005 7:39 am
Location: Germany

Postby Silvio » Sat Nov 18, 2006 10:42 pm

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)
FinY :=iif(::lHorizontal,0,aPosic[1])

hDc:=::GetDc()
IF ::lHorizontal
GflPolyLine(hDc,{InicX,InicX-3,InicX+3,InicX},{InicY,InicY-5,InicY-5,InicY})
ELSE
GflPolyLine(hDc,{InicX,InicX-5,InicX-5,InicX},{InicY,InicY-3,InicY+3,InicY})
ENDIF
GflLine(hDc,InicX,InicY,FinX,FinY)

::ReleaseDc()
RETURN NIL
Best Regards, Saludos

Falconi Silvio
User avatar
Silvio
 
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 59 guests