Search found 157 matches: circle

Return to advanced search

Re: cyclometric circle

this is a statistical issue, I also have other procedures that calculate delays, frequencies, forecasts, figures, classes and other procedures. They can also be adapted to your 45 number system, Is there a historical archive of extractions in belgium? Yes, Data for 44 year... BTW Last weekend there...
by Silvio.Falconi
Fri Dec 09, 2022 7:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: cyclometric circle
Replies: 46
Views: 2964

Re: cyclometric circle

this is a statistical issue, I also have other procedures that calculate delays, frequencies, forecasts, figures, classes and other procedures. They can also be adapted to your 45 number system, Is there a historical archive of extractions in belgium? Yes, Data for 44 year... BTW Last weekend there...
by Marc Venken
Thu Dec 08, 2022 4:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cyclometric circle
Replies: 46
Views: 2964

Re: cyclometric circle

Silvio, Thanks for the information. At least now i get the point of it and see what you mean. But just for the point of argument. If this is working, and this system is mathematic to prove right, there will be a lot of winners with the same numbers ? Or are you going to put a 'personel touch' and c...
by Silvio.Falconi
Wed Dec 07, 2022 8:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: cyclometric circle
Replies: 46
Views: 2964

Re: cyclometric circle

Silvio, Thanks for the information. At least now i get the point of it and see what you mean. But just for the point of argument. If this is working, and this system is mathematic to prove right, there will be a lot of winners with the same numbers ? Or are you going to put a 'personel touch' and ch...
by Marc Venken
Tue Dec 06, 2022 2:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cyclometric circle
Replies: 46
Views: 2964

Re: cyclometric circle

... to ask :oops: I have no clue what ever this is doing. Looking at the Wikipedia is giving me no information that I understand about Cyclometric Circle. Can somebody 'try' to explain ? It's just to grap any notice of it ))) I have no mathematic background and this is sure one of the reasons why ...
by Silvio.Falconi
Tue Dec 06, 2022 12:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cyclometric circle
Replies: 46
Views: 2964

Re: cyclometric circle

... to ask :oops: I have no clue what ever this is doing. Looking at the Wikipedia is giving me no information that I understand about Cyclometric Circle. Can somebody 'try' to explain ? It's just to grap any notice of it ))) I have no mathematic background and this is sure one of the reasons why ...
by Marc Venken
Tue Dec 06, 2022 11:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: cyclometric circle
Replies: 46
Views: 2964

Re: cyclometric circle

... ::nOpacity, ::nClrPane ) )      endif   else      ::PaintBack( ::hDC )   endif   ::PaintCircle()         //draw the main circle   ::PaintSmallCircles()  //small circles    IF  ::lShowNumbers        ::PaintNumbers()       //draw the numbers    Endif   //Border  ...
by Silvio.Falconi
Tue Dec 06, 2022 10:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: cyclometric circle
Replies: 46
Views: 2964

Re: cyclometric circle

Antonio, I tried also with ::bPainted := { |hDC|FillRectEx( ::hDC, aPoints, aGrad) } or ::bPainted := { |hDC|FloodFill( ::hDC, aPoints [1][1], aPoints [5][1], nil, nColor ) } or local hBru := CreateSolidBrush( nColor ) local hOld := SelectObject( ::hDC, hBru ) local hpen:=CreatePen(0,8,nColor) FillR...
by Silvio.Falconi
Sat Dec 03, 2022 3:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cyclometric circle
Replies: 46
Views: 2964

Re: cyclometric circle

... ::nOpacity, ::nClrPane ) )      endif   else      ::PaintBack( ::hDC )   endif   ::PaintCircle()  //draw the main circle   ::PaintSmallCircles()  //small circles   ::PaintNumbers()  //draw the numbers   if ValType( ::bPainted ) == "B"  ...
by Silvio.Falconi
Fri Dec 02, 2022 1:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cyclometric circle
Replies: 46
Views: 2964

Re: cyclometric circle

...  else      ::PaintBack( ::hDC )   endif   ::PaintCircle()  //draw the main circle   ::PaintSmallCircles()  //small circles   ::PaintNumbers()  //draw the numbers   if ...
by Silvio.Falconi
Fri Dec 02, 2022 1:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cyclometric circle
Replies: 46
Views: 2964

Re: cyclometric circle

Perhaps I resolve but there is a small error https://i.postimg.cc/0NgVh7rM/t6.png Now the small circles are right and in their place and also the numbers only in the lower part touch the edge of the object the numbers seem crooked to me i.e. there is no axis 90-> ...
by Silvio.Falconi
Fri Dec 02, 2022 12:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cyclometric circle
Replies: 46
Views: 2964

Re: cyclometric circle

Now I correct the position of numbers but there is also some errors https://i.postimg.cc/59pN00SR/t4.png METHOD PaintNumbers() Class TCyclometric   local nI   local  oPen := CREATEPEN( PS_SOLID, 1, CLR_BLUE )   local  nTotalNumbers := 90  local  nYOffset := ::oFont:nH...
by Silvio.Falconi
Fri Dec 02, 2022 11:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: cyclometric circle
Replies: 46
Views: 2964

Re: cyclometric circle

I tried to improve the class because the object is not centered now the circle is inside the object practically creating the circumference I halved the measures as you can see in this picture https://i.postimg.cc/Dw8K6mgN/t.png But now I have ...
by Silvio.Falconi
Fri Dec 02, 2022 11:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: cyclometric circle
Replies: 46
Views: 2964

New FTDN October/Octure (FWH 22.10)

... prefixed with "." Eg: ICON_READ( ".docx" ) --> hIcon. * BtnBmp.prg: Runtime error when 5th element of :aBmpRect is "circle" or "ellipse" (introduced in 2004) is now fixed. * New function fw_memowrit( cFile, cText ). Saves cText without suffixing eof ...
by Antonio Linares
Wed Nov 02, 2022 11:55 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octure (FWH 22.10)
Replies: 2
Views: 820

Re: Draw a bitmap

... image. If the aspect ratios of window and image differ, some parts of the window vertical/horizontal are left blank. Value "C" or "CIRCLE" The image is resized the maximum to fit inside the window, but cropped into a circle. Value "E" or "ELLIPSE" The image ...
by nageswaragunupudi
Thu Oct 06, 2022 5:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Draw a bitmap
Replies: 6
Views: 432
Next

Return to advanced search