nvdajp / focusHighlight

NVDA add-on which highlights the focused location.
GNU General Public License v2.0
16 stars 2 forks source link

use GDIPlus from wxPython rather than ctypes #9

Closed nishimotz closed 5 years ago

nishimotz commented 6 years ago

Investigating how to use GDIPlus from wxPython

https://github.com/nvaccess/nvda/issues/971

LeonarddeR commented 6 years ago

It turns out that it is very difficult to get WX to apply the proper transparency. It applies the transparency alpha mask to the whole window, not only to the border.