Difference between revisions of "ACP Diagram Sizes"

Line 1: Line 1:
ACP sizes the viewable diagram based on the viewable area in Analytica, which is determined by the size of the top-level module. An easy way to find out the size of a window is using Typescript (Ctrl + '). Type <code>profile Module_Name</code>. The module size is in '''diagState''': x, x, x, width, height, x. The diagState numbers include the Analytica window scrollbars (17 pixels tall or wide), even though they are not part of the viewable area.
+
ACP sizes the viewable diagram based on the viewable area in Analytica, which is determined by the size of the top-level module. An easy way to find out the size of a window is using Typescript (Ctrl + '). Type <code>profile Module_Name</code>. The module size is in '''diagState''': x, x, x, width, height, x. The diagState numbers include the Analytica window scroll bars, even though they are not part of the viewable area.
  
 
The [[CloudPlayerStyles Attribute Values|CloudPlayerStyle Attributes]] screen_width and screen_height do not size the viewable diagram but the entire Flash canvas.
 
The [[CloudPlayerStyles Attribute Values|CloudPlayerStyle Attributes]] screen_width and screen_height do not size the viewable diagram but the entire Flash canvas.
Line 34: Line 34:
 
|1010 x 490
 
|1010 x 490
 
|}
 
|}
<nowiki>*</nowiki>This dimension is maximized in a full-screen process of Analytica
 
 
*As of January 2012 the most popular Screen resolution is 1366 x 768
 
*As of January 2012 the most popular Screen resolution is 1366 x 768
 
*[http://www.w3schools.com/browsers/browsers_display.asp W3Schools.com] table of screen resolution statistics
 
*[http://www.w3schools.com/browsers/browsers_display.asp W3Schools.com] table of screen resolution statistics
 
*The TESS model is 994x775.
 
*The TESS model is 994x775.

Revision as of 05:24, 18 December 2015

ACP sizes the viewable diagram based on the viewable area in Analytica, which is determined by the size of the top-level module. An easy way to find out the size of a window is using Typescript (Ctrl + '). Type profile Module_Name. The module size is in diagState: x, x, x, width, height, x. The diagState numbers include the Analytica window scroll bars, even though they are not part of the viewable area.

The CloudPlayerStyle Attributes screen_width and screen_height do not size the viewable diagram but the entire Flash canvas.

You should design to display resolution, which is not necessarily the given resolution. Many browsers now use higher numbers of pixels per inch so while their resolutions can be very large, their display resolutions will be much smaller. For example, Retina Macbooks have resolutions of 2560x1600 (13") and 2880x1800 (15"), but display at 1280x800 and 1440x900, respectively.

These are the maximum viewable window sizes by screen resolution and ACP Options from a full-screen browser window.

Maximum Window Size by Screen Resolution and ACP Options

Resolution Vertical Tabs Horizontal Tabs
1920 x 1080 1635 x 840 1905 x 810
1600 x 900 1315 x 660 1585 x 635
1366 x 768 1085 x 539 1221 x 539
1280 x 1024 990 x 785 1265 x 755
1280 x 800 990 x 555 1265 x 525
1024 x 768 735 x 520 1010 x 490
  • As of January 2012 the most popular Screen resolution is 1366 x 768
  • W3Schools.com table of screen resolution statistics
  • The TESS model is 994x775.
Comments


You are not allowed to post comments.