I need a client side spinner control. But I want the increments to speed up
the longer the mouse button is pressed. Does anyone know of a free or cheap
one I can lay my hands on.
Cheers.
RE: Spinner Control
am 04.01.2008 18:01:02 von brucebarker
spiners are usually done wioth an animated gif. you can not change the speed.
to change speed use a static images and use a javascript timer to change them
(air code).
-- bruce (sqlwork.com)
"Microsoft Newsserver" wrote:
> Hi
>
> I need a client side spinner control. But I want the increments to speed up
> the longer the mouse button is pressed. Does anyone know of a free or cheap
> one I can lay my hands on.
>
> Cheers.
>
>
>
Re: Spinner Control
am 04.01.2008 19:59:21 von unknown
HI
Thanks for your reply. I think perhaps I didnt make myself clear in my post,
sorry.
OK, actually, what I need is the following functionality.
I have a link/image etc and I need to be able to click on this link and hold
down the mouse button. Underneath the code needs to facilitate a number of
click events so that I can autoincrement a value without mutiple clicks.
I know spinners exist like this, infragistics has one, but it doesent do
exactly what I need, but the click hold is something that I do need.
Any idea, how I can invoke this functionality ?
Thanks
"bruce barker" wrote in message
news:CF97FF2F-F931-47F4-92C8-621E7551CA5B@microsoft.com...
> spiners are usually done wioth an animated gif. you can not change the
> speed.
> to change speed use a static images and use a javascript timer to change
> them
> (air code).
>
>
>
>
>
> -- bruce (sqlwork.com)
>
>
> "Microsoft Newsserver" wrote:
>
>> Hi
>>
>> I need a client side spinner control. But I want the increments to speed
>> up
>> the longer the mouse button is pressed. Does anyone know of a free or
>> cheap
>> one I can lay my hands on.
>>
>> Cheers.
>>
>>
>>