Re: PCButton - tracking rect

2019-05-27 Thread Riccardo Mottola
Hi Sergii, It is not easy to reproduce On 2019-05-22 10:34:36 + Sergii Stoian wrote: With windowmaker, some tooltips work, sometimes they don't show, the behaviour is - move pointer over button - TT doesn't show In my case, TT moves with mouse cursor (as it should). Here too, once

Re: PCButton - tracking rect

2019-05-22 Thread Sergii Stoian
Hi Fred, On Wed, May 22, 2019 at 10:39 AM Fred Kiefer wrote: > > > > Am 22.05.2019 um 08:53 schrieb Riccardo Mottola < > riccardo.mott...@libero.it>: > > > > Sergii Stoian wrote: > >> I've wrote tooltips for ProjectCenter PCButton's implementation. After > that someone has copied this

Re: PCButton - tracking rect

2019-05-22 Thread Sergii Stoian
Hi Riccardo, On Wed, May 22, 2019 at 9:53 AM Riccardo Mottola wrote: > Hi Sergii, > > Sergii Stoian wrote: > > I've wrote tooltips for ProjectCenter PCButton's implementation. After > > that someone has copied this implementation into NSView. > > I looked into ProjectCenter sources long time

Re: PCButton - tracking rect

2019-05-22 Thread Fred Kiefer
> Am 22.05.2019 um 08:53 schrieb Riccardo Mottola : > > Sergii Stoian wrote: >> I've wrote tooltips for ProjectCenter PCButton's implementation. After that >> someone has copied this implementation into NSView. >> I looked into ProjectCenter sources long time ago. I was convinced that >>

Re: PCButton - tracking rect

2019-05-22 Thread Riccardo Mottola
Hi Sergii, Sergii Stoian wrote: I've wrote tooltips for ProjectCenter PCButton's implementation. After that someone has copied this implementation into NSView. I looked into ProjectCenter sources long time ago. I was convinced that PCButton's private tooltips implementation was replaced with

Re: PCButton - tracking rect

2019-05-20 Thread Riccardo Mottola
Hi Sergii, Sergii Stoian wrote: Hi Riccardo, I've wrote tooltips for ProjectCenter PCButton's implementation. After that someone has copied this implementation into NSView. I looked into ProjectCenter sources long time ago. I was convinced that PCButton's private tooltips implementation was

Re: PCButton - tracking rect

2019-05-20 Thread Sergii Stoian
Hi Riccardo, I've wrote tooltips for ProjectCenter PCButton's implementation. After that someone has copied this implementation into NSView. I looked into ProjectCenter sources long time ago. I was convinced that PCButton's private tooltips implementation was replaced with NSView's. On Mon, May

PCButton - tracking rect

2019-05-19 Thread Riccardo Mottola
Hi all, in ProjectCenter's PCButton access to private ivar _tracking_rects is done (actually in our header it is PACKAGE_SCOPE , I don't know exactly, but it must translate into private). How could I avoid that? apparently it is a hard error on latest clang, but it is ugly anyway. I