View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005124 | JEDI VCL | 00 JVCL Components | public | 2010-01-24 04:27 | 2011-06-10 16:09 |
Reporter | debose | Assigned To | obones | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | Daily / GIT | ||||
Target Version | 3.40 | Fixed in Version | 3.40 | ||
Summary | 0005124: Double click on TJvSpeedItem in TJvSpeedBar editor in design-time leads to malfunction procedure insertion in D2010 | ||||
Description | In 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 Information | Looks like error is in JVCL\design\JvSpeedBarForm.pas in TJvSpeedbarEditorMain.ButtonsListDblClick procedure. | ||||
Tags | No tags attached. | ||||
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 |