Hello All,

I've been playing around with populating a ComboBox with a list of the fonts
on the user's machine and allowing the user to apply one of these fonts to a
selection in a TextArea.

Everything works great, except the ComboBox component seems to have it's own
function that changes focus after the Change event fires off. So if I execute
my change focus code on the ComboBox's Change event, a couple of frames later,
my change is undone by the ComboBox's own attempt to set focus.

Any ideas? Is there a way to override the ComboBox method perhaps?


Jeff