View Issue Details

IDProjectCategoryView StatusLast Update
0005132JEDI VCL00 JVCL Componentspublic2010-01-27 23:18
ReporterdeboseAssigned ToAHUser 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product VersionDaily / GIT 
Target VersionFixed in Version 
Summary0005132: Hotkey Ctrl+A (select all) does not work in some of Jv Edits
DescriptionJust noticed, that Ctrl+A does not work for some of Jv Edit controls.
Following controls are affected:
1) TjvMaskEdit
2) TjvCheckedMaskEdit
3) TjvComboEdit
4) TjvSpinEdit
5) TjvCalcEdit
6) TjvFilenameEdit
7) TjvDirectoryEdit
8) TjvMemo - maybe it's not bug, cause in standard TMemo, Ctrl+A does not worok too.
Additional InformationReally I don't care about 1-5, but I really think it will be useful to have working Ctrl+A in 6 and 7, cause these controls are really cool.
TagsNo tags attached.

Activities

AHUser

2010-01-27 21:18

developer   ~0017153

Those components derive from VCL controls that don't have Ctrl+A support because the standard Windows control doesn't have it.

You can easily enable Ctrl+A for all JVCL edit controls by using a TActionList with the "Standard Action" (Ctrl+Insert in the ActionList editor) "JVCL Edit\TJvEditSelectAll".

debose

2010-01-27 23:06

reporter   ~0017154

Great! It works! It's a kinda special VCL magic!

Thank you very much!

Issue History

Date Modified Username Field Change
2010-01-24 23:34 debose New Issue
2010-01-27 21:18 AHUser Note Added: 0017153
2010-01-27 21:18 AHUser Assigned To => AHUser
2010-01-27 21:18 AHUser Status new => feedback
2010-01-27 23:06 debose Note Added: 0017154
2010-01-27 23:18 AHUser Status feedback => resolved
2010-01-27 23:18 AHUser Resolution open => fixed