> 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
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
Hi all,
I'm new to this mailing list, sebas told me to post my issue to this list, so
here it is :)
I'm writing a js widget to send texts (over the internet) to mobile devices.
(I've done this already in ruby and I'm now porting to javascript, because I
had some issues with the ruby plasma API