Is there Digital Clock Component out there?

Glen Bojsza gbojsza at gmail.com
Fri Jun 30 10:09:41 EDT 2017


I was maybe over thinking it since I was looking at a series of repeat
loops and implementing mouseclicks for stopping and starting.

Your solution is perfect since it is great for a time card solution and
with a little mod I can make it into a stop watch solution.

Thanks Mike.

On Fri, Jun 30, 2017 at 9:59 AM, Mike Kerner via use-livecode <
use-livecode at lists.runrev.com> wrote:

> well,
>
> on openCard
>    updateClock
> end openCard
>
>
>
> on updateClock
>    if the tool is "browse tool" then put the long time into field "clock"
>    send "updateClock" to me in 1 second
> end updateClock
>
> On Fri, Jun 30, 2017 at 9:53 AM, Glen Bojsza via use-livecode <
> use-livecode at lists.runrev.com> wrote:
>
> > Time crunch...no pun intended!
> >
> > On Fri, Jun 30, 2017 at 9:39 AM, Mike Kerner via use-livecode <
> > use-livecode at lists.runrev.com> wrote:
> >
> > > Why not just use a field and write one?
> > > _______________________________________________
> > > use-livecode mailing list
> > > use-livecode at lists.runrev.com
> > > Please visit this url to subscribe, unsubscribe and manage your
> > > subscription preferences:
> > > http://lists.runrev.com/mailman/listinfo/use-livecode
> > >
> > _______________________________________________
> > use-livecode mailing list
> > use-livecode at lists.runrev.com
> > Please visit this url to subscribe, unsubscribe and manage your
> > subscription preferences:
> > http://lists.runrev.com/mailman/listinfo/use-livecode
> >
>
>
>
> --
> On the first day, God created the heavens and the Earth
> On the second day, God created the oceans.
> On the third day, God put the animals on hold for a few hours,
>    and did a little diving.
> And God said, "This is good."
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>



More information about the use-livecode mailing list