The constructor of the TaskEditDialog takes quite long to finish. I tried to debug it seems that the constructor of the TimeSpanPickes are the problem. When creating the TimeSpanPicker some regexp is evaluated and this looks like the problem.
Since there are a couple of TimeSpanPickes on the dialog, creating the dialog takes time...
Comments: Finally figured out root cause and fixed in release 2.1.1. It was a problem with the TimeSpanPicker control.
Since there are a couple of TimeSpanPickes on the dialog, creating the dialog takes time...
Comments: Finally figured out root cause and fixed in release 2.1.1. It was a problem with the TimeSpanPicker control.