The question was how to "open" a comboBox by script. The contents were updated via another process, and after a milestone had been reached, it was desired to display those contents. I suggested that the poster make a test combo, and in another button try this:
Code: Select all
on mouseUp
click at the right of btn "yourCombo" - 5 & "," & the top of btn "yourCombo" + 5
end mouseUp
Craig Newman