wx.StaticText EVT_LEFT_DOWN

Thanks, Robin. Your support is awesome!

···

On Wed, 14 Apr 2004 13:30:02 -0700, Robin Dunn <robin@alldunn.com> wrote:

Tim M. wrote:

Hi,

Is it correct that EVT_LEFT_DOWN is not fired / cannot be captured from a wx.StaticText control?

Correct. Sometimes it can vary by platforms as internal things change, but in general the static controls do not get mouse events. You can work around it by using wx.lib.stattext.GenStaticText instead.