ANDREW HEDGES Thanks for your review of Make-A-Pass. Yes, it's wide. This was so you could preview the entire 64 character password before using it. As I see it, the options to make the widget narrower are as follows: 1. Use a reduced font size for the password field 2. Use a password field that is shorter than 64 characters 3. Make the widget width user-configurable, either with a resize handle, or by varying the length of the field as the user changes the password length I think each of these has some drawback or other, as follows: 1. Smaller fonts are harder to read, especially for older eyes 2. A password field shorter than 64 characters means you won't see the whole thing before you use it 3. Variable width widgets are more of a pain to program! Well, even just writing this out, I realize #3 is probably the way to go. The user should be in control of how wide the widget is. If you're only ever going to use 16 character passwords, why have it 64 wide? Thanks again for the feedback! |