TixComboBox state and cget
Brought to you by:
idiscovery,
mikeclarkson
1.
i noticed settting the TixComboBox state does work for
disabling it, but not for enabling....
code:
.cboStartTime configure -state disabled
(does work)
.cboStartTime configure -state normal
(does NOT work)
2.
getting the state via cget isn't possible
.cboStartTime cget state
> unknown option "state"
also not the other options, pe.:
.cboStartTime cget editable
> unknown option "editable"
i'm using tixwish8.1.8.3
i've searched for the bug in your bugDB and hope it
isn't already posted...
Logged In: YES
user_id=1259629
i forgot:
when the TixComboBox is disabled, you can still select items
form the listbox and type in the entry