
Frederic VALERY
1 discussion post
Hello,
Please find below a (long) list of bugs, requests and suggestions to help you making the software better. This list only contains very little bugs you may check out if there's nothing interesting on TV on week-ends...
Localization strings preloading
I suppose the software preloads the resource strings, as when I change the language to english, modify a string in the .lang file for my country, then switch back to my language, I can't see the modified string.
Suggestion: Store the file datetime before loading it. Then, when the user changes the program language, just read the file datetime again. If the date has been changed, reload the file because you can consider that it has been modified.
Languages names
Please add a capital letter in front of "español" and "français" in the list of available languages, as the capital letter is present for "Deutsch" and "English".
TabOrder in dialogs
The "frmSettingsSelectKey" and "frmSettingsTitleBarButton" dialogs (names extracted from the .lang file) don't handle the keyboard accelerators (Alt+letter to access to a text-box or a button) or the taborders are not set.
In the "frmSettingsSelectKey", "frmSettingsTitleBarButton", "frmWallpaperWebFlickr" and "frmWallpaperWebVladstudio" dialogs (names extracted from the .lang file) , the taborders are not correctly set. If keyboard accelerators are defined (Alt+letter) the focus doesn't move to the correct control.
Things to ckeck in "frmMain" (name also extracted from the .lang file)
There's a ghost control that can get the focus (a picture box, I suppose). Click on the first tab, "Image", then press the TAB key twice. Where's the focus?
Another ghost control can get the focus when "Image Mode"="Use 1 image". Click "Image", then press the TAB key five times (if the previous bug hasn't been already corrected). After giving the focus to the "Clear" button, where's the focus?
There's an incorrect value for the taborder of the Static label "Minutes between change". Setting an accelerator (Alt+letter) causes the focus to move to the "Size mode" combo-box.
There's also incorrect taborders in the "Colour" tab. using the down and up arrows move the focus between the radio buttons in the opposite order.
The tooltip of the list-box blinks when "Image mode" is set to "Randomly change using Images from my computer". I suppose this is due to the fact that you're using a timer to update the tooltip so it reflects the file path & name of the item under the mouse. Suggestion: check the current tooltip property value before setting it, and write the new value in the property ONLY if it is different.
When there are many pictures defined for "Image Mode"="Randomly change using Images from my computer", change the "Image mode" to "Use 1 image". Then change it back to "Randomly change using Images from my computer", clicking on the "change" word (or anywhere on the line so the mouse will be located over the list-box when the combo-box closes). The controls are corrupted and stay corrupted until the mouse leaves the list-box.
Regards,
Tavernicole
Frederic VALERY