I have a label widget that I want it to be cleared when the button is pressed.
I tried
button .clear -text "Clear" -command { dsclear .f.list delete 0 2}
this works for just clearing 2 words in the listbox
but if i put delete all
it say I must specify start and end
any hint to clear the whole screen?
thx
I tried
button .clear -text "Clear" -command { dsclear .f.list delete 0 2}
this works for just clearing 2 words in the listbox
but if i put delete all
it say I must specify start and end
any hint to clear the whole screen?
thx