287
edits
m (Fix language and grammar) |
mNo edit summary |
||
| Line 28: | Line 28: | ||
How I think it should work is a follows: | How I think it should work is a follows: | ||
* The wizard needs to try load the calendar before it adds it to the main app window. While it is trying to load the calendar, it will display this: [[Image:CalendarLoadingNewCal.png]] At this point the Finish button is disabled. But the user can cancel the loading and get out of the wizard by clicking Cancel. | * The wizard needs to try load the calendar before it adds it to the main app window. While it is trying to load the calendar, it will display this: | ||
[[Image:CalendarLoadingNewCal.png]] | |||
At this point the Finish button is disabled. But the user can cancel the loading and get out of the wizard by clicking Cancel. | |||
* If the calendar loads successfully, it will be added to the calendar list in the main app window, and the wizard will display a success message (like it currently does.) | * If the calendar loads successfully, it will be added to the calendar list in the main app window, and the wizard will display a success message (like it currently does.) | ||
* If there is an error, we display the ''ED'' for the error. The user can then click back to change the URL if they have entered it incorrectly. They can also click Cancel to dismiss the wizard without adding the calendar [[Image:CalendarNewCalErrorpng.png]] | * If there is an error, we display the ''ED'' for the error. The user can then click back to change the URL if they have entered it incorrectly. They can also click Cancel to dismiss the wizard without adding the calendar | ||
[[Image:CalendarNewCalErrorpng.png]] | |||
There are two things we can do with the finish button at this point (I'm not sure which is best.) | There are two things we can do with the finish button at this point (I'm not sure which is best.) | ||
| Line 42: | Line 48: | ||
* In the calendar list box display an explanation icon next to the calendar, where the errors occurred. | * In the calendar list box display an explanation icon next to the calendar, where the errors occurred. | ||
* If the user click on the explanation icon, it displays a dialog box, with the ''ED'', and a close button. | * If the user click on the explanation icon, it displays a dialog box, with the ''ED'', and a close button. | ||
[[Image:CalendarErrorExistingCal.png]] | [[Image:CalendarErrorExistingCal.png]] | ||
==Publishing changes to a calendar== | ==Publishing changes to a calendar== | ||
If there is an error while publishing changes to a calendar, the dialog box should display immediately. | If there is an error while publishing changes to a calendar, the dialog box should display immediately. | ||
edits