Rank: 1339 based on 49 downloads (last 30 days) and 2 files submitted
photo

Pithawat Vachiramon

E-mail

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Files Posted by Pithawat View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
23 Mar 2009 Fullscreen 1.1 Display fullscreen images on multiple displays (updated) Author: Pithawat Vachiramon example, full screen, image, fullscreen, multiple displays, gui tools 20 5
  • 5.0
5.0 | 1 rating
18 May 2006 Fullscreen Display fullscreen images on multiple displays Author: Pithawat Vachiramon example, fullscreen image full..., gui tools 29 25
  • 4.27273
4.3 | 12 ratings
Comments and Ratings by Pithawat View all
Updated File Comments Rating
02 Dec 2009 Fullscreen Display fullscreen images on multiple displays Author: Pithawat Vachiramon

Hi Leonardo, have you tried the 1.1 version of the routine?

http://www.mathworks.com/matlabcentral/fileexchange/23404

14 Apr 2009 Fullscreen Display fullscreen images on multiple displays Author: Pithawat Vachiramon

Thanks Alejandro, I have implemented your fix and speeds up the function in Fullscreen 1.1 (http://www.mathworks.com/matlabcentral/fileexchange/23404)

Comments and Ratings on Pithawat's Files View all
Updated File Comment by Comments Rating
11 Nov 2011 Fullscreen 1.1 Display fullscreen images on multiple displays (updated) Author: Pithawat Vachiramon Zoltan

I found the solution: under Linux it is important to have the second screen activated at the moment MATLAB starts. ( http://www.mathworks.ch/help/techdoc/ref/rootobject_props.html )

11 Nov 2011 Fullscreen 1.1 Display fullscreen images on multiple displays (updated) Author: Pithawat Vachiramon Zoltan

Very nice, but I have a problem.
It can't display the fullscreen image under Linux 2.6.24 and X.Org X Server 1.6.4 on the second screen. Is there any solution?

17 Oct 2011 Fullscreen 1.1 Display fullscreen images on multiple displays (updated) Author: Pithawat Vachiramon Camara Iglesias, Alejandro

In Windows 7 with Matlab 2010b, the JFrame set to fullscreen via setFullScreenWindow(myjframe) iconifies when it looses the focus.

To prevent this behavior you can set the location of the frame via setLocation (as it is being done right now) and also set the dimensions of the frame to the screen resolution via setSize(bounds.height, bounds.width).

You would only need to change the line:

gds(device_number).setFullScreenWindow(frame_java);

with:

frame_java.setSize( bounds.height, bounds.width );

I hope it helps :-)

14 Mar 2011 Fullscreen Display fullscreen images on multiple displays Author: Pithawat Vachiramon Kazutaka

Either if I use an Embedded Matlab function block or a level 2 S function, Java is not supported...

19 Jan 2011 Fullscreen 1.1 Display fullscreen images on multiple displays (updated) Author: Pithawat Vachiramon Kanan, Christopher

It works well in Windows 7; however, I shared my code with an OSX user and it apparently only displays a black screen instead of an image. Any suggestions?

Top Tags Applied by Pithawat
example, gui tools, full screen, fullscreen, fullscreen image full screen multiple displays
Files Tagged by Pithawat View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
23 Mar 2009 Fullscreen 1.1 Display fullscreen images on multiple displays (updated) Author: Pithawat Vachiramon example, full screen, image, fullscreen, multiple displays, gui tools 20 5
  • 5.0
5.0 | 1 rating
18 May 2006 Fullscreen Display fullscreen images on multiple displays Author: Pithawat Vachiramon example, fullscreen image full..., gui tools 29 25
  • 4.27273
4.3 | 12 ratings

Contact us at files@mathworks.com