Giorno della settimana
- Autori: Abdel, Noelia.
- download versione stabile
- download versione in sviluppo
Questo componente aggiuntivo permette di conoscere il giorno della settimana a apartire da una data conosciuta.
It adds a submenu in the NVDA Preferences menu named "Day of the week", containing 2 items:
- The first one named "Search a day", opens a dialog composed of 3 controls:
- A listbox to choose or type your date;
- An "OK" button to display a messageBox containing your day;
- A "Cancel" button to close the dialog.
- The second one named "dayOfTheWeek add-on settings" opens the parameters of the add-on to specify whether you want to report labels for date fields or not, it is composed of the following elements:
- Enable accessibility of the date selector;
- Level of the announces of labels, you will then have 3 choices:
- Long (it's the default choice);
- Short (for short announcements);
- Off (to disable labels announcements).
- Enable announcement of the current date field value only, when moving vertically;
- An "OK" button to save your configuration;
- A "Cancel" button to cancel and close the dialog.
Note
- You can close these dialogs just by pressing Escape.
- You can assign a shortcut to open these dialogs in "Input gestures" menu and, more precisely, in the "Day of the week" category.
Changes for 5.0
- Added the compatibility of the add-on with wxPython 4.0 and Python3;
- Fixed a bug with add-on paths that contain non-ASCII characters.
Modifiche per 4.0
- L'add-on è ora in grado di riconoscere tutti i formati regionali di data che l'utente può scegliere;
- Added the backward compatibility of the add-on with the NVDA versions that preceded 2016.4, which included the gui.guiHelper module.
Modifiche per 3.1
- Back to the previous format for the day of the week because it allows to recognize a greater number of languages;
- Improved the accessibility of the date selector with recognition of the 3 fields 'Day', 'Month' and 'Year', and their respective values;
- Added a technique for the integration of the Georgian language for the recognition of the days of the week;
- Added a configuration dialog box to enable or disable the accessibility of the date selector;
- Moved the add-on submenu from "Tools" to "Preferences";
- Changed the add-on category to "Day of the week".
Modifiche per 2.0
- Used the gui.guiHelper module to ensure the correct appearance of the dialog asking for a date;
- Added the GPL license to the addon;
- Days of the week have been translated, so that the add-on works properly in the different languages;
- Changed the day format to avoid encoding errors.
Modifiche per 1.0
- Versione iniziale.