View Issue Details

IDProjectCategoryView StatusLast Update
0005203JEDI VCL00 JVCL Componentspublic2011-06-10 16:09
Reportersvk12345Assigned ToAHUser 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.39 
Target VersionFixed in Version3.40 
Summary0005203: A wrong sequence of restoration of windows in a procedure JCL InternalRestoreMDIChildren
DescriptionWrong:
  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.
TagsNo tags attached.

Activities

AHUser

2010-04-02 12:39

developer   ~0017340

Fixed in SVN.

I've changed the direction of the for-loop instead of calculating the index.

Issue History

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