View Issue Details

IDProjectCategoryView StatusLast Update
0003512JEDI VCL00 JVCL Componentspublic2006-04-05 06:37
ReporterAriochAssigned Toobones 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
PlatformDelphi 5 EntOSwin ntOS Version2000 sp4
Product Version 
Target VersionFixed in Version3.30 
Summary0003512: JvCombobox sometimes just is not fully restored form DFM
Description* Forwarded by Arioch /BDV/
* Newsgroup: jedi.vcl on: forums.talkto.net
* From: "Arioch /BDV/" <the_Arioch@nm.False-Domain.ru>
* Date: Mon, 13 Feb 2006 01:23:30 +0300
* URL: news://forums.talkto.net/dsobvf$1up$1@talkto.net
* Subj: bug in JvComboBox [Delphi 5]
==========================================================================

When loading from DFM, .ItemIndex value would be lost here


=========Beginning of the citation==============
    object edIzmerit: TJvComboBox
      Left = 270
      Top = 140
      Width = 51
      Height = 21
      Style = csDropDownList
      ItemHeight = 13
      ItemIndex = 2
      TabOrder = 5
      Text = '3'
      Items.Strings = (
        '1'
        '2'
        '3'
        '4')
    end
=========The end of the citation================
 
When this component is loading, ItemIndex tries to load and apply before
Itmes.Strings got loaded.
Ever it should be applied later than loaded when component is constructed,
or it should be stored later than items themselves when saving.
Steps To Reproduceload DFM with such a component, at least in Delphi 5
TagsNo tags attached.

Activities

obones

2006-04-05 06:37

administrator   ~0008976

This is now fixed in CVS

Issue History

Date Modified Username Field Change
2006-02-14 13:33 Arioch New Issue
2006-04-05 06:37 obones Status new => resolved
2006-04-05 06:37 obones Resolution open => fixed
2006-04-05 06:37 obones Assigned To => obones
2006-04-05 06:37 obones Note Added: 0008976