Re: [Scilab-users] How to print GUI window?

2019-08-05 Thread P M
Hi Ted, please confirm: - your screen is: 1920 x 1080 - The GUI position is 125,25 - The GUI size is 1300 x 780...including borders and menu bars so if: f = handle of your figure than: f.position = [125, 25 , 1300, 780] ?? - The resulting image from gui2bitmap shows the GUI

Re: [Scilab-users] How to print GUI window?

2019-08-05 Thread VTX1801
Samuel, Windows 10 OS. The screen resolution of my laptop is set to 1920x1080. I still see the problems after atomsUpdate("gui2bitmap"). The GUI is completely inside the screen. With about 1/4" gap above and below and about 1 inch on either side. The GUI appears to grow 1/4 inch only to the

[Scilab-users] gui2bitmap 1.1 is released

2019-08-05 Thread Samuel Gougeon
gui2bitmap 1.1 is released. CHANGES 1.0 => 1.1 == FIX and IMPROVEMENTS: 1. On Windows, any graphical window that is partly shifted off-screen is now managed. 2. On slow computers, sometimes the snapshot shew some overlaying window instead of the Graphical one. 3. Loading

Re: [Scilab-users] gui2bitmap 1.0 is released

2019-08-05 Thread Samuel Gougeon
Le 04/08/2019 à 22:22, P M a écrit : ... 3.: Exporting an image with size > monitorsize: Currently, gui2bitmat() is not built to handle this case. It's more complex (but possible) to handle it in java. I mainly wished to propose without more delay an easy solution to this long standing

Re: [Scilab-users] gui2bitmap 1.0 is released

2019-08-05 Thread Samuel Gougeon
Le 05/08/2019 à 09:46, P M a écrit : testing with: - Win7 - Scilab 6.0.2 - Screen: 1600 x 1200 px from gui2bitmap 1st example: f.axes_size = [650 400]; 1.: test with borders: resulting image size: 666 x 459 px   // different from 5.5.2 version with 1280 x 1024 screen (658 x 448 px) Tnaks

Re: [Scilab-users] gui2bitmap 1.0 is released

2019-08-05 Thread P M
testing with: - Win7 - Scilab 6.0.2 - Screen: 1600 x 1200 px from gui2bitmap 1st example: f.axes_size = [650 400]; 1.: test with borders: resulting image size: 666 x 459 px // different from 5.5.2 version with 1280 x 1024 screen (658 x 448 px) 2.: test without borders resulting image size: