Alex Zolot

Show:

What's happening?

  • How to change NoteBook page state?

    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

About Me

  • 2009-09-08 (3 months ago)
  • 2624080
  • alexzolot (My Site)
  • Alex Zolot

Send me a message