Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Another Autocomplete
#1
I've been using JQuery UI auto complete for online forms that I design. It has one main advantage over examples I've found in the forum, and that is the word only has to contain the combination of letters typed in the input.

http://jqueryui.it/demos/autocomplete

In the demo on the above page, if you type "sp" the auto complete will match from available words "Asp" and "Lisp"

Is there anyway to implement this sort of auto complete in QuickMacros?

-jim
#2
With QM popup list of functions? Possibly in some new QM version.
#3
I'd like to be able to build a dialog that uses Autocomplete that is more complicated.

For the function list in QM it might get a little weird if the structure changes.
For example, I type "s.fi[9]" which actually puts in s.findreplace
There are quite a few others that I've come to rely on.

If you do put this into a new QM, could you have a preference to turn it off just in case it get's in the way for someone who is "set in their ways"?

Thanks,
Jim
#4
In edit control, or in combo box, or in a multiline text, or...?

Get list of all strings, find strings that contain typed text, and add these strings to a list to show.

-------------------

findreplace
fix
getfile
getfilename
...
#5
Your right. It is pretty simple isn't it.

Thanks,
jim


Forum Jump:


Users browsing this thread: 1 Guest(s)