The UI for configuring the schedule of a task (once/daily/weekly/monthly) is very nice. I'd like it to be a user control, please. That way I could use it in a simpler interface, that is without the advanced settings.

Proposed patch follows.
Comments: ** Comment from web user: dahall **

Proposed patch follows.
Comments: ** Comment from web user: dahall **
Thank you for your testing. I have replaced the v4.0.zip attachment with updated code that fixes the problems you identified. The ShowStartBoundary property wasn't even necessary, so I hid it (#1). I made the code more robust so that it could handle a null Trigger value rather than initializing with an arbitrary value (#2). 3a and 3b were related and work correctly and like they did originally. Let me know if you find any other problems.