I'm just trying to do something simple with the combobox, but this is my first time using it in Construct Classic and I'm not sure which way to go.
1. I want to be able to double-click on a name:
<img src="http://farm9.staticflickr.com/8522/8472888322_0876be6a45_m.jpg" border="0" />
and upon doing that the program would jump to a new layout.
2. Make the combobox searchable by letter of a last name. Currently, it works but not always, sometimes it doesn't respond.
3. Type at least three letters in a separate box and make the combobox go to the person's last name that matches those first three letters:
<img src="http://farm9.staticflickr.com/8235/8472903548_e9a63795f6_m.jpg" border="0" />
EDIT: Actually, this will probably need to be done with the Listbox object since the combobox doesn't have a vertical scrollbar function, which I need because I'm trying to add a lot of names...