Hi,
I have an Entry widget where in i can enter string.
Clarifications needed:
1. The user should not be able to exceed 15 characters at the max in the Entry widget. How do i set the limit for the same.
2. The user should not be able to enter "SPACE". Is there any such provisions for the same?
Can the same be done in Text widget?
I have an Entry widget where in i can enter string.
Clarifications needed:
1. The user should not be able to exceed 15 characters at the max in the Entry widget. How do i set the limit for the same.
2. The user should not be able to enter "SPACE". Is there any such provisions for the same?
Can the same be done in Text widget?
Comment