Hey! I found how to solve my problem.
By using Attach_Using_Parent(Parent, ID), I though I had to pass the immediate parent for it to work. Because all my table widgets are created dynamically I do not keep reference to them in my app data. Therefore I tried to pass the closest parent kept in my app data, the table widgets list container, and the id of the Table_Title which is a div nested into two grids namely, Main_Grid and Infos_Grid. It works! I can update the title of my widgets. :)
------------------------------------------------------------------------------
_______________________________________________ Gnoga-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gnoga-list
