Re: [Lazarus] Tooltips in editor not working with trunk

2008-09-06 Thread Mattias Gaertner
On Tue, 02 Sep 2008 13:56:07 +0200 Marc Weustink <[EMAIL PROTECTED]> wrote: > Mattias Gärtner wrote: > > Zitat von Graeme Geldenhuys <[EMAIL PROTECTED]>: > > > >> Hi, > >> > >> Yesterday I got a svn update (trunk). I'm currently running v0.9.25 > >> r16273M i386-linux-gtk > >> > >> If I now mouse

Re: [Lazarus] Tooltips in editor not working with trunk

2008-09-03 Thread Marc Weustink
Felipe Monteiro de Carvalho wrote: > On Tue, Sep 2, 2008 at 3:32 PM, Graeme Geldenhuys > <[EMAIL PROTECTED]> wrote: >> PS: >> I did a search for "spurious WM_MOUSEMOVE message" as you suggested. >> Talk about code duplication!! Or was that by design? >> win32callback.inc and wincecallback.inc hav

Re: [Lazarus] Tooltips in editor not working with trunk

2008-09-02 Thread Felipe Monteiro de Carvalho
On Tue, Sep 2, 2008 at 3:32 PM, Graeme Geldenhuys <[EMAIL PROTECTED]> wrote: > PS: > I did a search for "spurious WM_MOUSEMOVE message" as you suggested. > Talk about code duplication!! Or was that by design? > win32callback.inc and wincecallback.inc have a LOT of identical code! > Not the best

Re: [Lazarus] Tooltips in editor not working with trunk

2008-09-02 Thread Vincent Snijders
Graeme Geldenhuys schreef: > PS: > I did a search for "spurious WM_MOUSEMOVE message" as you suggested. > Talk about code duplication!! Or was that by design? > win32callback.inc and wincecallback.inc have a LOT of identical code! > Not the best design to be honest. > > To see what I mean do th

Re: [Lazarus] Tooltips in editor not working with trunk

2008-09-02 Thread Graeme Geldenhuys
On Tue, Sep 2, 2008 at 7:58 PM, Vincent Snijders <[EMAIL PROTECTED]> wrote: > > The LCL win32 interface doesn't send mouse move notifications to the > LCL, unless the mouse position has changed. Search for "spurious > WM_MOUSEMOVE message" in the interfaces\win32 directory. Ah, so LCL win32 interf

Re: [Lazarus] Tooltips in editor not working with trunk

2008-09-02 Thread Vincent Snijders
Graeme Geldenhuys schreef: > On Tue, Sep 2, 2008 at 1:33 PM, Mattias Gärtner > <[EMAIL PROTECTED]> wrote: >> This is known. >> The hint is hidden, because of a mouse move message to the window. >> I had not yet the time to find a good solution. > > Thanks for the feedback. > > Speaking of tooltip

Re: [Lazarus] Tooltips in editor not working with trunk

2008-09-02 Thread Graeme Geldenhuys
On Tue, Sep 2, 2008 at 1:33 PM, Mattias Gärtner <[EMAIL PROTECTED]> wrote: > > This is known. > The hint is hidden, because of a mouse move message to the window. > I had not yet the time to find a good solution. Thanks for the feedback. Speaking of tooltips and mouse move messages. Not really r

Re: [Lazarus] Tooltips in editor not working with trunk

2008-09-02 Thread Marc Weustink
Mattias Gärtner wrote: > Zitat von Graeme Geldenhuys <[EMAIL PROTECTED]>: > >> Hi, >> >> Yesterday I got a svn update (trunk). I'm currently running v0.9.25 >> r16273M i386-linux-gtk >> >> If I now mouse over a function/procedure the declaration tooltip does >> not appear. This worked before the u

Re: [Lazarus] Tooltips in editor not working with trunk

2008-09-02 Thread Mattias Gärtner
Zitat von Graeme Geldenhuys <[EMAIL PROTECTED]>: > Hi, > > Yesterday I got a svn update (trunk). I'm currently running v0.9.25 > r16273M i386-linux-gtk > > If I now mouse over a function/procedure the declaration tooltip does > not appear. This worked before the update. This is known. The hint is

[Lazarus] Tooltips in editor not working with trunk

2008-09-02 Thread Graeme Geldenhuys
Hi, Yesterday I got a svn update (trunk). I'm currently running v0.9.25 r16273M i386-linux-gtk If I now mouse over a function/procedure the declaration tooltip does not appear. This worked before the update. Regards, - Graeme - ___ fpGUI - a cross