NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: hkalmbach on August 15, 2018, 05:32:55 AM

Title: Set the picture of a spinner field
Post by: hkalmbach on August 15, 2018, 05:32:55 AM
Hello,

perhaps I am blind, but I don't find the possibility to set the picture of a spinner field in a web form.
What I want to do is to have a time (only time) field which spins by 15 minutes (step 90000).
I have a long variable, minimum 1, maximum 8640000 and want to use the picture @t1
But there is no picture field...

Does somebody know wheres the mistake?

Thanks a lot.

Cheers
Heinz
Title: Re: Set the picture of a spinner field
Post by: Bruce on August 16, 2018, 10:18:46 PM
Unfortunately the spinner does not support Time, at this time.

cheers
Bruce
Title: Re: Set the picture of a spinner field
Post by: hkalmbach on August 17, 2018, 12:26:37 AM
Hi Bruce,

no problem. But wouldn't it be enough to be able to set a picture? (@t1)
Using the correct limits (0-8640000) and steps (90000 for a quarter of an hour) works, the numbers only should be displayed different.

Thanks.
Heinz
Title: Re: Set the picture of a spinner field
Post by: Bruce on August 19, 2018, 10:48:03 PM
no, since the spinner is in JavaScript - not Clarion.
So the JavaScript would need to be altered to understand time pictures, time spinning and so on.

cheers
Bruce