Hello, I have been using diadem for many years to data analysis, i am a little familiar with scripting, and very new to creating GUI's. I am trying to create a GUI with a table which lists the groups that are loaded, to allow the user to check/uncheck which groups to perform calculations on (user would check the groups then hit a button to perform calculations on just those selected groups).
I have made a gui with an XTable and checkboxes, with the text displaying the group names. But it seems that when i run this GUI, if i uncheck or check a box, it reverts to the original state when i select another cell.
How would i go about fixing this? I know it is possible as the 'User Dialog Box with Extended Table' example shows this, but I for some reason can't figure it out.
Any help would be greatly appreciated!
-Nick