Re: [perl-win32-gui-hackers] Rebar.xs - Some Changes

2004-01-23 Thread Jez White
Well, you learn something new everyday:) I just did a quick search and there is no documentation for this option - is it just used for each window, with all the child controls effected? Time for the pub... Cheers, jez. - Original Message - From: Laurent ROCHER To: Jez White ; W

Re: [perl-win32-gui-hackers] Rebar.xs - Some Changes

2004-01-23 Thread Laurent ROCHER
No, this option exist since NEN is add to Win32::GUI. It's enable using of both NEM/OEM model. Valid value are 'byname' (OEM), 'byref' (NEM) and 'both' (OEM/NEM) Laurent. - Original Message - From: Jez White To: Laurent ROCHER ; Win32 GUI Hackers Sent: Friday, January 23, 2004 9

Re: [perl-win32-gui-hackers] Rebar.xs - Some Changes

2004-01-23 Thread Jez White
The option -eventmodel => 'both' - is this new? I have been experiencing really odd problems as I've been converting my app from OEM to NEM - I had assumed it was my code - Is there problems using a mixture of OEM and NEM? Thanks, jez. - Original Message - From: Laurent ROCHER

Re: [perl-win32-gui-hackers] Rebar.xs - Some Changes

2004-01-23 Thread Laurent ROCHER
I try to commit on CVS but Developer CVS access will be offline for maintenance :( I found and correct BandInfo crash. I have add some new methods too. See change in attached file. For me, HeightChange don't work only if you use NEM in main window and OEM for Rebar. It work in pure OEM model or

[perl-win32-gui-hackers] Rebar.xs - Some Changes

2004-01-23 Thread Jez White
Hi, I've gone through Rebar.xs and added documentation for all the methods - I've also created two new methods, ShowBand and HideBand. The method BandInfo is broken (causes a crash). The ChangeBand method is missing, and would be similar in structure to BandInfo - but both are beyond my skill