Re: [perl-win32-gui-hackers] New Win32::GUI code in MAIN CVS.

2004-03-28 Thread Laurent ROCHER
Hi, Some small bug fix : - UpDown : + Fix Scroll event. - GUI_Events.cpp : + In DoEvent_* functions : PERLWIN32GUI_EVENTHANDLING is set after event call. I looking for NEM support for accelerator and i don't know if my current implementation was good. If you look in sample

Re: [perl-win32-gui-hackers] Examples for future builds

2004-03-28 Thread Jez White
Agreed. I was thinking that we should have a set of simple examples for each control (toolbar.pl, listview.pl, listview2.pl, rebar.pl etc). As well, as complete applications, such as the notepad suggestion. As a summery: * All code commented * No hardcoded constants * Use methods, not send me

Re: [perl-win32-gui-hackers] Examples for future builds

2004-03-28 Thread Laurent ROCHER
I think we need to keep caution than sample must be commented, well designed and don't show bad thing ;o) I suggest not have hard coded constant or strange -style option, replace sendmessage by standard method (if availlable)... We probably need small basic sample and more complex sample. Why n

Re: [perl-win32-gui-hackers] New Win32::GUI code in MAIN CVS.

2004-03-28 Thread Laurent ROCHER
Hi All, I commit new stuff. I add reference of Sourceforge Tracker BUG and RFE in changelog. I close someone but need to check if other can be already close or fix. Changelog : [#627779] : Not able use with embedded perl [#918896] : No [Dbl]RightClick events in NEM [#921170] : 670: D

[perl-win32-gui-hackers] Examples for future builds

2004-03-28 Thread Jez White
Hi, Laurent has created a directory under CVS for examples that will be included in future builds of the new code line. I was thinking of committing some examples today - but was wondering if there is any formal process I should adhere to? I'm also going to ask for examples from the users mail