On 30.11.01 at 09:51 Piske, Harald wrote:
>Methinks, tooltips is a functionality inherent in GUI ... somewhere
...
maybe here ... or under there ...
It's mentioned, but afaik not implemented yet.
># get right-click in listview
>sub DataView_RightClick {
> my($X, $Y) = Win32::GUI::GetCursorPos();
How do you get the _RightClick event for the whole window?
That is the crux of the biscuit (or the apostrophe :-) ).
It is not actually documented, even for ListView. I don't use a
ListView at all. What we need is a general RightClick event for
windows, and for some widgets. For example, if you made an editor,
you'd want one for the editing/typing area, i.e. the RichEdit widget.
How else do you create the standard (and expected) Cut/Copy/Paste menu?
Marcus