1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xml:lang="en-US" lang="en-US">
3  <head>
4    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5    <meta http-equiv="Content-Style-Type" content="text/css" />
6    <link rel="stylesheet" href="../../../css/manpage.css" type="text/css" />
7    <title>Layout (lyt) Sample Demo</title>
8  </head>
9
10  <body>
11    <h1>locationAdjust</h1>
12
13    <h2>Overview</h2>
14
15    <p>Demonstrates how to restore original pane size when displaying a layout for the upper screen on the lower screen using Location Adjust.</p>
16
17    <h2>How to Use</h2>
18
19    <p>Location Adjust is enabled/disabled using the A Button.</p>
20
21    <p>Changes the size of the pane displayed on the lower screen.</p>
22
23    <h2>Description</h2>
24
25    <p>When displaying a layout designed to match the 400-pixel width of the upper screen on the lower screen (with a width of 320 pixels), display is made with part of the pane sticking off the screen to the left and right.</p>
26
27    <p>If Location Adjust has been enabled, the part hanging off can be eliminated because the scale value for location adjust will be applied to panes for which &quot;Make target of Location Adjust&quot; has been set.</p>
28
29    <p>Set the scale value for Location Adjust to 400.0/320.0.</p>
30
31    <p>The following processing is performed by this sample demo.</p>
32
33    <ul>
34        <li>Initialization of the resource accessor</li>
35        <li>Loading of binary files</li>
36        <li>Selection of Location Adjust</li>
37    </ul>
38
39    <h2>Scope of the Demo</h2>
40
41    <p>This sample demo is related to the following items.</p>
42
43    <ul>
44      <li><a href="../ArcResourceAccessor/Overview.html"><code>nw::lyt::ArcResourceAccessor</code></a></li>
45      <li><a href="../DrawInfo/Overview.html"><code>nw::lyt::DrawInfo</code></a></li>
46      <li><a href="../Layout/Overview.html"><code>nw::lyt::Layout</code></a></li>
47    </ul>
48
49  <hr><p>CONFIDENTIAL</p></body>
50</html>
51