D
dudeja.rajat
Hi,
In my combo box taken from Tix, how can I clear the entry subwidget?
My case is like this:
I have a check button which when made un-ticked should clear the entry
from combo box (i. anything selected in combo box previously)
I used the following commands:
subEntry = self.cbAnalysisLibVersion.subwidget("entry")
subEntry.delete(0,END)
But this is not working.
Please help.
Thanks and regards,
Rajat
In my combo box taken from Tix, how can I clear the entry subwidget?
My case is like this:
I have a check button which when made un-ticked should clear the entry
from combo box (i. anything selected in combo box previously)
I used the following commands:
subEntry = self.cbAnalysisLibVersion.subwidget("entry")
subEntry.delete(0,END)
But this is not working.
Please help.
Thanks and regards,
Rajat