Re: Scrolling differences when using Trackpad or Mouse-Wheel

2018-06-23 Thread Rick Mann
> On Jun 23, 2018, at 08:55 , Richard Charles wrote: > > >> On Jun 19, 2018, at 3:56 AM, Michael Starke >> wrote: >> >> I'm currently trying to find the bottleneck in my app MacPass that's causing >> the scrolling in the main table to be sluggish. >> >> Before diving deeply into Instrume

Re: Scrolling differences when using Trackpad or Mouse-Wheel

2018-06-23 Thread Richard Charles
> On Jun 19, 2018, at 3:56 AM, Michael Starke > wrote: > > I'm currently trying to find the bottleneck in my app MacPass that's causing > the scrolling in the main table to be sluggish. > > Before diving deeply into Instruments to find the culprit I realized that > scrolling with the trackp

Re: Scrolling differences when using Trackpad or Mouse-Wheel

2018-06-21 Thread Jack Brindle
At this point I am comfortable eliminating the mouse as an issue for you. You are right, mouse wheel processing is different. It came into the system well before the trackpad support. I believe macOS is in the second or third generation of trackpad support, with the last change adding gesture an

Re: Scrolling differences when using Trackpad or Mouse-Wheel

2018-06-21 Thread Michael Starke
The mice where all connected via USB. No wireless mice where used or tested. Connections where: Mouse - MacBook Mouse - Dell Hub - MacBook Mouse - Apple Keyboard - Dell Hub - MacBook Checking the Trace in Instruments reveals that the scrolling via mouse wheel get processe

Re: Scrolling differences when using Trackpad or Mouse-Wheel

2018-06-21 Thread Michael Starke
I never ran the checks so deeply, I just codesign the app and never had problems. spctl --verbose=4 --assess --type=execute MacPass\ 0.7.3.app MacPass 0.7.3.app: accepted source=Developer ID Only type=open fails, which is something I never thought about, can anyone point me towards how to fix t

Re: Scrolling differences when using Trackpad or Mouse-Wheel

2018-06-20 Thread Jack Brindle
Logitech mice don’t have drivers for the Mac these days, but the Options software can add interesting capabilities. It is not required for general use, but is required if you want any of the additional buttons or features to be used. The next question I would ask is how you have the mouse attac

Re: Scrolling differences when using Trackpad or Mouse-Wheel

2018-06-20 Thread Michael Starke
I'm providing a development snapshot that is build using travis and I did not want to vent my certificate to any third parties even if the setup is considered save. Official release (like 0.7.3) are properly signed. - Michael > On 20. Jun 2018, at 17:24, Richard Charles wrote: > > >> On Jun

Re: Scrolling differences when using Trackpad or Mouse-Wheel

2018-06-20 Thread Richard Charles
> On Jun 20, 2018, at 5:53 AM, Michael Starke > wrote: > > I'm using a Logitech mouse without any additional drivers installed. > > I tried using a couple of Logitech mouses, directly attached to the Laptop, > attached to the Hub inside the monitor, nothing changes. Every mouse behaves > the

Re: Scrolling differences when using Trackpad or Mouse-Wheel

2018-06-20 Thread Michael Starke
I'm using a Logitech mouse without any additional drivers installed. I tried using a couple of Logitech mouses, directly attached to the Laptop, attached to the Hub inside the monitor, nothing changes. Every mouse behaves the same way that is, it's lagging on the initial scroll. I'll try to fin

Re: Scrolling differences when using Trackpad or Mouse-Wheel

2018-06-20 Thread Alastair Houghton
On Jun 19, 2018, at 2:56 AM, Michael Starke mailto:michael.sta...@hicknhack-software.com>> wrote: > > Hi list, > > I'm currently trying to find the bottleneck in my app MacPass that's causing > the scrolling in the main table to be sluggish. > > Before diving deeply into Instruments to find th

Re: Scrolling differences when using Trackpad or Mouse-Wheel

2018-06-19 Thread Jack Brindle
What’s the mouse? It’s not from Apple, so what is it, how is it connected and does it use any software to help it work? Jack > On Jun 19, 2018, at 2:56 AM, Michael Starke > wrote: > > Hi list, > > I'm currently trying to find the bottleneck in my app MacPass that's causing > the scrolling