RE: Formatting the Column Headers of a ListCtrl

2013-04-04 Thread Steve Cookson
It isn't implemented in wxWidgets Hi Guys, just an update on this. I played with it at the time, just out of curiosity, but then, of course, I discovered that I needed something like this too. I chose not to go down the Wx::Grid route, because, really, I like the behaviour of wxListCtrl, so

Wx 0.9918 Released to CPAN

2013-04-04 Thread Mark Dootson
Hi, Wx 0.9918 has been released and all binary distributions updated. http://www.wxperl.it/2013/04/wx-09918-released.html Cheers Mark

[rt.cpan.org #84435] no matching function for call to wxFontEnumerator::GetEncodings

2013-04-04 Thread Alexandr Ciornii via RT
Thu Apr 04 14:44:52 2013: Request 84435 was acted upon. Transaction: Ticket created by CHORNY Queue: Wx Subject: no matching function for call to wxFontEnumerator::GetEncodings Broken in: 0.9918 Severity: Normal Owner: Nobody Requestors: cho...@cpan.org Status:

[rt.cpan.org #84435] no matching function for call to wxFontEnumerator::GetEncodings

2013-04-04 Thread Mark Dootson via RT
Thu Apr 04 15:01:29 2013: Request 84435 was acted upon. Transaction: Correspondence added by MDOOTSON Queue: Wx Subject: no matching function for call to wxFontEnumerator::GetEncodings Broken in: 0.9918 Severity: Normal Owner: Nobody Requestors: cho...@cpan.org

Wx test failures on OSX Lion

2013-04-04 Thread Wallace Winfrey
I am trying to build Wx 0.9918 with my perlbrew-managed 5.16.2 (w/threads) install, and I get the following failures during the test. Is there something I'm missing? The Google was unhelpful in assisting me in my search for resolution. TIA /01_load.t ... Failed 5/6 subtests

Re: Wx test failures on OSX Lion

2013-04-04 Thread Mark Dootson
Hi, On 04/04/2013 20:43, Wallace Winfrey wrote: I am trying to build Wx 0.9918 with my perlbrew-managed 5.16.2 (w/threads) install, and I get the following failures during the test. Is there something I'm missing? The Google was unhelpful in assisting me in my search for resolution. Google

Lag before paint events in a TreeCtrl.

2013-04-04 Thread Ian Macdonald
Hi, I've got a fairly simple screen where I'm doing drag-and-drop inside a TreeCtrl. Since it's inside a single control, I'm not using the Wx support for d-n-d, I'm just setting a flag on left-down, calling $tree-Refresh on each motion event (when the flag is set) and making the paint handler