NetTalk Central

Author Topic: Set the picture of a spinner field  (Read 3381 times)

hkalmbach

  • Jr. Member
  • **
  • Posts: 80
    • View Profile
    • Email
Set the picture of a spinner field
« 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

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11175
    • View Profile
Re: Set the picture of a spinner field
« Reply #1 on: August 16, 2018, 10:18:46 PM »
Unfortunately the spinner does not support Time, at this time.

cheers
Bruce

hkalmbach

  • Jr. Member
  • **
  • Posts: 80
    • View Profile
    • Email
Re: Set the picture of a spinner field
« Reply #2 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

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11175
    • View Profile
Re: Set the picture of a spinner field
« Reply #3 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