Posted 2 May 2019, 9:03 am EST
Hi,
I was using dashboard layout for a desktop app mock-up. The idea is that user will create custom layout and save them then load onto their main dashboard. I saved the layout successfully (I tried both ways: use SaveLayout method with just a file name string and use SaveFileDialog to allow user to save layout wherever they want). I checked the file after saving and I believe everything was in there. However, when I tried loading the layout file, nothing appeared, the dashboard was blank, no errors or exceptions (I tried both ways: use LoadLayout method with just file name string and use OpenFileDialog to allow user to pick the file). Please help me. Thank you.