in reply to wxPerl Object Store

See Storable where it talks about serialization ...

Then see Wx::Perl::TreeView::SimpleModel which Storable should be able to serialize readily

Then if you want to write a sub Wx::TreeCtrl::STORABLE_freeze and sub Wx::TreeCtrl::STORABLE_thaw see wxTreeCtrl::GetRootItem
http://docs.wxwidgets.org/2.8.12/wx_wxtreectrl.html#wxtreectrlgetfirstchild
http://docs.wxwidgets.org/2.8.12/wx_wxtreectrl.html#wxtreectrlgetnextchild
http://docs.wxwidgets.org/2.8.12/wx_wxtreectrl.html#wxtreectrlgetnextsibling
wxPPIxregexplain.pl

  • Comment on Re: wxPerl Object Store (nothing for sale)

Replies are listed 'Best First'.
Re^2: wxPerl Object Store
by jmlynesjr (Deacon) on Nov 09, 2014 at 19:18 UTC

    Thanks for the references. I need to reread Storable in more detail. I'm familier with the wxTreeCtrl methods which I will need to use to roll my own Store. I'm working on that now. I was hoping someone had already solved this problem. But, it will be a good learning experience anyway.

    James

    There's never enough time to do it right, but always enough time to do it over...