hi... i am using xamdockmanager and in which i have 7 content panes.I have combobox in which if i select A means i want only 4 panes appear and B means 5 like that.But problem is i want alignment of the panes unique and differ from other panes.I have added save button in which save the layout.My problem is
if A(combobox selected value) has 4 panes a,b,c,d and i want a top of b and c & d as beside of b and in B has 6 values in which a should come e down.How can i do with single xml file.If i save second type first save layout will go and if i reload project and select A in combobox content pane layout will change and first saved layout will be erased.
plz help me solve this. plz find an attachment of an application what i explained above.
Hi,
Could you help me understand what do you trying to achieve?
Why you need everything on one file?
Is it make sense to save different files or in one file but in different profiles?
Something like:
<?xml version="1.0" encoding="utf-8"?>
<profiles>
<xamDockManager profile="A" version="13.1.20131.2032"> ... </xamDockManager>
<xamDockManager profile="B" version="13.1.20131.2032"> ... </xamDockManager>
</profiles>
Thanks,
George
Hi... Thanks for rly... Y to create different xamDockManager? is it necessary? In one xamDockManager only i can create different content panes.Above idea will not work.If i want to create 20 content panes means i should create 20 xamDockManager? This will not solve my problem.Plz check my attached application and try to understand my requirements.
Could you try with the attached solution?
Basically the idea is to save different states in different xmls.
The way it's working is to select a letter from the combobox and move the panes and next click save.
After that when you return to the same letter it will return the state of panels.
Thanks... very nice.... But small requirement.can't we merge the xml file and make single file.
I'm sure that's something you can do easily by yourself :)
I don't want to take all the pleasure of developing it from you.
Were you able to resolve your issue?