Re: Fwd: Re: [win32gui] [perl-win32-gui-hackers] Win32::GUI::Dialog() failure

2005-12-18 Thread Arthur Schwarz
On approximately 12/17/2005 6:46 AM, came the following characters from the keyboard of Arthur Schwarz: > Robert; "... For example, my last email just suggested doing a form of linear searching, because it would allow space to be saved but this can be fully optimal in certain circumstances

Fwd: Re: [win32gui] [perl-win32-gui-hackers] Win32::GUI::Dialog() failure

2005-12-17 Thread Arthur Schwarz
Robert; As always, THANKS. I'll check out your solution (probably) Monday. Wrt your constants rework, did you run a timing study and comparison with the 'old' method. Someone (one of the unbelievers I'm sure) said that I should do it after I proposed that a binary search be used. Drat. I found t

Re: [win32gui] [perl-win32-gui-hackers] Win32::GUI::Dialog() failure

2005-12-17 Thread Jeremy White
Arthur I Schwarz wrote: I'm have partitioned my program into modules: ::GUI The program driver is in : .anonymous subroutine (the nameless thing at the end) &StartWindows # &::GUI::StartWindows and ::GUI::StartWindows I do: $window->show(); Win32::GUI::Dialog(); The window dis

Re: [win32gui] [perl-win32-gui-hackers] Win32::GUI::Dialog() failure

2005-12-16 Thread Robert May
Arthur I Schwarz wrote: I'm have partitioned my program into modules: ::GUI The program driver is in : .anonymous subroutine (the nameless thing at the end) &StartWindows # &::GUI::StartWindows and ::GUI::StartWindows I do: $window->show(); Win32::GUI::Dialog(); The window dis