Re: wx.checklistbox
- From: Philippe Martin <pmartin@xxxxxxxxxxxxx>
- Date: Fri, 31 Mar 2006 08:48:41 -0600
Not sure I understand: a wx.CheckBox has up to three states (on, off ...
does not apply/greyed)
Is that what you read from your file ?
Philippe
luca72 wrote:
Hello
I write one file using:.......(i think that is ok for write all the
lines of my list)
luca = open('/tmp/luca', 'w')
luca.writelines(list)
when i open the application again i use:
leggi = open('/tmp/luca', 'r')
leggi.readlines()
How can i store this line in to a wx.checkbox.....
Thanks Luca
.
- Follow-Ups:
- Re: wx.checklistbox
- From: luca72
- Re: wx.checklistbox
- References:
- wx.checklistbox
- From: luca72
- wx.checklistbox
- Prev by Date: Re: Best IDE for Python?
- Next by Date: packaging question - documentation
- Previous by thread: wx.checklistbox
- Next by thread: Re: wx.checklistbox
- Index(es):