1. setHint () with PushButton in FlatToolBar
- Posted by tone.skoda at siol.net
Oct 07, 2001
There is no tool tip if i use setHint () with PushButton in FlatToolBar.
What's up with that?
It looks like i was automatically unsibsribed (once again) from euforum,
because i dont receive any messages.
2. Re: setHint () with PushButton in FlatToolBar
----- Original Message -----
From: <tone.skoda at siol.net>
To: "EUforum" <EUforum at topica.com>
Subject: setHint () with PushButton in FlatToolBar
>
> There is no tool tip if i use setHint () with PushButton in FlatToolBar.
> What's up with that?
>
You have found a bug. To fix this, you need to insert one line of code.
Find the function header that looks like ...
function fDoTTN_GETDISPINFO(integer id, atom hWnd, atom wParam, atom
lParam)
Now insert this line ...
id = wParam
as the first line in the function. It should go just before this line ...
if id > 0 and id <= length(window_tooltip) then
---------------
Derek.