I would like add 10 dockable windows to a Delphi XE2 application. Each window will display lines of text received from a network of external sensors, with a different window for each sensor.
Information on these pages and elsewhere indicates that the JEDI Visual Component Library may have some nice components to help with this.
Specifically, I found this documentation:
Jv Docking
Docking Server and DockingStyle components. Docking looks identical to standard delphi docking (no docking indicators while dragging), only the captions of the docked windows are changed according to the styles.
Does the JEDI Visual Component Library have components that could ease the job of programming 10 dockable scrolling text windows?