New Post: RegisterTaskOnAccept is ignored
Using the code below, when the user tries to save the task, they do NOT get prompted for user id & password. No Author property is set for the task, and the created task is set to 'Run only when...
View ArticleSource code checked in, #97996
* Version 2.5.10 * Fixed UI error checking for trigger repetition * Added more localizations
View ArticleNew Post: RegisterTaskOnAccept is ignored
That should work. Try the following and let me know if this changes anything:Dim regTask As Task = NothingDim editorForm AsNew TaskEditDialog(ts, Nothing, True, True) With {.Title = "Create New Task"}...
View ArticleNew Post: RegisterTaskOnAccept is ignored
Same exact behavior using the alternative code you provided above. I suspect the dialog is not recognizing that the radio button for 'Run whether user is logged or not' was selected.
View ArticleNew Post: RegisterTaskOnAccept is ignored
I see now what you were asking. I found the bug and it will be corrected in the next release (2.5.10). Until then, you can use this as a work around:Dim regTask As Task = NothingDim td As...
View ArticleReleased: Release 2.5.10 (déc. 30, 2015)
Update historyVersion 2.5.10A few bug fixes (see History)Version 2.5.8A few bug fixes (see History) Updated NuGet to include symbolsVersion 2.5.7Fixed V1 error with ActionCollection.Clear Added...
View ArticleUpdated Release: Release 2.5.10 (Dec 30, 2015)
Update historyVersion 2.5.10A few bug fixes (see History)Version 2.5.8A few bug fixes (see History)Updated NuGet to include symbolsVersion 2.5.7Fixed V1 error with ActionCollection.ClearAdded...
View ArticleNew Post: td.RegistrationInfo.Author in Blank
Just to make it more visible, I'm reporting on this issue under a new thread. Only when a task is created via the Task Editor, the library reports a blank td.RegistrationInfo.Author even though the...
View ArticleNew Post: TaskEditDialog Cancel button disabled unless Task Name is provided
Just to confirm: 2.5.10 indeed fixes that issue.
View ArticleNew Post: RegisterTaskOnAccept is ignored
Version 2.5.10 indeed fixes the lack of registration issue. The Author info is still reported as blank.
View ArticleNew Post: Need Better Message to User when Password is wrong
When registering a task that requires a password, if the user enters a wrong password, the message is shown here: http://screencast.com/t/vt4i4p15QlBm Instead, the dialog should say something like...
View ArticleNew Post: Need Better Message to User when Password is wrong
I have replaced that error response with a duplicate of the message used by the Windows Task Scheduler: Task Scheduler cannot create the task. The user account is unknown, the password is incorrect, or...
View ArticleSource code checked in, #97999
* Version 2.5.11 * Updated error text for incorrect password on TaskEditDialog * Added ResourceReferenceValue class to help create and resolve resource reference strings than can be used by some...
View ArticleSource code checked in, #98000
* Updated TaskOptionsDialog to match recent changes to TaskPropertiesControl
View ArticleSource code checked in, #98001
* Changed threading model of MMC Mockup Home panel to event asynchronous model for better control
View Article