View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001692 | JEDI VCL | 00 JVCL Components | public | 2004-04-24 01:30 | 2004-04-24 05:04 |
Reporter | miracle2k | Assigned To | user72 | ||
Priority | normal | Severity | tweak | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0001692: JvDocking: Wrong caption of TTabDockHost panel | ||||
Description | * Run MSDN Demo * Dock two forms on the right above each other, so that a TabDockHost is created. * Select the first(!) tab * Close MSDN demo * Run MSDN demo again => the caption of the TabDockHost form is labeled incorrectly (caption of the inactive tab instead of the active one) can be fixed by a call to Change(); in procedure TJvDockTabPageControl.LoadFromStream(): procedure TJvDockTabPageControl.LoadFromStream(Stream: TStream); .... Stream.Read(ActiveSheetIndex, SizeOf(ActiveSheetIndex)); ActivePageIndex := ActiveSheetIndex; Change(); // <== inserted, line 3822 finally .... ********** Another issue (it's so minor I do not want to open an extra tracker item: I always get the following warning from the compiler, which is a bit annoying: Value assigned to MemFile never used (JvDockControlForm.pas, 1504) | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2004-04-24 01:30 | miracle2k | New Issue | |
2004-04-24 05:04 |
|
Status | new => resolved |
2004-04-24 05:04 |
|
Resolution | open => fixed |
2004-04-24 05:04 |
|
Assigned To | => user72 |
2004-04-24 05:04 |
|
Note Added: 0004053 |