Re: [perl-win32-gui-hackers] Win32::GUI::Button align problem

2004-10-08 Thread Glenn Linderman
On approximately 10/8/2004 10:42 AM, came the following characters from the keyboard of Laurent ROCHER: Oups, correct and test it too fast :o) Yes, and I could see there was a problem, but it took me 3 tries to describe it properly! So I understand the problems of doing things too fast. G

Re: [perl-win32-gui-hackers] Win32::GUI::Button align problem

2004-10-08 Thread Laurent ROCHER
Oups, correct and test it too fast :o) It's work when i test because center is default. > > > >> Hi Blair, > >> > >> Fix and commit on CVS. > > or alternately (to expose that BS_CENTER is BS_LEFT | BS_RIGHT) > > > > SwitchBit(perlcs->cs.style, BS_RIGHT, 1); > > Sw