HandyOrg / HandyOrg/HandyControl
[Feature request] Allow setting of `ShowConfirmButton` on `ListClock`.
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 7.2k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
Is your feature request related to a problem? Please describe.
See #1285 for more details Raising here to allow separate tracking.
Allowing ShowConfirmButton on ListClock, and setting it to false should cause SelectedTime to change whenever DisplayTime changes, causing 'instant' updates to the bound TextBox without requiring the confirm button to be clicked.
Describe the solution you'd like
See above. Allow ListClock to support instant changing, rather than requiring 'confirm button' clicks.
Describe alternatives you've considered
The existing implementation would continue to work fine, but this allows desirable behaviour with little additional work.
Additional context
N/A
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the ListClock control and its existing ShowConfirmButton, DisplayTime, and SelectedTime handling; review issue #1285 for context. Add support for setting ShowConfirmButton to false so SelectedTime follows DisplayTime without confirmation, while preserving the current confirmed behavior, then run the relevant control tests or verification available in the project.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100