You are not logged in.

Dear visitor, welcome to Jabaco - Community. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

Dani

Intermediate

  • "Dani" started this thread

Posts: 325

Date of registration: Nov 19th 2009

Location: GERMANY

  • Send private message

1

Wednesday, July 27th 2016, 2:37pm

Click() or DblClick() event not fired on some controls

Hey there,

There are bugs concerning MouseEvents in the Jabaco framework:
Some controls that allow scrolling to an invisible area (it is going to be visible once you scroll there obviously) do not fire the Click() or DblClick() event within this range!

Therefore in all these controls of the Jabaco framework all occurances of:

If (e.getX > 0 And e.getY > 0 And e.getX < Me.getWidth And e.getY < Me.getHeight) Then

must be replaced with:

If (e.getX > 0 And e.getY > 0 And e.getX < Me.Parent.getBounds.getWidth() And e.getY < Me.Parent.getBounds.getHeight()) Then


Dani

see also: [VERSION 1.5.2] JBGrid Click event


PS: I miss the old textediting features here!?

Rate this thread
WoltLab Burning Board