View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005132 | JEDI VCL | 00 JVCL Components | public | 2010-01-24 23:34 | 2010-01-27 23:18 |
Reporter | debose | Assigned To | AHUser | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | Daily / GIT | ||||
Target Version | Fixed in Version | ||||
Summary | 0005132: Hotkey Ctrl+A (select all) does not work in some of Jv Edits | ||||
Description | Just 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 Information | Really 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. | ||||
Tags | No tags attached. | ||||
|
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". |
|
Great! It works! It's a kinda special VCL magic! Thank you very much! |
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 |