View Issue Details

IDProjectCategoryView StatusLast Update
0004397JEDI VCL00 JVCL Componentspublic2008-07-23 06:28
Reporterbufahad2Assigned Toobones 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionunable to reproduce 
Product Version3.33 
Target VersionFixed in Version3.38 
Summary0004397: TJvArrowButton PopupMenu1.PopupComponent returns nil
DescriptionThe 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 InformationAdd 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;

TagsNo tags attached.

Activities

obones

2008-07-23 06:27

administrator   ~0014411

I'm sorry, but I'm unable to reproduce this with the current SVN content under BDS2006.

Issue History

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