FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Xbrowse : MARQSTYLE_not working with mousewheel
Posts: 1487
Joined: Tue Jun 14, 2016 07:51 AM
Xbrowse : MARQSTYLE_not working with mousewheel
Posted: Sun Feb 05, 2017 12:13 PM
Hello,

In my version 16.11, if I use

:nMarqueeStyle := MARQSTYLE_HIGHLROWMS

The color bar (that is over all the rows) is not folowing the browse when I use the scrollwheel.



You see the bar remains at row 3 and the focus is now on row 5.

Mostly Xbrowse takes care of this, but should I refresh something more ?
Marc Venken

Using: FWH 23.08 with Harbour
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: Xbrowse : MARQSTYLE_not working with mousewheel
Posted: Sun Feb 05, 2017 11:32 PM
Xbrowse : MARQSTYLE_not working with mousewheel

Actually it is working as expected.

Code (fw): Select all Collapse
      :nMarqueeStyle := MARQSTYLE_HIGHLROWMS

This MarqueeStyle is used for multi-row select. In the above image, blue color row indicates the start row. You can navigate with mouse-wheel to another record far away and use Shift-Click to select from this start row to the current row.

Please use this marquee-style only when required for multi-row selection and not otherwise.
Regards



G. N. Rao.

Hyderabad, India
Posts: 1487
Joined: Tue Jun 14, 2016 07:51 AM
Re: Xbrowse : MARQSTYLE_not working with mousewheel
Posted: Sun Feb 05, 2017 11:57 PM

Oeps :oops:

I'm actualy using it for multy selection!

I will look into the forum for a sample that will highlight a entire row in the browse while I turn the wheel. Just to see better where I am on the browse.

I don't think that it will give a conflict if there a 2 rowse colored...

Thanks.

Marc Venken

Using: FWH 23.08 with Harbour
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: Xbrowse : MARQSTYLE_not working with mousewheel
Posted: Mon Feb 06, 2017 12:14 AM
Marc Venken wrote:Oeps :-)

I'm actualy using it for multy selection!

I will look into the forum for a sample that will highlight a entire row in the browse while I turn the wheel. Just to see better where I am on the browse.

I don't think that it will give a conflict if there a 2 rowse colored...

Thanks.

I explained how we programmed xbrowse.
Regards



G. N. Rao.

Hyderabad, India
Posts: 1
Joined: Fri May 26, 2017 11:25 AM
Re: Xbrowse : MARQSTYLE_not working with mousewheel
Posted: Thu Jun 01, 2017 01:41 PM

Hallo Marc,

have you found a solution to your problem?
We have the same issue: When using the mousewheel, we often confound the two rows.

Regards, Jeanette

Posts: 1487
Joined: Tue Jun 14, 2016 07:51 AM
Re: Xbrowse : MARQSTYLE_not working with mousewheel
Posted: Thu Jun 01, 2017 01:58 PM

No,

I started living with it :wink:

Marc Venken

Using: FWH 23.08 with Harbour
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: Xbrowse : MARQSTYLE_not working with mousewheel
Posted: Thu Jun 01, 2017 04:31 PM

It is not a problem.
This is the intended behavior with a purpose

Regards



G. N. Rao.

Hyderabad, India
Posts: 2706
Joined: Fri Oct 07, 2005 01:50 PM
Re: Xbrowse : MARQSTYLE_not working with mousewheel
Posted: Thu Jun 01, 2017 09:25 PM

To All

Check the behavior of your mouse wheel in the control panel ( mouse ) .. by default, the mouse wheel scrolls 3 rows.

Rick Lipkin

Continue the discussion