Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Docking Pane
  New Posts New Posts RSS Feed - Saving layout to database.
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Saving layout to database.

 Post Reply Post Reply
Author
Message
Mhutabor View Drop Down
Newbie
Newbie


Joined: 12 January 2009
Status: Offline
Points: 8
Post Options Post Options   Thanks (0) Thanks(0)   Quote Mhutabor Quote  Post ReplyReply Direct Link To This Post Topic: Saving layout to database.
    Posted: 24 April 2009 at 3:09am
It is posible to save layout to database? Some functions to get layout bytes from pane manager?
Back to Top
Algae View Drop Down
Senior Member
Senior Member
Avatar

Joined: 08 January 2007
Location: United States
Status: Offline
Points: 217
Post Options Post Options   Thanks (0) Thanks(0)   Quote Algae Quote  Post ReplyReply Direct Link To This Post Posted: 07 May 2009 at 6:06pm
Serialize your data using the XML property exchange methods, then save to an XML database field.

To restore from the database, load using a "key" field (ID, name, whatever) and again use the XML property exchange to set the pane layout.
Back to Top
Mhutabor View Drop Down
Newbie
Newbie


Joined: 12 January 2009
Status: Offline
Points: 8
Post Options Post Options   Thanks (0) Thanks(0)   Quote Mhutabor Quote  Post ReplyReply Direct Link To This Post Posted: 15 June 2009 at 7:44am
How to get CXTPDOMNodePtr  from CXTPPropExchangeXMLNode for CXTPDockingPaneLayout::SaveToNode method?
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.156 seconds.