FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour dotted line
Posts: 1392
Joined: Mon May 14, 2007 09:49 AM
dotted line
Posted: Fri Apr 02, 2021 11:14 AM

Hi,

I need to draw a dotted line on the window.
oWnd:Line(Top, Left, Bottom, Right)

But if I change the thickness of the line, it stops looking like a dotted line.
oWnd:Line(Top, Left, Bottom, Right,, 2)

How to resolve this issue ?

Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: dotted line
Posted: Fri Apr 02, 2021 02:56 PM
But if I change the thickness of the line, it stops looking like a dotted line.

Yes. I too observed the same thing. This is not FWH issue.
Better we stick to width 1 when we want dotted lines. This is my feeling.
Regards



G. N. Rao.

Hyderabad, India
Posts: 1392
Joined: Mon May 14, 2007 09:49 AM
Re: dotted line
Posted: Fri Apr 02, 2021 04:43 PM

Thank you. :(

Continue the discussion