[perl-win32-gui-users] Capturing 'enter key' with Richedit

2001-06-12 Thread Carolyyne Courtney
Hi, Is there any way that I can capture the 'enter key' when entering text using Richedit. What I am am trying to do is: The user types in a line of text and then hits enter. At this point the text is evaluated in a sub routine and a response printed in the Richedit box. The user then ente

RE: [perl-win32-gui-users] TreeView... how to add those little ic ons...?

2001-06-12 Thread Piske, Harald
It's -lines => 1, -buttons => 1, in the TreeView definition. For a sample, feel free to look up www.fairymails.com/perl/ Click on wex.pl, download the zip and see the wex.ui file. Have fun, Harald > -Original Message- > From: Simon Hardy-Francis [mailto:[EMAIL PROTECTED] >

[perl-win32-gui-users] TreeView... how to add those little icons...?

2001-06-12 Thread Simon Hardy-Francis
Dear fellow GUI fans, I've been fiddling with the TreeView but how to get little icons (e.g. + and - boxes etc) shown in the view? Anybody know or better got a link to some example code? Thanks, Simon Powered by the Email PIM - Info Select - www.miclog.com

Re: [perl-win32-gui-users] ListView Item Click and Windows 2000

2001-06-12 Thread Jonathan Southwick
Heh ... I meant Windows 2000; just trying my best to short-change Microsoft whenever i can. ;] And double-lick event? You'd think I was talking about a lollipop or something. ;] Later days ... Jonathan -- Jonathan Southwick [EMAIL PROTECTED] Technical & Network Services Allegh

Re: [perl-win32-gui-users] ListView Item Click and Windows 2000

2001-06-12 Thread Jonathan Southwick
Kevin, The same thing happens to me in Windows 200 and it happened in NT 4.0 as well. The way I got around it was to look for a double-lick event instead. Something like: sub DataView_DblClick { ## code for double-click event } should work just fine. DataView is the name given to my lis

[perl-win32-gui-users] ListView Item Click and Windows 2000

2001-06-12 Thread Kevin . ADM-Gibbs
Has anyone else found that under Windows 2000 leaving the mouse cursor over a list view item causes an ItemClick event? Its almost as if there is a MouseOver event. If its not just me that gets this, does anyone have any thoughts on how to turn this behaviour off so that only a real click of the

[perl-win32-gui-users] Animation

2001-06-12 Thread daryll . elston
I have been trying various methods, ProgressBar, Flashing Text etc. to show some form of Progress whilst files are bieng added to a Zip Archive using Win32::ZIP, alas no luck even after some inspired help from the list. As one last effort I am trying to display an AVI that I created but again nothi

Re: [perl-win32-gui-users] List of attributes

2001-06-12 Thread Johan Lindstrom
Kevin wrote: I have noticed that some people reference some page at Micro$oft that lists some possible window attributes. I don't remember from where I downloaded the Win32 API help file I use, but try the "Win32 API Reference" from this page: http://www.winprog.org/resources.html There m