[wxPython-users] LCD vs CRT Monitors Issues (!)
Andrea Gavana
andrea.gavana at gmail.com
Fri Nov 9 10:29:26 PST 2007
Hi All,
On Nov 2, 2007 10:51 PM, Robin Dunn wrote:
> Just doing DrawText when you need to draw it would probably be more
> efficient than trying to play games with alpha and bitmaps. The
> platform has already optimized the heck out of text drawing and aliasing
> so you may as well use it.
I've actually followed Robin's suggestion and removed that voodoo
bitmap drawing, using DrawText when it's needed. I have placed the new
implementation in the usual place:
http://xoomer.alice.it/infinity77/main/freeware.html#flatmenu
I have also hacked HyperTreeList to remove some bugs reported by
wxPython users. You can find it here:
http://xoomer.alice.it/infinity77/main/freeware.html#hypertreelist
I would be happy if someone could test the modifications I made on
these 2 widgets and report back bugs/misbehaviours or requests of
improvements.
Thank you very much :-D
Andrea.
"Imagination Is The Only Weapon In The War Against Reality."
http://xoomer.alice.it/infinity77/
More information about the wxpython-users
mailing list