How I can create it ?
How I can create it ?
Have You an Idea to create it on xharbour & fw
Regards
Regards
Best Regards, Saludos
Falconi Silvio
Falconi Silvio
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Silvio,
You can create a user defined control that looks like that.
As far as I remember, Otto (WinHotel) datron@aon.at has developed a similar control.
You can create a user defined control that looks like that.
As far as I remember, Otto (WinHotel) datron@aon.at has developed a similar control.
Richard & Antonio,
I have a similar Tgant 32 bit ( it called Tplan) but it is also in beta test
I have problem with a method : it must refill the rectangule of color of the brush I select but it not run ok
Dear Antonio If you can help me to finish this class , I give you many thanks
Regards
I have a similar Tgant 32 bit ( it called Tplan) but it is also in beta test
I have problem with a method : it must refill the rectangule of color of the brush I select but it not run ok
Dear Antonio If you can help me to finish this class , I give you many thanks
Regards
Best Regards, Saludos
Falconi Silvio
Falconi Silvio
- James Bott
- Posts: 4654
- Joined: Fri Nov 18, 2005 4:52 pm
- Location: San Diego, California, USA
- Contact:
Dear James,
I have a class
it is similar to gant class but it now not run ok because there is a wrong method
the name of this method is FillRect
this func must create a rectangule and must refill this rectangule of the color I selected
example :
oGraficos is the Object of Tplan class
the method Fillrect MUst create a rectangule and refill this rectangule :
all run ok but it not refill the rectangule
How I can make it ?
thanks
I have a class
it is similar to gant class but it now not run ok because there is a wrong method
the name of this method is FillRect
this func must create a rectangule and must refill this rectangule of the color I selected
example :
Code: Select all
.....
Define Brush oPenR COLOR CLR_HBLUE
.......
oGraficos:FILLRECT( nLinea+nVertic+4, nColumnaInicio+nHoriz2, nLinea+nVertic+14, nColumnaFinal+nHoriz2, oPenR ,recno())
the method Fillrect MUst create a rectangule and refill this rectangule :
Code: Select all
METHOD Fillrect( nTop, nLeft, nBottom, nRight, oPen ,nRecord) CLASS TPlan
local hPen := if( oPen = nil, 0, oPen:hPen )
Local nX := oPen:nWidth / 2
IIF( nRecord == nil , nRecord := 0 , )
::GetDC()
Rectangle( ::hDC, nTop, nLeft, nBottom, nRight, hPen )
* MoveTo( ::hDC, nLeft, nTop )
* LineTo( ::hDC, nRight, nBottom, hPen )
FillRect( ::hDC, { nTop + 2, nLeft + 2, nBottom, nRight }, hpen)
::ReleaseDC()
if nRecord > 0
aadd(::aItems,{nTop-nX,nLeft-nX,nBottom+nX,nRight+nX,nRecord})
endif
all run ok but it not refill the rectangule
How I can make it ?
thanks
Best Regards, Saludos
Falconi Silvio
Falconi Silvio
- James Bott
- Posts: 4654
- Joined: Fri Nov 18, 2005 4:52 pm
- Location: San Diego, California, USA
- Contact:
TO ALL, ANTONIO AND RICHARD
I THINK I CAN PUBBLISH REL.100 OF TPLAN CLASS 32 BIT
I HAVE MADE ONLY A SIMPLY TEST PROGRAM BUT IT NOW RUN OK
BUT YOU CAN CREATE WITH ME ANOTHERS TEST PROGRAM
IT IS EASY TO CREATE A PROGRAM
TOMORROW I LOAD THE CLASS AT hYPERLOAD AND INSERT THE MESSAGE HERE .
REGARDS
FALCONI SILVIO
I THINK I CAN PUBBLISH REL.100 OF TPLAN CLASS 32 BIT
I HAVE MADE ONLY A SIMPLY TEST PROGRAM BUT IT NOW RUN OK
BUT YOU CAN CREATE WITH ME ANOTHERS TEST PROGRAM
IT IS EASY TO CREATE A PROGRAM
TOMORROW I LOAD THE CLASS AT hYPERLOAD AND INSERT THE MESSAGE HERE .
REGARDS
FALCONI SILVIO
Best Regards, Saludos
Falconi Silvio
Falconi Silvio