View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003512 | JEDI VCL | 00 JVCL Components | public | 2006-02-14 13:33 | 2006-04-05 06:37 |
Reporter | Arioch | Assigned To | obones | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | Delphi 5 Ent | OS | win nt | OS Version | 2000 sp4 |
Product Version | |||||
Target Version | Fixed in Version | 3.30 | |||
Summary | 0003512: 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 Reproduce | load DFM with such a component, at least in Delphi 5 | ||||
Tags | No tags attached. | ||||