Re: [Iup-users] IupMatrix Mark

2020-07-12 Thread support
I'm using mark multiple. Should this be disabled for COL / LIN mode? On 2020-07-12 17:06, John Spikowski wrote: Hi Antonio, I can't seem to get anything other than "CELL" to work with IupMatrix and IupSetAttribute(mat, "MARKMODE","CELL"). If I try COL / LIN nothing is highlighted when I click o

[Iup-users] IupMatrix Mark

2020-07-12 Thread John Spikowski
Hi Antonio, I can't seem to get anything other than "CELL" to work with IupMatrix and IupSetAttribute(mat, "MARKMODE","CELL"). If I try COL / LIN nothing is highlighted when I click on a cell. Running IUP 3.29 Windows 10 32 bit. John ___ Iup-users

[Iup-users] IUP assorted issues (part IV)

2020-07-12 Thread Ranier Vilela
Hi Scuri, Here some new issues with IUP. 1. Memory corruption at src/iup_draw.c variable points has size of 6, but call Polygon with only size 3. iupdrvDrawPolygon call msvc Polygon function 2. Memory corruption at srcglcontrols/iup_gldraw.c variable points has size of 6, but call Polygon with o

Re: [Iup-users] IUP assorted issues (part III)

2020-07-12 Thread Antonio Scuri
*1. Possible dereference null at functions iFlatTreeTextEditVALUECHANGED_CB andiFlatTreeTextEditKCR_CB (src/iup_flatree.c)Function iFlatTreeGetNode can return NULL, so, var nodefocus can be NULL* That can never happen in the context of that function. *2. Uninitialized var used (src/win/iupw

Re: [Iup-users] IUP iupDlgListDestroyAll refactored

2020-07-12 Thread Antonio Scuri
1) OK 2) No. During a IupDestroy, one of the other handles in the array could be destroyed, so the check must remain. Best, Scuri Em sáb., 11 de jul. de 2020 às 00:31, Ranier Vilela escreveu: > De: Antonio Scuri > Enviado: sexta-feira, 29 de maio de 2020 13:12 > Para: IUP discussion list. >