Re: [Iup-users] iuplua matrixlist: toggle checkbox from code

2015-11-11 Thread Karagy
Thanks a lot, Antonio! 11/11/2015 22:17, Antonio Scuri wrote: >Hi, > >IupMatrixList inherits from IupMatrix. And in IupMatrix attributes are > cached until a redraw is force using the REDRAW attribute. So, right after > changing IMAGEVALUE, just call > > APP.mxlist.redraw

Re: [Iup-users] iuplua matrixlist: toggle checkbox from code

2015-11-11 Thread Antonio Scuri
Hi, IupMatrixList inherits from IupMatrix. And in IupMatrix attributes are cached until a redraw is force using the REDRAW attribute. So, right after changing IMAGEVALUE, just call APP.mxlist.redraw = "Yes" Best, Scuri On Wed, Nov 11, 2015 at 3:19 PM, Karagy wrote: > Hi,

[Iup-users] iuplua matrixlist: toggle checkbox from code

2015-11-11 Thread Karagy
Hi, all! I about programmatically check/uncheck the iup.matrixlist entries. It's can be toggled (from code) immediately only when entry value updated. Else needed user's mouse-click to matrixlist area for redraw. It's ok? Play with example in attach. -- With best regards, Karagy local iup =