On Sun, May 03, 2009 at 05:01:09AM -0700, Alan Irwin wrote: > > There was one strange Tk issue that "make test_interactive" turned up. For > some reason, under plserver, example 17 gives a 'invalid command name > "plrandd"' error. Under pltcl, the exact same example works fine. This was > not an issue for the -DENABLE_DYNDRIVERS=ON case. This is something that > should be investigated after the release.
Alan, This is as a result of the different way tcl command are called in the two cases. Example 17 and 21 are now fixed to correctly call "$w cmd plrandd" instead of just "plrandd". Fixes your problem. I also fixed what I believe is another omission of plrandd from PLWin.itk (based just on comparison with other commands). By the way my testing with the make test_interactive in the install tree also showed up some inconsistencies with the way moving on to the next page is handled in different devices. - xcairo does not support the right mouse button - qtwidget does not support <enter> It would be nice to standardise these. While looking at the tk examples I also fixed up similar problems in examples 2 and 24 so they are both now included in the plserver interactive tests. Andrew ------------------------------------------------------------------------------ The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even with all image processing features enabled. http://p.sf.net/sfu/kodak-com _______________________________________________ Plplot-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/plplot-devel
