Re: JavaScript Widget: nativeWidget for LineEdit

2010-11-30 Thread Thomas
> to be clear: are you wanting the UI to show all matching items in a list > beneath the line edit, or are you wanting it to just complete the "best" > match > in-line? > I'd like to complete the best match in-line, either as an autocompletion in the LineEdit itself (like in the KRunner text field

Re: JavaScript Widget: nativeWidget for LineEdit

2010-11-29 Thread Aaron J. Seigo
On Monday, November 29, 2010, Thomas wrote: > @input_number.nativeWidget().setCompletedItems(matches, true) nativeWidget() is not supported, no. the reason for this is to keep the bindings small (better runtime performance (particularly startup) and easier to learn) and to ensure we could be sat