| View previous topic :: View next topic |
| Author |
Message |
witelite9
Joined: 02 Oct 2009 Posts: 3 Location: Amarillo, Tx
|
Posted: Sun Oct 04, 2009 3:14 am Post subject: AutoComplete - Similar to Google's searchbar with dropdown |
|
|
Hello All,
I've recently discovered AHK and am diggin it!
I'm wondering if anyone has come across an autocomplete script, similar to IntelliType, but more like google's search that has an autofill drop down box that can use arrow keys. I've searched, read, and experimented but to no avail.
Basically, I have a GUI with a text field to search through a list (12,000+ lines in *.txt) for a specific name; e.g. Joe Papazan. IntelliType is incorporated in it to show a tooltip below the field with a # assigned 1-10 as a hotkey and will auto fill in 5 other text fields when selected.
My aim is to manipulate it to where it would be similar to google's search box, that populates a dropdown box with similar searches, and can also use the down arrow to select from the list of similar searches; e.g. Joe Polar insead of Joe Papazan.
If anyone knows where I can find this script, or if it's even do-able, I would really appreciate your help.
Thanks!
P.S. I've also recently heard about AutoIt and have yet to search there, would, should I even bother? |
|
| Back to top |
|
 |
tank
Joined: 21 Dec 2007 Posts: 3700 Location: Louisville KY USA
|
Posted: Sun Oct 04, 2009 5:50 am Post subject: |
|
|
in this particular case autoit holds no specific value over Ahk
basically you want to loop read a file look at the loops in the help file
then update a combo box in your gui so you will want a glable on the combo box
your label will drewrite the list in the combo box by searching each line of the file for the current typed text in the combo box
The only appeal autoit ever held for me is the tighter syntax and OOP but lexikos decided to implement OOP in a limited fashion in autohotkey_l
stick it out in AHK
Give it a try post what you come up with and folks around here will most likely be willing to help you out _________________
We are troubled on every side‚ yet not distressed; we are perplexed‚
but not in despair; Persecuted‚ but not forsaken; cast down‚ but not destroyed; |
|
| Back to top |
|
 |
witelite9
Joined: 02 Oct 2009 Posts: 3 Location: Amarillo, Tx
|
Posted: Mon Oct 05, 2009 2:50 pm Post subject: Thanks! |
|
|
| Thanks, I will experiment and let everyone know what happens! |
|
| Back to top |
|
 |
Guest
|
Posted: Mon Oct 05, 2009 3:25 pm Post subject: |
|
|
| I for one will be waiting. |
|
| Back to top |
|
 |
Damein
Joined: 27 Aug 2009 Posts: 296
|
Posted: Fri Apr 16, 2010 12:45 am Post subject: |
|
|
Was there any success in this?
I am writing a program and this would come in BIG help! |
|
| Back to top |
|
 |
MasterFocus
Joined: 08 Apr 2009 Posts: 3035 Location: Rio de Janeiro - RJ - Brasil
|
|
| Back to top |
|
 |
|