-
Notifications
You must be signed in to change notification settings - Fork 713
Description
Hello,
I am using the Krytpon-Docking-Library in the nuget package version 95.25.8.235. I am implementing an application that looks like this:
If I create a new KryptonPage and place this dockable window in the right edge of the logging window (The bottom window) I get the following result:
If I save the configuration and load it when starting the application I get the following result:
You see that the new added KryptonPage called DeviceLog is missing. But If change the order how I place the device log page on my screen the result changes. If I restart my application and then follow the procedure below, the DeviceLog window appears correctly the next time I start the application:
- Create DeviceLog window
- Dock the DeviceLog window to the chart window
- Then dock the DeviceLog window to the Logging window
Following this procedure the result of my application after starting it looks like this:
What I did next is compare the configurations I get for both processes. Here are the files:
wrongConfiguration.txt
correctConfiguration.txt
Comparing the configurations show that the correct configuration contains another section under the chart workspace.
Please help me to solve the problem.
Best regards