Page 1 of 1

[SOLVED]: Issues with days of week

PostPosted: Thu Feb 04, 2016 9:29 pm
by roquej
Implemented a simple watering the plants approach described in another thread. However, ran into a problem. It doesn't matter what you pick for the day of the week, a single day or multiples, the schedule always triggers the next day. If you see the enclosed screen grabs, the day of the week is set for Friday (02/05), but the "Next Execution" is set for today (02/04). This only happens for the day of the week and only of you manually set the time. If you leave the time alone and select the day of the week you want, it works as expected.

Bug or am I missing something?

Thank you in advance.

JP

Re: Issues with days of week

PostPosted: Thu Feb 04, 2016 11:54 pm
by ckeyes888
I believe the grayed out days are the ones actually selected, not the white ones.
Seems backwards to me.

Carl

Re: Issues with days of week

PostPosted: Fri Feb 05, 2016 4:57 am
by DaveL17
ckeyes888 wrote:
I believe the grayed out days are the ones actually selected, not the white ones.
Seems backwards to me.

Carl

Carl's right. Technically, they're not grayed out as the text of the button is black (and not gray). But I agree that it would be easier if the selection were more obvious--like setting the buttons to a color or had seven checkboxes or something like that.

By the way, after you select it, you can see on the trigger list when your trigger will fire: SMTWT-S.
Dave

Re: [SOLVED]: Issues with days of week

PostPosted: Fri Feb 05, 2016 10:46 am
by jay (support)
That's correct, the darker ones are the ones selected. These are standard small Cocoa buttons which show state. As an example, if you select the Sunrise option under time, the Customize... button will enable and you'll notice it's white (unselected) - when you click and hold, it turns dark (selected). All cocoa buttons are white when unselected, and colored somehow when selected (either using the OS tint color or gray, depending on the button style).

Re: [SOLVED]: Issues with days of week

PostPosted: Fri Feb 05, 2016 12:00 pm
by roquej
Thank you everyone. I knew that it had to be duh moment. No way Indigo had a bug!

JP