Re[2]: [win32gui] [perl-win32-gui-users] How to draw GridLayout?

2005-02-20 Thread Alexander Romanenko
Thanks, I considered sequence of a call of methods. It works. RM> Hi, RM> Interestingly I was looking at this just yesterday. The draw() method RM> draws lines directly on the DC (device context), and for this to have RM> any effect, the window must be visible. So make sure you have called RM>

[perl-win32-gui-users] HyperLink.pm v0.11 available

2005-02-20 Thread Robert May
Hi, Have updated my HyperLink.pm module, taking into account previous comments. It is available for download from http://www.robmay.me.uk/win32gui/ Summary of changes: - Wrote initial test suite - Turned comments into pod documentation, and completed documentation - Made API backward compati

Re: [win32gui] [perl-win32-gui-users] How to draw GridLayout?

2005-02-20 Thread Robert May
Hi, Interestingly I was looking at this just yesterday. The draw() method draws lines directly on the DC (device context), and for this to have any effect, the window must be visible. So make sure you have called Show() on the window you want to draw on ... Also you will see that no re-pai