event calendar pro 'Repeats' date picker date format

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
9/2/2009 7:00:43 AM
Gravatar
Total Posts 18439

Re: event calendar pro 'Repeats' date picker date format

Hi Matthias,

Thanks for the beer!

Yeah the creation of recurrence is a difficult task, it has to make the event records and friendly url entries for each of the recurrences. I queue a task to create them on separate thread. Then I purposely put a few seconds of thread.sleep on the main UI thread to give the task a chance to start before giving back the UI control. Otherwise you would see the page before any recurrences have been made and you would think it was not working. If the recurrences go for a long time it still may be creating them on the background thread for a litle while but at least if the first few have been made it appears to be working.

Best,

Joe

You must sign in to post in the forums. This thread is closed to new posts.