Hello all,
I am very new to Python technology and developing my project using it. I want to know if we can enable/disable items in Menu.
For example I have Menu with 3 options:
1) Record Sound
2) Play Sound
3) Delete Sound
Now when the sound folder is empty or there is no recorded sound file available then I want to disable(gray-out) Play & Delete options in menu. And enable them when a recorded sound file exists in folder. How can I achieve this?
Thanks in advance...
Regards,
Saurabh

Reply With Quote

