Re: [perl-win32-gui] hashes/anonymous arrays

2000-10-25 Thread Aldo Calpini
[EMAIL PROTECTED] wrote: I already tried using the command line with the -d flag, but to no avail. the script (still in progress of course) is attached. it's a very simple logical error. you're going into Win32::GUI::Dialog() before the hashes are initialized, so that of course they contain

Re: [perl-win32-gui] hashes/anonymous arrays

2000-10-25 Thread Aldo Calpini
Aldo Calpini wrote: it's a very simple logical error. you're going into Win32::GUI::Dialog() before the hashes are initialized, so that of course they contain nothing ;-) BTW, k00l script! ;-) cheers, Aldo __END__ $_=q,just perl,,s, , another ,,s,$, hacker,,print;

[perl-win32-gui] ItemInfo Click event

2000-10-25 Thread Jonathan Southwick
Is there any way to distinguish between hovering the mouse over a particular item in a ListView and actually clicking on the item? Or is there a double-click event for the ListView? I use an ItemClick event in my program and it reads a click when the mouse hovers over any item. Jonathan

Re: [perl-win32-gui] ItemInfo Click event

2000-10-25 Thread Jonathan Southwick
The listview.pl that is included as a sample does the same thing I mentioned. All I have to do is hover my mouse pointer over an item and it acts like it has been clicked. Here is the code that constructs my listview: $MainWindow-AddListView( -name = "DataView", -top=

Re: [perl-win32-gui] hashes/anonymous arrays

2000-10-25 Thread EvanK40767
oh...heh, that's kind of embarrassing...well, thanks a bunch! -EvanK