wxPython - Save Items in ListCtrl
Posted
by dpswt
on Stack Overflow
See other posts from Stack Overflow
or by dpswt
Published on 2010-04-18T14:47:11Z
Indexed on
2010/04/18
14:53 UTC
Read the original article
Hit count: 402
Hello everyone. My question is if we can save the items on ListCtrl so everytime someone opens the application, the items are there and if the user removes it, it also removes from the configuration. I know that I can use wx.Config and I'm trying to accomplish using that but I don't know how to read it in a way to accomplish what I want.
So what I would like to know is a proper way to write/read the wx.Config in a way that everytime someone opens the application, the items from ListCtrl are there.
Thanks in advance.
© Stack Overflow or respective owner