Detecting focus on an editable combobox
Posted: Thu Dec 04, 2003 8:58 pm
I find that when I use an editable combo box I can't determine focus by using
.. I'm guessing it's because an editable combo box is a bunch of string gadgets and those are actually the gadgets with the focus? How might I see if one of those string gadgets belonging to my combo has the focus?
Thanks!
Code: Select all
if GetFocus_() = GadgetID(#my_combo)Thanks!