Hi,
I'm using XamDockManager to show/hide several windows. I received an error when hiding a window but only in a particular sequence. I attached a simplified sample to show the problem. The sequence to replicate the error is as following:
1. After application starts, click "Hide" button, this should hide window "Hidable Panel".
2. click Application tab on top, this should hide "First Panel" and display "Second panel"
3. click "Show" button, this will show "Hidable Panel" but it's not visible because it is behind "Second Panel".
4. Drag "Second Panel" away to expose "Hidable panel" and dock it side by side with "Second Panel"
5. Click "Hide" button, an error is generated
I need to first solve the error, then need to know at step 3, how to dock "Hidable Panel" side by side with "Second Panel"
Your help is greatly appreciated.
Hello,
I am checking if this is still an issue for you.
If you require any further assistance please do not hesitate to ask.
Hi Yanko,
I'm so sorry for the delay. I've been distracted from this project totally.
I was tring both of your sample projects, but they are not exactly the same as my scenario, mainly because the button in my sample can hide and also show the Hidable panel. But I think the second sample is more closer. I did get an error from scenario_2 from following steps:
drag "Second Panel" to dock it side by side with "First Panel"
Click "button"
Error came out says "Eleement is already the child of another element"
But this error is different than the error I recieved from my sample.
Thank you very much!