Re: [perl-win32-gui-hackers] Constants and hashing [Was: Win32::GUI::Dialog() failure]

2005-12-19 Thread Arthur I Schwarz
Glenn Linderman <[EMAIL PROTECTED]>

Re: [perl-win32-gui-hackers] Constants and hashing [Was: Win32::GUI::Dialog() failure]

2005-12-19 Thread Jeremy White
our original discussions until now, I think it may be more worthwhile to figure out how to make _all_ 18000 constants available to Win32::GUI programs, without paying a huge price in memory. Those constants that actually get used get cached in the stash anyway... If speed isn't the issue t

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

2005-12-19 Thread Arthur I Schwarz
OK, I AM A NOVICE. That means "Idiot's Guide to ..." are just too sophisticated. I have a problem ("What's your problem."). I can't seem to get windows events to call my event handlers (original topic). I have modularized my code so that: a.pl control logic module a/b.pm GUI handler

Re: [perl-win32-gui-hackers] Constants and hashing [Was: Win32::GUI::Dialog() failure]

2005-12-19 Thread Arthur I Schwarz
"Jeremy White" <[EMAIL PROTECTED] l.com>

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

2005-12-19 Thread Jeremy White
I think I've followed all the suggestions. I've tried to put use scoping correctly, and I've found out that the only thing that the exporter seems to export are subroutine names. It's clear that I don't know what I'm doing. Any more suggestions? could you post an example? Cheers, jez.