View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005203 | JEDI VCL | 00 JVCL Components | public | 2010-03-17 15:29 | 2011-06-10 16:09 |
Reporter | svk12345 | Assigned To | AHUser | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.39 | ||||
Target Version | Fixed in Version | 3.40 | |||
Summary | 0005203: A wrong sequence of restoration of windows in a procedure JCL InternalRestoreMDIChildren | ||||
Description | Wrong: FormClass := TFormClass(GetClass(AppStorage.ReadString(AppStorage.ConcatPaths([StorePath, siMDIChild, Format(siItem, [I])]), ''))); Correct: FormClass := TFormClass(GetClass(AppStorage.ReadString(AppStorage.ConcatPaths([StorePath, siMDIChild, Format(siItem, [Count - I - 1])]), ''))); Like a way used in a native library RxLib. Otherwise during the restoration there will be another window on the top. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2010-03-17 15:29 | svk12345 | New Issue | |
2010-04-02 12:39 | AHUser | Note Added: 0017340 | |
2010-04-02 12:39 | AHUser | Status | new => resolved |
2010-04-02 12:39 | AHUser | Fixed in Version | => Daily / SVN |
2010-04-02 12:39 | AHUser | Resolution | open => fixed |
2010-04-02 12:39 | AHUser | Assigned To | => AHUser |
2011-06-10 16:09 | obones | Fixed in Version | Daily / SVN => 3.40 |