Re: [Iup-users] Issue with iup.list and showdragdrop

2021-04-14 Thread Scott Morgan via Iup-users
On 14/04/2021 15:47, Scott Morgan via Iup-users wrote: > Running into an issue with IUP unexpectedly exiting app > > Simple Lua script: > > dlg = iup.dialog{iup.list{expand="YES",showdragdrop="YES"}} > dlg:showxy(iup.CENTER,iup.CENTER) > iup.MainLoop() > > Now click on the lower area of the list

Re: [Iup-users] Issue with iup.list and showdragdrop

2021-04-14 Thread Ranier Vilela
De: Scott Morgan via Iup-users Enviado: quarta-feira, 14 de abril de 2021 15:40 Para: iup-users@lists.sourceforge.net Cc: Scott Morgan Assunto: Re: [Iup-users] Issue with iup.list and showdragdrop On 14/04/2021 15:47, Scott Morgan via Iup-users wrote: > Running into an issue with

Re: [Iup-users] Issue with iup.list and showdragdrop

2021-04-15 Thread Scott Morgan via Iup-users
On 14/04/2021 22:54, Ranier Vilela wrote: > De: Scott Morgan via Iup-users >> >> Further examination suggests the problem is around src/win/iupwin_list.c >> line 1098. > >> The result of winListGetItemData isn't checked (returns NULL in this >> situation) and immediately used on the next line (it

Re: [Iup-users] Issue with iup.list and showdragdrop

2021-04-15 Thread Ranier Vilela
De: Scott Morgan via Iup-users Enviado: quinta-feira, 15 de abril de 2021 13:35 Para: iup-users@lists.sourceforge.net Cc: Scott Morgan Assunto: Re: [Iup-users] Issue with iup.list and showdragdrop On 14/04/2021 22:54, Ranier Vilela wrote: > De: Scott Morgan via Iup-users >> &

Re: [Iup-users] Issue with iup.list and showdragdrop

2021-04-15 Thread Antonio Scuri
abril de 2021 13:35 > Para: iup-users@lists.sourceforge.net > Cc: Scott Morgan > Assunto: Re: [Iup-users] Issue with iup.list and showdragdrop > > On 14/04/2021 22:54, Ranier Vilela wrote: > > De: Scott Morgan via Iup-users > >> > >> Further examinati

Re: [Iup-users] Issue with iup.list and showdragdrop

2021-04-15 Thread Scott Morgan via Iup-users
On 14/04/2021 16:40, Scott Morgan via Iup-users wrote: > On 14/04/2021 15:47, Scott Morgan via Iup-users wrote: >> Running into an issue with IUP unexpectedly exiting app >> >> Simple Lua script: >> >> dlg = iup.dialog{iup.list{expand="YES",showdragdrop="YES"}} >> dlg:showxy(iup.CENTER,iup.CENTER)