I want to trigger the same logic that runs whenever I resize a nomads panel by dragging a border. I have resized the window in the program using 'size' and now I want the objects in the panel to adjust. Does anyone know how to accomplish this?
Try perform "*winproc.rsz;resize"
That worked perfect...Thanks a bunch :)