Hi, I am having a problem redrawing the graphics in a panel group. What I need is when I press a button, the currently drawn graphics to be cleared/disappear and the new to appear. This is what I have: var ctr = 0; var win = new Window('palette', appName+ver, [100, 100, 330, 410], {resizeable: true}...