View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002653 | JEDI VCL | 00 JVCL Components | public | 2005-02-17 22:10 | 2005-02-18 04:10 |
Reporter | anonymous | Assigned To | AHUser | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.00 BETA 2 | ||||
Target Version | Fixed in Version | 3.00 | |||
Summary | 0002653: TJvWizard: The "Default" property for the "Next" or "Finish" button is hardcoded; need to publish this property | ||||
Description | TJvWizard: Because the "Next" or "Finish" buttons are hardcoded to have either of them set as the default, you are unable to have a VK_RETURN on a edit box or similar component. You need to publish the "Default" property for these buttons so one can turn this off if needed. | ||||
Additional Information | This where it is hard coded. { YW - Set Default Button, Next Button has the higher priority than the Finish Button. } if (bkNext in AVisibleButtonSet) and (bkNext in AEnabledButtonSet) then FNavigateButtons[bkNext].Control.Default := True else if (bkFinish in AVisibleButtonSet) and (bkFinish in AEnabledButtonSet) then FNavigateButtons[bkFinish].Control.Default := True; | ||||
Tags | No tags attached. | ||||