I am developing a Spanish language learning app and having trouble with the text input in the upper right corner.
http://www.unlockspanish.com/
Previously the app was done in Flex, and it has tying functionality which is more enjoyable to use than the current javascript version (above link).
http://www.unlockspanish.com/FlexApp/
Notice if user types a word in FlexApp box, for example, print
in dictionarry, the drop down display box continues to display other words that do not match this string. The typing function always forwards to a word on a list, and displays adjacent words in the dropdown.
QUESTION: I have the source code for the Flex App. Can I copy the typing functionality into the Javascript app? OR, is there another way to achieve a similar result.
All advice is greatly appreciated.
Brian Matthews