Hi,

  The IupScintilla control has Auto-Completion support, but maybe is too
much for what you need.

  IupText does not have that feature, but it can be created with some work.
Using the IupText callbacks you can show an IupList inside a IupDialog
(without decorations) over the dialog where you are typing. This is similar
to what Scintilla does.

Best,
Scuri


Em dom., 1 de mar. de 2020 às 07:21, Jane Taubman <janetaub...@gmail.com>
escreveu:

> Just to add to my previous email,  I think  can use the iup.list
> function,  but even though I have enabled the EDITBOX option,  I don't seem
> to be able to type a new entry into the box,   I have missed setting a
> parameter?
>
> On Sun, 1 Mar 2020 at 08:43, Jane Taubman <janetaub...@gmail.com> wrote:
>
>> I just wondered if anyone has created an autofill text box.
>>
>> By this I mean a box where you start typing and an option appears below
>> and pressing tab completes the field with the suggested value.
>>
>> Any ideas and sample code appreciated.  I am working in Lua
>>
>> --
>> Jane.
>>
>> Jane Taubman | www.rjt.org.uk | www.taubman.org.uk | www.fhug.org.uk
>>
>
>
> --
> Jane.
>
> Jane Taubman | www.rjt.org.uk | www.taubman.org.uk | www.fhug.org.uk
> _______________________________________________
> Iup-users mailing list
> Iup-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/iup-users
>
_______________________________________________
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users

Reply via email to