Skip to content

Custom watch attributes #10

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

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

hwf1324
Copy link
Contributor

@hwf1324 hwf1324 commented Mar 23, 2025

Closed #6

This PR is currently in draft form and needs to be improved for accessibility to UI/UX.

Known Issues:

  • The EditableListBox is not bound to a static text label.
  • No changes to list items are reported when the list is manipulated via the Move Up/Move Down buttons.
  • It can be tedious to translate watch attributes.
  • The checkbox state is not binding to the watch attribute.
  • Extra empty list items appear at the end of the list when the checkbox style of ListCtrl is enabled.

@cary-rowen
Copy link
Owner

cary-rowen commented Apr 12, 2025

Regarding the tab order: Could the list be set to receive focus before its associated action buttons? Usually, we want to access the list first, and then operate the related buttons.

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

Successfully merging this pull request may close these issues.

Allows users to customize which properties are watched.
2 participants