I have an application containing several panels that are part of a library that I inherited. The source code for the library files is not available (of course!). If there is a mouse click on any of these panels, the application halts until the mouse button is released. I'm assuming that this is because EVENT_LEFT_CLICK is not handled by the panel.
Assuming that my assessment is correct, does anybody know of a workaround for this, given that the code for the panels is not available? Or, if I'm completely off track, can somebody please point me in the right direction?