View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003189 | JEDI VCL | 00 JVCL Components | public | 2005-09-10 14:51 | 2005-11-22 09:24 |
Reporter | devedit | Assigned To | obones | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.00 RC 1 | ||||
Target Version | Fixed in Version | 3.10 | |||
Summary | 0003189: JVDocking loading problem | ||||
Description | In reality this is probably a problem with my code and not yours but I was hoping I could get some help because it's frustrating me. The problem I'm having is the docking forms are displaying before they are docked in their appropriate places. I have the following rather simplistic code atm: jvAppStorageLS := TJvAppINIFileStorage.Create(self); jvAppStorageLS.AutoReload := True; JvAppStorageLS.Filename := ExtractFilePath(Application.ExeName) + 'DockInfo.ini'; CreateDockableForm; LoadDockTreeFromAppStorage(jvAppStorageLS); The CreateDockableForm function just create's the forms that will be docked. I found for whatever reason if I didn't set the autoreload to true it wouldn't load at all but since none of your examples seem to need that I'm thinking that may be my problem. I'm calling this from the OnCreate function of the main form. Any thoughts? Thanks | ||||
Tags | No tags attached. | ||||