source: MML/trunk/machine/SOLEIL/common/toolbox/GUILayout/layoutHelp/Getting Started2.html @ 17

Last change on this file since 17 was 17, checked in by zhangj, 10 years ago

To have a stable version on the server.

  • Property svn:executable set to *
File size: 12.7 KB
Line 
1            <html xmlns:saxon="http://icl.com/saxon">
2   <head>
3      <link rel="stylesheet" type="text/css" href="doc.css"/>
4      <link rel="stylesheet" type="text/css" href=""/>
5      <meta author="The MathWorks Ltd."/>
6      <meta copyright="2011 The MathWorks Ltd."/>
7      <title>Release Notes</title>
8   </head>
9
10   
11   <body>
12      <table class="header" width="100%" border="0" cellspacing="0" cellpadding="0">
13         <tr>
14            <td bgcolor="#e4f0f8"><A href="Getting Started.html"><font face="Arial" bgcolor="#e4f0f8" size="+0" underline="0" color="#000000"><b>Getting Started</b></font></A></td>
15            <td width="36" bgcolor="#e4f0f8"><A HREF="Getting Started1.html"><IMG SRC="Images/leftarrow.png" BORDER="0" ALT="previous page"/></A><A HREF="Getting Started3.html"><IMG SRC="Images/rightarrow.png" BORDER="0" ALT="next page"/></A></td>
16         </tr>
17      </table>
18   
19
20      <h2>2: Release Notes&nbsp;<A href="Getting Started.html"><img src="Images/uparrow.png" border="0" align="top" alt="Go back up one level"/></A></h2>
21     
22    <p>
23The GUI Layout Toolbox version numbers take the form <code>major.minor</code>. The
24        current version you have installed can be checked by typing <a href="matlab:doc ver"><code class="FUNCTION">ver</code></a>
25        or <a href="layoutVersion.html"><code class="FUNCTION">layoutVersion</code></a> at the MATLAB command prompt.
26    </p>
27
28   
29
30   
31
32   
33
34   
35
36   
37
38   
39   
40   
41
42   
43
44   
45
46   
47     
48
49 
50      <h3>Section contents:</h3>
51      <ul class="contents">
52         <li>2.1. <a href="#1">Version 1.10 (July 2011)</a></li>
53         <li>2.2. <a href="#2">Version 1.9 (February 2011)</a></li>
54         <li>2.3. <a href="#3">Version 1.8 (November 2010)</a></li>
55         <li>2.4. <a href="#4">Version 1.7 (October 2010)</a></li>
56         <li>2.5. <a href="#5">Version 1.6 (September 2010)</a></li>
57         <li>2.6. <a href="#6">Version 1.5 (July 2010)</a></li>
58         <li>2.7. <a href="#7">Version 1.4 (July 2010)</a></li>
59         <li>2.8. <a href="#8">Version 1.3 (July 2010)</a></li>
60         <li>2.9. <a href="#9">Version 1.2 (June 2010)</a></li>
61         <li>2.10. <a href="#10">Version 1.1 (June 2010)</a></li>
62         <li>2.11. <a href="#11">Version 1.0 (May 2010)</a></li>
63      </ul>
64
65      <ul class="contents">
66      </ul>
67
68     
69      <ul class="contents">
70      </ul>
71<br clear="all"/><hr/>
72         
73      <h2><a name="1">&nbsp;</a>2.1: Version 1.10 (July 2011)&nbsp;<a href="Getting Started2.html"><img src="Images/uparrow.png" border="0" align="top" alt="Go back up one level"/></a></h2>
74     
75    <p>Update to the first release:</p>
76    <ul>
77        <li>Add <code>TabEnable</code> property for controlling the enabled state of individual tabs</li>
78        <li>Revert to normalized units for all layouts</li>
79        <li>Fix bug with mouse-over events</li>
80    </ul>
81    <br clear="all"/><hr/>
82         
83      <h2><a name="2">&nbsp;</a>2.2: Version 1.9 (February 2011)&nbsp;<a href="Getting Started2.html"><img src="Images/uparrow.png" border="0" align="top" alt="Go back up one level"/></a></h2>
84     
85    <p>Update to the first release:</p>
86    <ul>
87        <li>Add <code>MinimumSize</code> properties to Boxes and Grids</li>
88        <li>Minor improvements to mouse-over and redraw speed</li>
89        <li>Fix bug with ordering of controls that sometimes prevented grid dividers being dragged</li>
90    </ul>
91    <br clear="all"/><hr/>
92         
93      <h2><a name="3">&nbsp;</a>2.3: Version 1.8 (November 2010)&nbsp;<a href="Getting Started2.html"><img src="Images/uparrow.png" border="0" align="top" alt="Go back up one level"/></a></h2>
94     
95    <p>Update to the first release:</p>
96    <ul>
97        <li>Add PreviousChild event-data to <a href="uiextras.TabPanel.html"><code class="FUNCTION">uiextras.TabPanel</code></a> Callback</li>
98        <li>Add guards to prevent errors when focus is lost whilst dragging a flexible divider</li>
99        <li>Fix bug when trying to print figures containing flexible layouts</li>
100    </ul>
101    <br clear="all"/><hr/>
102         
103      <h2><a name="4">&nbsp;</a>2.4: Version 1.7 (October 2010)&nbsp;<a href="Getting Started2.html"><img src="Images/uparrow.png" border="0" align="top" alt="Go back up one level"/></a></h2>
104     
105    <p>Update to the first release:</p>
106    <ul>
107        <li>Improve enable behavior when used with custom widgets</li>
108        <li>Add an explanation of cell arrays used to pass extra function arguments</li>
109        <li>Fix bug in unit-setting of children added to layouts (improves axes handling)</li>
110    </ul>
111    <br clear="all"/><hr/>
112         
113      <h2><a name="5">&nbsp;</a>2.5: Version 1.6 (September 2010)&nbsp;<a href="Getting Started2.html"><img src="Images/uparrow.png" border="0" align="top" alt="Go back up one level"/></a></h2>
114     
115    <p>Update to the first release:</p>
116    <ul>
117        <li>Make panel "SelectedChild" property observable for use with <a href="matlab:doc event.proplistener"><code class="FUNCTION">event.proplistener</code></a></li>
118        <li>Fix bug with dividers disappearing when GridFlex's are nested</li>
119        <li>Fix clipping bug with Tab label text drawing outside parent container</li>
120    </ul>
121    <br clear="all"/><hr/>
122         
123      <h2><a name="6">&nbsp;</a>2.6: Version 1.5 (July 2010)&nbsp;<a href="Getting Started2.html"><img src="Images/uparrow.png" border="0" align="top" alt="Go back up one level"/></a></h2>
124     
125    <p>Update to the first release:</p>
126    <ul>
127        <li>Add DeleteFcn property that allows a user function to be called before a layout is deleted.</li>
128        <li>Improve <a href="PanelDock.html">Docking</a> and <a href="PanelMinimize.html">Minimizing</a> examples.</li>
129        <li>Fix flexible layout divider positions when figure units are not set to pixels (e.g. in GUIDE apps).</li>
130        <li>Add documentation describing how to use layouts as part of a GUIDE-built GUI.</li>
131        <li>Fix a bug where ButtonBoxes caused a new window to open if their parent had HandleVisibility off</li>
132    </ul>
133    <br clear="all"/><hr/>
134         
135      <h2><a name="7">&nbsp;</a>2.7: Version 1.4 (July 2010)&nbsp;<a href="Getting Started2.html"><img src="Images/uparrow.png" border="0" align="top" alt="Go back up one level"/></a></h2>
136     
137    <p>Update to the first release:</p>
138    <ul>
139        <li>Add ability to set defaults for property values. See <a href="uiextras.set.html"><code class="FUNCTION">uiextras.set</code></a>.</li>
140    </ul>
141        <br clear="all"/><hr/>
142         
143      <h2><a name="8">&nbsp;</a>2.8: Version 1.3 (July 2010)&nbsp;<a href="Getting Started2.html"><img src="Images/uparrow.png" border="0" align="top" alt="Go back up one level"/></a></h2>
144     
145    <p>Update to the first release:</p>
146    <ul>
147        <li>Fix bug with <a href="uiextras.Panel.html"><code class="FUNCTION">uiextras.Panel</code></a> mis-managing its title when not specified at construction</li>
148        <li>Fix bug with <a href="uiextras.Empty.html"><code class="FUNCTION">uiextras.Empty</code></a> widget going out of scope</li>
149        <li>Fix bug when removing a child from <a href="uiextras.TabPanel.html"><code class="FUNCTION">uiextras.TabPanel</code></a></li>
150        <li>Prevent legends being hijacked by the layout managers!</li>
151        <li>Add option for showing markings on the movable dividers for flexible containers (<a href="uiextras.HBoxFlex.html"><code class="FUNCTION">uiextras.HBoxFlex</code></a>,<a href="uiextras.VBoxFlex.html"><code class="FUNCTION">uiextras.VBoxFlex</code></a>,<a href="uiextras.GridFlex.html"><code class="FUNCTION">uiextras.GridFlex</code></a>)</li>
152        <li>Add documentation on <a href="Compiling.html">building deployed exectuables</a></li>
153        <li>Tidy up help H1 lines in all files</li>
154    </ul>
155        <br clear="all"/><hr/>
156         
157      <h2><a name="9">&nbsp;</a>2.9: Version 1.2 (June 2010)&nbsp;<a href="Getting Started2.html"><img src="Images/uparrow.png" border="0" align="top" alt="Go back up one level"/></a></h2>
158     
159    <p>Update to the first release:</p>
160    <ul>
161        <li>Ensure layout objects are deleted when the graphics are deleted</li>
162        <li>Add "ancestor" method</li>
163        <li>Fix bug in GridFlex divider positioning</li>
164        <li>Remove "&gt;&gt;" from examples in documentation</li>
165        <li>Improve formatting of examples in documentation</li>
166    </ul>
167        <br clear="all"/><hr/>
168         
169      <h2><a name="10">&nbsp;</a>2.10: Version 1.1 (June 2010)&nbsp;<a href="Getting Started2.html"><img src="Images/uparrow.png" border="0" align="top" alt="Go back up one level"/></a></h2>
170     
171        <p>Update to the first release:</p>
172        <ul>
173            <li>Added missing <a href="layoutRoot.html"><code class="FUNCTION">layoutRoot</code></a> and <a href="layoutVersion.html"><code class="FUNCTION">layoutVersion</code></a> functions.</li>
174            <li>Fix various typographical errors in the documentation.</li>
175        </ul>
176        <br clear="all"/><hr/>
177         
178      <h2><a name="11">&nbsp;</a>2.11: Version 1.0 (May 2010)&nbsp;<a href="Getting Started2.html"><img src="Images/uparrow.png" border="0" align="top" alt="Go back up one level"/></a></h2>
179     
180        <p>Initial public release. Includes:</p>
181        <ol>
182            <li>Panels<ul>
183                    <li><a href="uiextras.Panel.html"><code class="FUNCTION">uiextras.Panel</code></a>: Arrange a single element inside a standard panel</li>
184                    <li><a href="uiextras.CardPanel.html"><code class="FUNCTION">uiextras.CardPanel</code></a>: Show one element (card) from a list</li>
185                    <li><a href="uiextras.BoxPanel.html"><code class="FUNCTION">uiextras.BoxPanel</code></a>: Arrange a single element in a panel with boxed title</li>
186                    <li><a href="uiextras.TabPanel.html"><code class="FUNCTION">uiextras.TabPanel</code></a>: Arrange elements in a panel with tabs for selecting which is visible</li>
187            </ul></li>
188            <li>Boxes<ul>
189                <li><a href="uiextras.HBox.html"><code class="FUNCTION">uiextras.HBox</code></a>: Arrange elements horizontally in a single row</li>
190                <li><a href="uiextras.VBox.html"><code class="FUNCTION">uiextras.VBox</code></a>: Arrange elements vertically in a single column</li>
191                <li><a href="uiextras.HBoxFlex.html"><code class="FUNCTION">uiextras.HBoxFlex</code></a>: Arrange elements horizontally with draggable dividers</li>
192                <li><a href="uiextras.VBoxFlex.html"><code class="FUNCTION">uiextras.VBoxFlex</code></a>: Arrange elements vertically with draggable dividers</li>
193                <li><a href="uiextras.HButtonBox.html"><code class="FUNCTION">uiextras.HButtonBox</code></a>: Arrange buttons horizontally in a single row</li>
194                <li><a href="uiextras.VButtonBox.html"><code class="FUNCTION">uiextras.VButtonBox</code></a>: Arrange buttons vertically in a single column</li>
195            </ul></li>
196            <li>3: Grids<ul>
197                <li><a href="uiextras.Grid.html"><code class="FUNCTION">uiextras.Grid</code></a>: Arrange elements in a two dimensional grid</li>
198                <li><a href="uiextras.GridFlex.html"><code class="FUNCTION">uiextras.GridFlex</code></a>: Arrange elements in a two dimensional grid with draggable dividers</li>
199            </ul></li>
200        </ol>
201   
202     
203      <br clear="ALL"/>
204      <table class="footer" width="100%" border="0" cellspacing="0" cellpadding="0">
205         <tr>
206            <td width="18" height="15" bgcolor="#e4f0f8" align="left"><a href="Getting Started1.html"><img src="images/leftarrow.png" border="0" alt="previous page"/></a></td>
207            <td width="40%" height="15" bgcolor="#e4f0f8" align="left"><a href="Getting Started1.html"><font face="arial" bgcolor="#e4f0f8" size="normal" underline="0" color="#000000">What is the GUI Layout Toolbox?</font></a></td>
208            <td width="20%" height="15" bgcolor="#e4f0f8" align="center"><a href="index.html"><font face="arial" bgcolor="#e4f0f8" size="normal" underline="0" color="#000000">[Top]</font></a></td>
209            <td width="40%" height="15" bgcolor="#e4f0f8" align="right"><a href="Getting Started3.html"><font face="arial" bgcolor="#e4f0f8" size="normal" underline="0" color="#000000">Installation</font></a></td>
210            <td width="18" height="15" bgcolor="#e4f0f8" align="right"><a href="Getting Started3.html"><img src="images/rightarrow.png" border="0" alt="next page"/></a></td>
211         </tr>
212      </table>
213      <font face="Arial" bgcolor="#e4f0f8" size="normal" underline="0" color="#000000">&copy; 2011 The MathWorks Ltd</font>
214      <TT>&#149; </TT><a href="matlab: helpview([matlabroot,'/license.txt'])">Terms of Use</a>
215      <TT>&#149; </TT><a href="matlab: helpview([matlabroot,'/patents.txt'])">Patents</a>
216      <TT>&#149; </TT><a href="matlab: helpview([matlabroot,'/trademarks.txt'])">Trademarks</a>
217   
218   </body>
219</html>
220
221           
Note: See TracBrowser for help on using the repository browser.