From: Maurice L. <ml...@us...> - 2002-01-30 07:45:11
|
Update of /cvsroot/plplot/plplot/bindings/tk In directory usw-pr-cvs1:/tmp/cvs-serv22084 Modified Files: plwidget.tcl Log Message: New bop/eop handling when being run from a plserver. The installed bop command is a Tcl proc that does all the necessary logic to pause between pages on a multipage plot, putting an appropriate prompt in the status label at the top. Normal GUI style "single page" plots are unaffected. To retain the new prompt when performing other operations that use the status label (save, zoom, etc), a label stack was implemented. Right now only 1 deep is being used as the others are transient messages and not pushed onto the stack. To see how this works in action, do the normal tk demo setup, then run any of the multi page plots (number 9 is a good example because it takes a bit of time to run). |