FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour bug dotted box on Listview
Posts: 7318
Joined: Thu Oct 18, 2012 07:17 PM
bug dotted box on Listview
Posted: Sat Jun 20, 2015 03:27 PM
playing with Listview class I saw there is a bug

if you click on listview area you can draw a dotted boxed



for the final user this is bad

on windows seven then the doted not hide and if I move the mouse to another window of pc there is also the dotted box

how i can make to not make this box with th emouse on listview ?
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
Posts: 7318
Joined: Thu Oct 18, 2012 07:17 PM
Re: bug dotted box on Listview
Posted: Mon Jun 22, 2015 08:26 AM

Any solution ?

Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
Posts: 375
Joined: Tue Feb 10, 2015 09:48 AM
Re: bug dotted box on Listview
Posted: Mon Jun 22, 2015 09:14 AM
:-) The dotted rectangle is for select the items!

Anyway, you can remove it by this command:
Code (fw): Select all Collapse
oList:WinStyle(/*LVS_SINGLESEL*/4,.T.)

in this case the user can select only one item at a time.
Regards,
Antonino
Posts: 7318
Joined: Thu Oct 18, 2012 07:17 PM
Re: bug dotted box on Listview
Posted: Mon Jun 22, 2015 09:18 AM

On my app I select one item

Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com

Continue the discussion