I created NoteBook page with the python code:
<code>
w = Tix.NoteBook()
p=w.add('a', label='L', state= 'disabled')
</code>
How to change the page state in run time?
I tried any line of<code>
p.state='enabled'
p.pageconfigure(state='enabled')
p.config( state=Tix.ENABLED )
</code>
- it generates error.
2009-09-08 19:53:26 UTC in Tix Widget Set for Tk/Tcl and Python