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
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
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.
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
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
5 matches
Mail list logo