Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate replacing ugly inputbox with WebDialog ? #22

Open
DanRathbun opened this issue Jul 7, 2015 · 1 comment
Open

Investigate replacing ugly inputbox with WebDialog ? #22

DanRathbun opened this issue Jul 7, 2015 · 1 comment

Comments

@DanRathbun
Copy link
Collaborator

Investigate replacing ugly inputbox with WebDialog ?

This would allow fixing limitations that the UI.inputbox has:

  • The first field to be properly focused (instead of the last field.)
  • More space would be available for error / validation messages.
    • They would need not be displayed in the window caption bar. Instead, they could have their own message area at the bottom of the input form. (This is like the newer "task dialog" introduced with Windows Vista, ie, MS Common Controls and Dialogs v6.1)

This would allow extra features:

  • User to resize dialog to make space as they need it in input fields.
  • Validation could occur in the dialog's Javascript.
  • Erroneous fields can be highlighted with field background colors.
  • Erroneous fields can have their focus set to them.
  • Input fields can all have their own popup tooltips, or a hover behavior that displays help text for the field.
  • Radio buttons and checkboxes can be used, instead of clumsy drop-down pick lists.
@jimhami42
Copy link
Owner

This would be a very noticeable improvement ... the UI.inputbox leaves a lot to be desired.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants