Re: [Iup-users] Inline editing items in IupList

2020-09-15 Thread Antonio Scuri
Hi,

The IupList configuration, Ranier suggested, will place a text box on the
top of the list. A rename of a list item is not possible in IupList.

You can use IupTree or IupFlatTree to simulate a list using a tree.

The additional library IupControls includes the IupMatrix control that can
also be used to simulate a list. Actually we implemented a control called
IupMatrixList that does exactly that. But all the controls in the
IupControls library depend on CD, our graphics library. Not a big deal, but
just to let you know.

Best,
Scuri


Em ter., 15 de set. de 2020 às 02:45, Cezary Drożak 
escreveu:

> Thank you, I will try these options
>
> On Tue, 15 Sep 2020, 02:24 Pete Lomax via Iup-users, <
> iup-users@lists.sourceforge.net> wrote:
>
>> Don't think you can do exactly that (in-place edit) with an IupList, but
>> you certainly can with an IupMatrix, and probably with a single-level
>> IupTree.
>> On Monday, 14 September 2020, 22:20:37 BST, Cezary Drożak <
>> cza...@drozak.net> wrote:
>>
>>
>> Hello,
>>
>> I am considering switching from Qt to IUP and one thing I cannot find in
>> IUP is the possibility to edit items in IUP inline like on this screenshot:
>> https://doc-snapshots.qt.io/4.8/images/stringlistmodel.png.
>> Is it possible to do it in IUP? It isn't a top priority, as I can always
>> use a pop up, but an inline editor would look better in my opinion.
>>
>> Thanks,
>> Cezary Drożak
>> ___
>> 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
>>
> ___
> 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


Re: [Iup-users] Inline editing items in IupList

2020-09-14 Thread Cezary Drożak
Thank you, I will try these options

On Tue, 15 Sep 2020, 02:24 Pete Lomax via Iup-users, <
iup-users@lists.sourceforge.net> wrote:

> Don't think you can do exactly that (in-place edit) with an IupList, but
> you certainly can with an IupMatrix, and probably with a single-level
> IupTree.
> On Monday, 14 September 2020, 22:20:37 BST, Cezary Drożak <
> cza...@drozak.net> wrote:
>
>
> Hello,
>
> I am considering switching from Qt to IUP and one thing I cannot find in
> IUP is the possibility to edit items in IUP inline like on this screenshot:
> https://doc-snapshots.qt.io/4.8/images/stringlistmodel.png.
> Is it possible to do it in IUP? It isn't a top priority, as I can always
> use a pop up, but an inline editor would look better in my opinion.
>
> Thanks,
> Cezary Drożak
> ___
> 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
>
___
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users


Re: [Iup-users] Inline editing items in IupList

2020-09-14 Thread Pete Lomax via Iup-users
 Don't think you can do exactly that (in-place edit) with an IupList, but you 
certainly can with an IupMatrix, and probably with a single-level IupTree.
 On Monday, 14 September 2020, 22:20:37 BST, Cezary Drożak 
 wrote:  
 
 Hello,
I am considering switching from Qt to IUP and one thing I cannot find in IUP is 
the possibility to edit items in IUP inline like on this screenshot: 
https://doc-snapshots.qt.io/4.8/images/stringlistmodel.png.Is it possible to do 
it in IUP? It isn't a top priority, as I can always use a pop up, but an inline 
editor would look better in my opinion.
Thanks,Cezary Drożak___
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


Re: [Iup-users] Inline editing items in IupList

2020-09-14 Thread Ranier Vilela
De: Cezary Drożak 
Enviado: segunda-feira, 14 de setembro de 2020 20:22
Para: iup-users@lists.sourceforge.net
Assunto: [Iup-users] Inline editing items in IupList

>I am considering switching from Qt to IUP and one thing I cannot find in IUP 
>is the possibility to edit items in IUP >inline like on this screenshot: 
>https://doc-snapshots.qt.io/4.8/images/stringlistmodel.png.
>Is it possible to do it in IUP? It isn't a top priority, as I can always use a 
>pop up, but an inline editor would look >better >in my opinion.
You tried?
IupList with
DROPDOWN=NO
EDITBOX=YES

regards,
Ranier Vilela


___
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users


[Iup-users] Inline editing items in IupList

2020-09-14 Thread Cezary Drożak
Hello,

I am considering switching from Qt to IUP and one thing I cannot find in
IUP is the possibility to edit items in IUP inline like on this screenshot:
https://doc-snapshots.qt.io/4.8/images/stringlistmodel.png.
Is it possible to do it in IUP? It isn't a top priority, as I can always
use a pop up, but an inline editor would look better in my opinion.

Thanks,
Cezary Drożak
___
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users