[perl-win32-gui-users] Archives

2001-06-14 Thread Hirosi Taguti
I like to search on Perl-Win32-GUI-Users Archives. But when I enter search-word & push "Search Perl-Win32-GUI-Users" button at, http://www.geocrawler.com/lists/3/SourceForge/8381/0/ I get always, "There were no matches for how found on the website." Any help, please. -- Hirosi Taguti [EMAIL PROTE

RE: [perl-win32-gui-users] RE: How to change tip for Notify Icon

2001-06-14 Thread Frazier, Joe Jr
Thanks Johan, but i am fairly new to GUI Dev. I have a little knowledge of VB, and have been working in Perl for about 3 years, but none of it has used core API calls directly. Also, I have never needed to use pack/unpack before, so I am not sure of the intricate details. Here is a sample, perh

Re: [perl-win32-gui-users] TreeView... how to detect right-mouse click (and coords...)

2001-06-14 Thread Jonathan Southwick
Simon,. I can answer the second question. In the subroutine that captures the event invoking the popup menu you can do this: my($X, $Y) = Win32::GUI::GetCursorPos(); $MainWindow->TrackPopupMenu($PopupMenu->{ItemProp},$X, $Y); In this case ItemProp is the name given to the popup menu.

[perl-win32-gui-users] TreeView... using 3rd party (non-Microsoft) controls?

2001-06-14 Thread Simon Hardy-Francis
Dear fellow GUI fans, Say for example that I want to bind a bigger / faster TreeView control with my Perl script (e.g. the FlyTree control from http://imcasys.com/cgi-bin/components.cgi?act=1&cid=1)... How to do this? Can one somehow ask Win32::GUI to recognize other controls or must one exten

[perl-win32-gui-users] TreeView... how to detect right-mouse click (and coords...)

2001-06-14 Thread Simon Hardy-Francis
Dear fellow GUI fans, Say I want have a right-mouse-click driven context pop-up menu in a TreeView... 1. How to discover when the right-mouse-button is pressed and relate it to a particular tree node? ...TreeView methods only seem to support left clicking, or? 2. How to figure out the screen c