All Questions
1 question
2
votes
1
answer
1k
views
Non editable box with tcl tk and R
I am looking for some way to forbid users to change value in a text box with tcltk and R.
Here is what I have done : I want to forbid users to change the value in the first box.
library(tcltk)
tt &...