I have a Enthought Traits/UI GUI application with several Int traits. I find that all of these allow me only one access, after program start. That is, I click in one of them and am allowed to edit the value, but just once. The next time I try to click on the Int, it's unresponsive and I can no longer edit the value.
Asked
Active
Viewed 25 times
1 Answers
0
I was able to solve this, by switching from the wx to the qt4 backend.

dbanas
- 1,707
- 14
- 24
-
It would still be helpful if you posted a minimal working example to demonstrate the problem. It is probably also important to note on what OS you experienced the problem. – Tim D Nov 15 '16 at 02:22