add overall structure of the reference and 2 images

alt1
José de Abreu 1 year ago
parent a64d236810
commit b161b067a8
  1. BIN
      figA.1.png
  2. BIN
      figA.2.png
  3. 45
      xA1.htm

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

@ -39,9 +39,52 @@
<h3 id="sA1.1">A1.1 Native Guis</h3>
<h3 id="sA1.2">A1.2 Iemgui Objects</h3>
<h3 id="sA1.1.1">A1.1.1 Atom Boxes</h3>
<P> Number boxes, Symbol Boxes and List Boxes all share the same properties dialog:
<P> <img src="figA.1.png">
<h3 id="sA1.1.1.1">A1.1.1.1 Width</h3>
<h3 id="sA1.1.1.2">A1.1.1.2 Limits</h3>
<h3 id="sA1.1.1.3">A1.1.1.3 Label</h3>
<h3 id="sA1.1.1.4">A1.1.1.4 Font Size</h3>
<h3 id="sA1.1.1.5">A1.1.1.5 Messages</h3>
<h3 id="sA1.1.2">A1.1.2 Arrays</h3>
<P> There is a complete explanation of arrays and its 2 properties dialogs on
<a href="x2.htm#s8">numeric arrays</a> section on this manual. (TODO: should we move it to here? or create a fast reference here?)
<h3 id="sA1.2">A1.2 Iemgui Objects</h3>
<h3 id="sA1.2.1">A1.2.1 Overall Structure</h3>
<P> All iemguis have similar Properties dialogs with repeating sections from one to another. To avoid repetition the common parts
will be explained together.
<P> For a complete structure, here is a full image of the properties of a bang:
<img src="figA.2.png">
<P> From top to bottom, the properties dialogs always start with settings that control the size of the gui, followed by specific parameters
unique to each object.
<P> Then we have the Messages section, where we set send and receive symbols to be able to communicate to that
gui and also receive data from that gui element (all have a send and a receive symbols except for VU Meter which only has a receive
symbol).
<P> Then we have the Label section, which allows us to draw a text to be shown next to that gui.
<P>And for last we have a Colors section, to customise the appearence of the gui.
<h3 id="sA1.2.2">A1.2.2 Unique Parameters</h3>
<h3 id="sA1.2.2.1">A1.2.2.1 Bang</h3>
<h3 id="sA1.2.2.2">A1.2.2.2 Canvas</h3>
<h3 id="sA1.2.2.3">A1.2.2.3 Number2</h3>
<h3 id="sA1.2.2.4">A1.2.2.4 Radio</h3>
<h3 id="sA1.2.2.5">A1.2.2.5 Slider</h3>
<h3 id="sA1.2.2.6">A1.2.2.6 Toggle</h3>
<h3 id="sA1.2.2.7">A1.2.2.7 Vu-Meter</h3>
<h3 id="sA1.2.3">A1.2.3 Common Sections</h3>
<h3 id="sA1.2.3.1">A1.2.3.1 Messages</h3>
<h3 id="sA1.2.3.2">A1.2.3.2 Label</h3>
<h3 id="sA1.2.3.3">A1.2.3.3 Colors</h3>
<P>
<BR><BR>
<A href="index.htm#sA1"> back to table of contents </A>

Loading…
Cancel
Save