Page 1 of 1
iOS Calendar
Posted: Wed Sep 24, 2014 8:39 am
by sims
I've made some changes to the seven day calendar i submitted a few weeks ago and also tied it into Sarah Reichelt's fabulous calendar work.
This is an attempt to make an iOS calendar, it is set to week starting on Monday. Maybe it is interesting to someone.
Comments on this are welcomed.
sims
Re: iOS Calendar
Posted: Wed Sep 24, 2014 10:06 am
by jmburnod
Hi sims,
Thank for sharing.
I played with your stack on simulator. It work well except the editor for the "dayOnly group".
What way do you think choose to store users data ?
files, stack ?
I noticed some moves that create feel confusion.
When you click on cd "month2seven" your script
Code: Select all
send "mouseUp" to btn "correctDater" of cd "month2seven" in 50 millisec
Although the date has not been changed
Best regards
Jean-Marc
Re: iOS Calendar
Posted: Wed Sep 24, 2014 10:17 am
by sims
" It work well except the editor for the "dayOnly group".
What way do you think choose to store users data ?
files, stack ? "
I left it that way because others might do different things.
Generally i use User Properties a lot, but you could also get data from a server or whatever i suppose.
--
"send "mouseUp" to btn "correctDater" of cd "month2seven" in 50 millisec"
Yes ;-P That was the very last thing i worked on. I have been trying to get it to update and it seems to work here with that 50 millisecs, maybe i should have left it at 250 millisecs like i had it before.
I hate using such a hack but everything else i tried would not work - one attempt put LC into deadly recursion even though i could not see how it was possible. Must go look at that one again. Argh.
Thanks for the feedback!
sims
Re: iOS Calendar
Posted: Wed Sep 24, 2014 10:56 am
by sims
My previous reply was:
" It work well except the editor for the "dayOnly group".
What way do you think choose to store users data ?
files, stack ? "
I left it that way because others might do different things.
Generally i use User Properties a lot, but you could also get data from a server or whatever i suppose.
----------------------------------
Note - i should have added that i named each field like this: a06, a07, a08 - so i could then get data and place it into the fld for the correct time (like a07 would be 07:00 for time).
Surely more clever naming can be substituted
sims
Re: iOS Calendar
Posted: Sat Sep 27, 2014 4:22 am
by sims
Found a bug where a users date preference causes an issue.
Will squash when i get a chance and repost.
sims