[perl-win32-gui-users] Re: TextField entry

2003-11-28 Thread Glenn Linderman
I think it should work now in my version with the accelerator key fixes. I'd be glad to send you that version for testing if you would like it; I hope to get a patch to Laurent for the accelerator key fixes before the weekend is over, and before my hard disk completely dies :( :( :( On approxi

Re: [perl-win32-gui-users] vscroll problemm

2003-11-28 Thread Laurent ROCHER
Hi, Adding a scroll bar on a window don't automaticly scroll it's client area. It's only show a scrollbar. I don't think it's possible to manage this scroll bar for update your window (with current Win32::GUI version). Laurent. > Hi ! > Help, please ;) > > Why my Button is not "sroll

Re: [perl-win32-gui-users] Exchange Admin!

2003-11-28 Thread Steve Pick
That isn't really a Win32::GUI question. I've done stuff like this with an Active Directory server before, but can't remember how i did it. In the end i think i had to use Win32::API and Win32::OLE, since Net::LDAP just didn't work for me. Check out MSDN, i learned a lot from there, i can probably

[perl-win32-gui-users] vscroll problemm

2003-11-28 Thread Левин
Hi ! Help, please ;) Why my Button is not "srollable" ? Thank's. use Win32::GUI; $W = new Win32::GUI::Window( -title => "test", -left => 100, -top=> 100, -width => 280, -vscroll => 1, #!! -height => 280,

[perl-win32-gui-users] Re: TextField entry

2003-11-28 Thread Glenn W Munroe
Glenn, I know that accelerator tables are broken and that you've put a lot of work into figuring out why. I could never get them to work at all; will this work now or just when the long-awaited fix is released? If it will work now, would you please post a snippet of code so I can see what I'm doin