Thank you for the feedback! Let me see if I can address these issues:
1. This is something that has bugged me in the past while testing as well. I'll see what I can do for the next release.
2. Those spellings are from the .NET framework. I just provide the language code (like "FR") and the .NET framework provides a "native name". It returns some languages as un-capitalized, so that's how I display it. I'm not sure what to tell you about this one.
3. I can't believe I've never noticed this. I'll give each window a run-through before the next release to make sure the tab order is correct, and that each control can handle a keyboard accelerator.
Quote:
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?
I'll check this out before the next release.
Quote:
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?
I'll check this out before the next release.
Quote:
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.
I'll check this out before the next release.
Quote:
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.
I'll check this out before the next release.
Quote:
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.
I'll check this out before the next release.
Quote:
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.
I can't believe I've never noticed this, I'll have it fixed for the next release.
Thanks again for this excellent feedback, it looks like I'll be busy for a while with all of this.
These suggestions will definitely add some polish to the Wallpaper window - much appreciated!