RE: [perl-win32-gui-users] Skins in Win32-GUI

2006-02-27 Thread Jeremy White
Here's a much improved version. Nice example:) If you come across functions that are "missing" from Win32-GUI, make a list of them as they can be added (in most cases) very easily. Cheers, jez.

RE: [perl-win32-gui-users] Skins in Win32-GUI

2006-02-27 Thread Plum, Jason
From the examples I have sen on non-perl sites, the pixel lineup issue is actually a pre XP vs XP issue. I'll try to find it again to see what we can do to make the alignments. Something about the applications' theming in XP. The adjustment is soemthing in the order of 2-4 pixels. Jason P.

Re: [perl-win32-gui-users] Change()

2006-02-27 Thread Octavian Rasnita
From: "Glenn Linderman" <[EMAIL PROTECTED]> > > Does anyone have an example of using the Change() method (or another way) > > for modifying the text that appears in the menus? > >$m_config->{'sGetDataDir'}->Change( -text => > "&reset data directory ($datadir)" ); > > where $m_config is th

Re: [perl-win32-gui-users] Change()

2006-02-27 Thread Octavian Rasnita
From: "Glenn Linderman" <[EMAIL PROTECTED]> > > didn't help either. I'm out of my depth here; given that this stuff > doesn't work in the case you are trying (which I had never tried), but > does work in other cases (like I use all over the place, and as above, > for Test, I don't have any more i

Re: [perl-win32-gui-users] global destruction

2006-02-27 Thread Robert May
Octavian Rasnita wrote: I have tried to set an event handler -onLostFocus, but if the control loses the focus when the application closes (alt+F4), it gives the following error: Can't call method "Text" on an undefined value at E:\lucru\agenda\agenda.pl line 68 during global destruction. How ca

Re: [perl-win32-gui-users] global destruction

2006-02-27 Thread Octavian Rasnita
From: "Robert May" <[EMAIL PROTECTED]> > Octavian Rasnita wrote: > > I have tried to set an event handler -onLostFocus, but if the control loses > > the focus when the application closes (alt+F4), it gives the following > > error: > > > > Can't call method "Text" on an undefined value at E:\lucru\a