Michael Carter - 2006-06-11

Hi
I am a summer intern at FermiLab and a newbie with Python, Tkinter, and Pmw.

My problem is:
How do I disable keyboard entry on a dropdown ComboBox without disabling mouse selection?  I also want the user's mouse selection to show in the entry section.

I have already tried entry_state = 'disable' and
entryfield_entry_state = DISABLED.  But both of these will not allow the user to select with the mouse.

Could you please help me on this?

Thank you in advance

Michael