View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004397 | JEDI VCL | 00 JVCL Components | public | 2008-07-05 22:38 | 2008-07-23 06:28 |
Reporter | bufahad2 | Assigned To | obones | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | unable to reproduce | ||
Product Version | 3.33 | ||||
Target Version | Fixed in Version | 3.38 | |||
Summary | 0004397: TJvArrowButton PopupMenu1.PopupComponent returns nil | ||||
Description | The TJvArrowButton can have an associated popupmenu component. Previously PopupMenu1.PopupComponent returned the component that was associated with the popupmenu component (in this case a button) but now it returns nil. which crashed my application. | ||||
Additional Information | Add both an TJvArrowButton and a TPopupMenu. Change the button "Dropdown" property to PopupMenu1. Add a menu item "Test" and add code to the menuitem. Here is the code you should add: procedure TForm1.Test1Click(Sender: TObject); var AComponent:TComponent; Begin AComponent := PopupMenu1.PopupComponent; end; | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2008-07-05 22:38 | bufahad2 | New Issue | |
2008-07-15 00:54 | obones | Status | new => acknowledged |
2008-07-23 06:27 | obones | Status | acknowledged => resolved |
2008-07-23 06:27 | obones | Fixed in Version | => Daily / SVN |
2008-07-23 06:27 | obones | Resolution | open => unable to reproduce |
2008-07-23 06:27 | obones | Assigned To | => obones |
2008-07-23 06:27 | obones | Note Added: 0014411 |