How can I get autocompletion working with single line input fields,
preferably the default InputField?
I believe tab is being interpreted as go to the next field rather than
autocomplete. I tried disabling the "can tab" property on the details
tab, but it didn't help.
Tracing through, the single line view uses an InputBoxController while
the multiline view uses ParagraphEditor, a superclass of
InputBoxController. The two have different implementation of
processTabKey:. It looks as if a nil tabBlock in the controller might
be sufficient to trigger completion behavior in the InputBoxController.
I'd be happy to have completion work off some other key sequence, but I
gather that's tricky with the autocompletion framework.
Thanks.
Ross Boylan
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc