Problem in Time field
Posted: Fri Jul 03, 2015 7:50 am
Hi,
I am beginner in Livecode. I am crete a field for showing the current time, my problem is once I close stack after when I open the stack it doesn't show the current time also it not running, I am using the following code
I am beginner in Livecode. I am crete a field for showing the current time, my problem is once I close stack after when I open the stack it doesn't show the current time also it not running, I am using the following code
Code: Select all
on showTime
put the long time into fld "Time"
send "showTime" to me in 100 milliseconds
end showTime