earlrainer
Programmer
Hello guys,
I have tried to make a new button component that shows two images when normal and when clicked.
one problem I am facing is that the button does not respond fast enough on mouse clicks.
say i click the mouse twice very fast but the button executes button click only once.
something is wrong somewhere but i am not able to identify what.
could it be that it is trapping doubleclick .
I have inherited the component from TCustomControl
I have tried to make a new button component that shows two images when normal and when clicked.
one problem I am facing is that the button does not respond fast enough on mouse clicks.
say i click the mouse twice very fast but the button executes button click only once.
something is wrong somewhere but i am not able to identify what.
could it be that it is trapping doubleclick .
I have inherited the component from TCustomControl