Page 1 of 1

Async event when the value change.

PostPosted: 04 Apr 2013 18:53
by l.restif
Hi,
I didn't find any async event that throw when the value of the JQSpinEdit change. Is there something to do?

Re: Async event when the value change.

PostPosted: 05 Apr 2013 10:06
by Jorge Sousa
Hello

Have you tried

JQEvents.OnChange?

Regards

cg

Re: Async event when the value change.

PostPosted: 13 Mar 2019 04:19
by zsleo
.... Onchange works for me BUT it triggers too many events when the mouse is used.

I tried to use OnMouseUp and I have a problem:
- the event does NOT trigger when I mouse up on the up and down scroll buttons
- the event DOES trigger when I mouse up on edit text

How can I for OnMouseUp on up and down buttons?

TIA

Re: Async event when the value change.

PostPosted: 15 Mar 2019 13:33
by Alexander Bulei
Hi zsleo,

.... Onchange works for me BUT it triggers too many events when the mouse is used.


It's a normal behavior, what are you expect?

Best Regards.

Re: Async event when the value change.

PostPosted: 15 Mar 2019 20:39
by zsleo
.... What do you mean by "expected behavior"?

It is "expected behavior" that clicking the up and down buttons will trigger an event!

Re: Async event when the value change.

PostPosted: 18 Mar 2019 10:58
by Alexander Bulei
Hi zsleo,

It is "expected behavior" that clicking the up and down buttons will trigger an event!


yes, it's normal behavior, trigger the onChange event on up/down click...