View Issue Details

IDProjectCategoryView StatusLast Update
0005124JEDI VCL00 JVCL Componentspublic2011-06-10 16:09
ReporterdeboseAssigned Toobones 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product VersionDaily / GIT 
Target Version3.40Fixed in Version3.40 
Summary0005124: Double click on TJvSpeedItem in TJvSpeedBar editor in design-time leads to malfunction procedure insertion in D2010
DescriptionIn Delphi 2010 (I haven't checked it in other versions)

Steps to reproduce:
* Place TjvSpeedBar on form
* double click on it to open SpeedBar editor
* click on Add button
* double-click on newly-added button

Error message box will appear:
---------------------------
Error
---------------------------
Expected an identifier but ':' found.
---------------------------
OK
---------------------------

Following procedure will be inserted in code editor:
procedure JvSpeedItem1Click(: );

Instead of
procedure JvSpeedItem1Click(Sender: TObject);
Additional InformationLooks like error is in JVCL\design\JvSpeedBarForm.pas
in TJvSpeedbarEditorMain.ButtonsListDblClick procedure.
TagsNo tags attached.

Activities

obones

2010-03-08 15:42

administrator   ~0017245

Thanks, this is now fixed in SVN

Issue History

Date Modified Username Field Change
2010-01-24 04:27 debose New Issue
2010-03-08 15:42 obones Note Added: 0017245
2010-03-08 15:42 obones Assigned To => obones
2010-03-08 15:42 obones Status new => resolved
2010-03-08 15:42 obones Resolution open => fixed
2010-03-08 15:42 obones Fixed in Version => Daily / SVN
2010-03-08 15:42 obones Target Version => 3.40 - not yet released
2011-06-10 16:09 obones Fixed in Version Daily / SVN => 3.40