Re: [matplotlib-devel] wx back-end bugs/issues

2008-05-06 Thread Christopher Barker
Michael Droettboom wrote: >> 1) A couple icons seem to be missing. See screenshot enclosed. It looks like Gregor solved this one. >> 1) use: >> >> filename.encode('ASCII', 'replace') >> >> on the string before using it, so that you'll get an odd name with >> non-ascii charactors but at least it

Re: [matplotlib-devel] wx back-end bugs/issues

2008-05-06 Thread John Hunter
On Tue, May 6, 2008 at 8:49 AM, Gregor Thalhammer <[EMAIL PROTECTED]> wrote: > I also discovered this behaviour. It seems to be a Windows only specific > behaviour that only affects the bitmaps of the disabled (or grayed out) > toolbar buttons. A solution I found is to use the png toolbar bitmaps

Re: [matplotlib-devel] wx back-end bugs/issues

2008-05-06 Thread Gregor Thalhammer
Chris Barker schrieb: Hi all, I usually use MPL embedded in wx, so I haven't noticed these before but with the pylab window: 1) A couple icons seem to be missing. See screenshot enclosed. I also discovered this behaviour. It seems to be a Windows only specific behaviour that only affects the

Re: [matplotlib-devel] wx back-end bugs/issues

2008-05-06 Thread Michael Droettboom
Chris Barker wrote: > Hi all, > > I usually use MPL embedded in wx, so I haven't noticed these before > but with the pylab window: > > 1) A couple icons seem to be missing. See screenshot enclosed. I believe that's the way disabled buttons are drawn on Windows (or perhaps we need to provide disab