Hi ,
I am using 2.5.15.0 version.
TaskDefinition td = newTask.Definition;
var ted = new TaskEditDialog(ts, td, true, true);
ted.TaskName = taskName;
ted.MaxHistoryCount = 100;
ted.ShowDialog();
Any help would be greatly appreciated.
Thanks
Antoni
I am using 2.5.15.0 version.
-
When I use showdialog() the history tab is missing.
The sample code is given below.
TaskDefinition td = newTask.Definition;
var ted = new TaskEditDialog(ts, td, true, true);
ted.TaskName = taskName;
ted.MaxHistoryCount = 100;
ted.ShowDialog();
-
Actually I was using showEditor() which displays history tab. But it hangs for loading the events.
newTask.ShowEditor();
Any help would be greatly appreciated.
Thanks
Antoni