<div dir="ltr"><div dir="ltr"><div dir="ltr">Hallo Samuel,<br><br></div><div>I know...old system, but still....<br><br></div><div>Win XP<br></div><div>Scilab 5.5.2<br></div><div>- Install gui2ibtmap from atoms.<br><br><br></div><div dir="ltr">copy paste the first example into the console gives follwing<br><br>-->// Generate a nice GUI (from demos)<br> -->exec("SCI/modules/gui/demos/uicontrol_plot3d.dem.sce",-1);<br> -->//<br> -->f = gcf();<br> -->f.axes_size = [650 400];<br> -->sleep(500)<br> -->figGUI = "TMPDIR/gui2bitmap/gui2bitmap.png";<br> --><br> -->// Export the window<br> -->gui2bitmap(f, figGUI, %t) // with window borders<br> !--error 241 <br>File 'C:\Users\Samuel\Desktop\DOSSIERS\Scilab\scripts\bib\ATOMS\GUI2BI~1\GUI2BI~1.0\GUI2BI~1.0_5\macros\gui2bitmap.bin' does not exist<br> <br></div><div>This is true, because on my PC there is no C:\Users\Samuel....<br><br><br></div><div>Best regards,<br></div><div>Philipp<br></div><div dir="ltr"><br><br></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Am Fr., 2. Aug. 2019 um 14:29 Uhr schrieb Samuel Gougeon <<a href="mailto:sgougeon@free.fr">sgougeon@free.fr</a>>:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div bgcolor="#FFFFFF">
<p>Hello, <br>
</p>
<p> I am glad to announce the first release of the <i>gui2bitmat</i>
package :<br>
<a class="gmail-m_-5657764543299515612moz-txt-link-freetext" href="https://atoms.scilab.org/toolboxes/gui2bitmap" target="_blank">https://atoms.scilab.org/toolboxes/gui2bitmap</a><br>
<br>
gui2bitmap() aims to export into a .png | .jpg | .gif | .bmp
bitmap image<br>
any graphical figure or User Interface with interactive components
(uicontrols).<br>
An option allows to get the image of the full window, including
its<br>
border/frame (with its menus bar, tools bar, status bar, and other
bars ;-)<br>
<br>
It is a stand-alone function (no thirdparty needed), easy to use
and easy to maintain<br>
(no hard code to recompile from a Scilab version to next ones).<br>
<br>
It is tested on Windows, but it should run as well on Linux and
MacOS.<br>
It is fully documented.<br>
<br>
Enjoy.<br>
Samuel<br>
</p>
<p>-----------------------<br>
</p>
<div class="gmail-m_-5657764543299515612atoms_toolbox_title" style="color:rgb(91,89,80);font-family:sans-serif;font-size:14.4px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration-style:initial;text-decoration-color:initial">
<h1 style="color:rgb(95,95,95);font-family:Georgia,serif;font-size:1.4em;margin:10px 0px">gui2bitmap</h1>
</div>
<div style="color:rgb(91,89,80);font-family:sans-serif;font-size:14.4px;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration-style:initial;text-decoration-color:initial;font-style:italic">get a bitmap image of a graphical figure or
interface, including its uicontrols, nay window borders<br>
<br>
<pre style="color:rgb(91,89,80);font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;word-spacing:0px;text-decoration-style:initial;text-decoration-color:initial">SYNTAXES
--------
gui2bitmap(idFig, filename)
gui2bitmap(idFig, filename, withBorders)
idFig : handle of the figure
filename : pathname to the output image file
withBorders: boolean
PDF page:
--------
English: <a href="https://atoms.scilab.org/toolboxes/gui2bitmap/1.0/files/gui2bitmap_1.0_en.pdf" style="color:rgb(0,0,170);background-color:transparent;text-decoration:none" target="_blank">https://atoms.scilab.org/toolboxes/gui2bitmap/1.0/files/gui2bitmap_1.0_en.pdf</a>
French: <a href="https://atoms.scilab.org/toolboxes/gui2bitmap/1.0/files/gui2bitmap_1.0_fr.pdf" style="color:rgb(0,0,170);background-color:transparent;text-decoration:none" target="_blank">https://atoms.scilab.org/toolboxes/gui2bitmap/1.0/files/gui2bitmap_1.0_fr.pdf</a>
Bugs reports, comments:
----------------------
<a href="http://atoms.scilab.org/toolboxes/gui2bitmap" style="color:rgb(0,0,170);background-color:transparent;text-decoration:none" target="_blank">http://atoms.scilab.org/toolboxes/gui2bitmap</a>#new_comment</pre>
</div>
<p><br>
</p>
</div>
_______________________________________________<br>
users mailing list<br>
<a href="mailto:users@lists.scilab.org" target="_blank">users@lists.scilab.org</a><br>
<a href="http://lists.scilab.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.scilab.org/mailman/listinfo/users</a><br>
</blockquote></div>