NetTalk Central

Author Topic: Spin control - server code execute on change  (Read 2841 times)

JohanR

  • Sr. Member
  • ****
  • Posts: 366
    • View Profile
    • Email
Spin control - server code execute on change
« on: June 21, 2013, 06:05:04 AM »

Hi,

Is it possible to fire the server code on each change of a spin value?
Currently I only get the server code to fire by moving off the field.

Trying to update 3 other fields as the spin value changes.


thanks

Johan

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11244
    • View Profile
Re: Spin control - server code execute on change
« Reply #1 on: June 23, 2013, 11:53:48 PM »
I'll see what can be done for an upcoming build.

cheers
Bruce

JohanR

  • Sr. Member
  • ****
  • Posts: 366
    • View Profile
    • Email
Re: Spin control - server code execute on change
« Reply #2 on: June 24, 2013, 01:24:55 AM »


Thanks!

The alternative I have is a slider control.
This works quite well, but it is not intuitive for the user.

Not sure if it's possible, but some sort of calibration on the slider might help

I have checked the jquery site but not sure if those options are available in the api.

crude example

  1====5====10====15====20


Johan