[Scilab-users] How to print GUI window?

VTX1801 sl1800 at rochester.rr.com
Thu Aug 1 23:04:45 CEST 2019


Further testing an some progress.

Suggestion of GUI window not dockable.
Looked at the properties of the figure and there is a dockable property.
The dockable property was set to 'off'. 
Set the dockable property to 'on'.

Executed print command and no Java exception error.

figid = f("figure_id");
disp(figid);
status = printfigure(figid);
disp(status);

Console displays 0 for figid.
Console displays T for status.

One page is printed on the printer.
However, the printed image is about one third of the plot figure only.
As though the scale of the print is zoomed in.

Looking for some property to set print to scale whole image to fill printed
sheet.
Is there a Scilab printer property for this purpose?

Suggestions?
Please advise,
Ted




--
Sent from: http://mailinglists.scilab.org/Scilab-users-Mailing-Lists-Archives-f2602246.html



More information about the users mailing list