RE: [perl-win32-gui-users] Right-Click, Tooltips

2001-11-30 Thread Piske, Harald
OK, let me re-post another of my postings that I have re-posted before ... not your fault, as I said, you could not have found that in the archive. Two things: a) if you use classes, you get some mouse-related events (see below). NOT Right_Click, that only comes with some controls. But you can us

RE: [perl-win32-gui-users] Right-Click, Tooltips

2001-11-30 Thread Marcus
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()

Re: [perl-win32-gui-users] Right-Click, Tooltips

2001-11-30 Thread Marcus
On 30.11.01 at 12:46 Erick Bourgeois wrote: >Aldo already made a HyperLink module... Oops, misunderstanding. I meant to create it as a separate module like Hyperlink.pm, rather than inside GUI.pm. Marcus

RE: [perl-win32-gui-users] Right-Click, Tooltips

2001-11-30 Thread Piske, Harald
Methinks, tooltips is a functionality inherent in GUI ... somewhere ... maybe here ... or under there ... As for the right-clix, knowing that the archive search function does not find anything at all, I searched my own, private mailbox folder and am happy to re-post my own posting: -Original

[perl-win32-gui-users] Right-Click, Tooltips

2001-11-30 Thread Marcus
Okay, is in anyone else interested in trying to get Tooltips and Window_RightClick (for context menus) working? I don't know anything about Win32 internals, but if some people in the know could supply help, then I'll try. I was thinking of creating separate modules like Hyperlink.pm for now. Is th