[Scilab-users] How to print GUI window?

P M p.muehlmann at gmail.com
Fri Aug 2 21:12:22 CEST 2019


...to start with: I guess you try the gui2bitmap toolbox....

To answer your questions:
You need to download & install IrfanView on your Laptop.
Make sure that the IrfanView install path in your code is exactly as it is
on your machine.
Besides of this: You may already have IrfanView installed, but it may be on
a different path...so Scilab would no find the folder.

I do not know how Scilab would automatically install IrfanView.

Yes, everybody who use the code would have to have IrfanView installed.
Also the path variable would have to be the same, if you do not want to
change code for each of your clients.

Output file directory:
The path is of your choice and can be differnt for each client who runs the
code.
If the output folder does not exist, you can create it in Scilab using
mkdir (I think)

Quote:
Lastly, the uicontrols all appear to be within the boundaries of the graph
plot. This is not acceptable.

What do you mean exactly?
In the example I gave, I just plot a figure without placing it at a
specific location within the figure.
The goal was, to test if the plot is captured at all, or if it wil become a
white area.
So the other uicontrols a "on top" of it.
You can easely rearrange the position of each uicontrol, so that they are
not "overlaying" each other.


Best regards,
Philipp







Am Fr., 2. Aug. 2019 um 16:30 Uhr schrieb VTX1801 <sl1800 at rochester.rr.com>:

> Philipp,
> Thanks for contributing your time and effort to resolve this issue with a
> work around.
>
> The following error is produced when the push button is clicked"
>
> cd: Cannot go to directory C:\Program Files (x86)\IrfanView
>
> Obviously, I do not have IrfanView software installed on my laptop/
>
> Therefore, for this work around to be implemented does everyone who is a
> client of this Scilab code need to install IrfanView software?
>
> Or, will the Scilab executable that will be distributed to clients need to
> install IrfanView software?
> Additionally, does the output file directory need to be identical on all
> client PCs?
>
> Lastly, the uicontrols all appear to be within the boundaries of the graph
> plot.
> This is not acceptable.
> The spreadsheet data needs to plot unobscurred and the are several list
> boxes that will have various data displayed.
>
> Again, it would be far better to fix the bug in Scilab than to require all
> this effort for a work around solution.
>
> Best Regards,
> Ted
>
>
>
>
>
> --
> Sent from:
> http://mailinglists.scilab.org/Scilab-users-Mailing-Lists-Archives-f2602246.html
> _______________________________________________
> users mailing list
> users at lists.scilab.org
> http://lists.scilab.org/mailman/listinfo/users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20190802/705381cf/attachment.htm>


More information about the users mailing list