[perl-win32-gui-users] Using GetOpenFileName

2001-05-03 Thread Piet De Jong
Hi I want to be able to show a dialog box with just a directory listing. Can I pass any parameters to the function GetOpenFileName to only show information relative to directories return the selected directory ? Or is there a different function that I need to use ? Many thanks, Piet

Re: [perl-win32-gui-users] Windows freezing

2001-05-03 Thread Aldo Calpini
[EMAIL PROTECTED] wrote: > I do not think it is a problem of LWP but Win32::GUI. because > when I used to run very similar procedure as a CGI script under > Apache web server, that is without Win32::GUI ,there were not > such problems. woah! this is, perhaps, the most pure nonsense since the ep

Re: [perl-win32-gui-users] Windows freezing

2001-05-03 Thread Morbus Iff
At 10:54 AM 5/3/01, [EMAIL PROTECTED] wrote: >Dear Morbus, >Thank you for your email. >> In essence, LWP uses a blocking call to do whatever it's trying to do. >> Meaning that while LWP is running, Win32::GUI isn't listening to >> events, which is why the window appears to freeze (it's really jus

Re: [perl-win32-gui-users] Windows freezing

2001-05-03 Thread export
Dear Morbus, Thank you for your email. > In essence, LWP uses a blocking call to do whatever it's trying to do. > Meaning that while LWP is running, Win32::GUI isn't listening to > events, which is why the window appears to freeze (it's really just > not listening to your mouseclicks or your windo

Re: [perl-win32-gui-users] AutoScrolling a RichEdit?

2001-05-03 Thread Morbus Iff
>The workaround is: >$logbox->SendMessage (0x115, 7, 0); # scroll to bottom >$logbox->SendMessage (0x115, 2, 0); # scroll one page up >$logbox->SendMessage (0x115, 1, 0); # scroll one line down > >Or, how about one line per \n in the message plus one for the \n added >outside the