Patrice,
Firstly, a Windows "regular tooltip" has its own logic to determine where to pop up depending on the space available between itself and the screen margins, pretty much like a Windows regular popup menu window would do, overriding your custom placement commands.
Secondly, a Windows regular cursor icon is 32x32 px large. In the most general case, its visible content's size is unpredictable (i.e. arbitrary, like in an arrow, cross, bar, hand, etc), and the only thing we can determine for sure is the exact location of its hot spot. With this in mind, how would you suggest we place our custom tip with respect to the cursor's visible content so as to neither obscure the cursor or tip text nor make the gap between the cursor and tool tip way too large
unless we also provide the window class structure with our custom cursor icon whose visible content size is guaranteed to be known in advance?
And lastly, that said, I see no problem in placing the info tip according to the same rules your WinLIFT "
regular custom tooltip" uses to pop up on the screen. I just wanted to stress those rules are not fool proof.
Will do in the next patch.
