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 <[email protected]> wrote:

> 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
>
>
> ------------------------------------------------------------------------------
>
> _______________________________________________
> Iup-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/iup-users
>
>
------------------------------------------------------------------------------
_______________________________________________
Iup-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/iup-users

Reply via email to