The Delphi Bug List

Entry No.
673
IDE
Entries in the Action list editor are truncated.
1.02 2.01 3.0 3.01 3.02 4.0 4.01 4.02 4.03 5.0 5.01 6.0 6.01 6.02 Kylix 1.0
N/AN/AN/AN/AN/AExistsExistsExistsExistsExistsExistsExistsExistsExistsFixed
Description
Reported by Christian Holzner; checked by Jordan Russell
To reproduce:
  1. Create a new project.
  2. Put a TActionList and a TImageList on the form.
  3. Create a new action.
  4. Now assign the image list to the action list (ActionList1.Images = ImageList1)
  5. This truncates the entry in the action list editor of the previously added action (from "Action1" to "A...").

The problem is with Action1.ImageIndex. If it's set to something other than -1, the entry won't be truncated.

Latest update of this entry: 2002-04-07

Post a comment on this bug


Index page
Delphi Bug List home page
The Delphi Bug Lists are presently maintained by Jordan Russell, who has taken over this task from Reinier Sterkenburg since August 2000.
All feedback is appreciated. See also the feedback section of the Delphi Bug List home page.