An NVDA user may want to know which version of MathCAT they are using. We can add this information to the preferences dialog thus:
Version 0.7.2
Three ways we could do this (at least)!
- Add a static label below the logo. The user can navigate to it using the object navigation.
- Add a read only edit box below the logo and place this in the tab order.
- Add the version to the dialog title.
Is the version string OK? Are there any preferences for the technique? In my development build we have a static label.
An NVDA user may want to know which version of MathCAT they are using. We can add this information to the preferences dialog thus:
Version 0.7.2Three ways we could do this (at least)!
Is the version string OK? Are there any preferences for the technique? In my development build we have a static label.