View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002561 | JEDI VCL | 00 JVCL Components | public | 2005-01-27 07:22 | 2005-02-03 02:09 |
Reporter | ralf.kaiser | Assigned To | obones | ||
Priority | normal | Severity | feature | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | |||||
Target Version | Fixed in Version | 3.00 | |||
Summary | 0002561: Add Event OnAfterButtonClick to TJvCustomComboEdit | ||||
Description | An event that is fired after the button on a TJvCustomComboEdit (and descendants like TjvClacEdit) would be quite usefull. OnButtonClick is fired before (e.g.) a TJvCalcEdit shows the calculator | ||||
Additional Information | This could be the implementation (after defining the event in the class): procedure TJvCustomComboEdit.ButtonClick; begin if Assigned(FOnButtonClick) then FOnButtonClick(Self); if (FPopup <> nil) and FPopupVisible then PopupCloseUp(FPopup, True) else PopupDropDown(True); if Assigned(FOnAfterButtonClick) then // NEW FOnAfterButtonClick(Self); // NEW end; | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2005-01-27 07:22 | ralf.kaiser | New Issue | |
2005-02-03 00:32 | obones | Status | new => assigned |
2005-02-03 00:32 | obones | Assigned To | => obones |
2005-02-03 02:09 | obones | Status | assigned => resolved |
2005-02-03 02:09 | obones | Resolution | open => fixed |
2005-02-03 02:09 | obones | Note Added: 0006356 |