<br><font size=2 face="sans-serif">Hi,</font>
<br><font size=2 face="sans-serif">Can somebody tell me how I embed the
scalebar &nbsp;within my map frame? &nbsp;</font>
<br><font size=2 face="sans-serif">My widget syntax is</font>
<br><font size=2 face="sans-serif">&nbsp;&lt;cwc2 type=&quot;Scalebar&quot;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; imagetype=&quot;PNG&quot;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; units=&quot;meters&quot;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; visible=&quot;true&quot;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; width=&quot;150&quot;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; height=&quot;3&quot;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; intervals=&quot;2&quot;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; backgroundcolor=&quot;255
255 255&quot;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; outlinecolor=&quot;0
0 0&quot; &nbsp;&lt;!--0 0 0 is black--&gt;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; labelcolor=&quot;0
0 0&quot;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; color=&quot;255
255 255&quot;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; transparent=&quot;true&quot;&gt;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &lt;/cwc2&gt;<br>
</font>
<br><font size=2 face="sans-serif">In my .map file I don't have the SCALEBAR
object - seems the widget overrides the scalebar syntax from the .map anyway.</font>
<br>
<br><font size=2 face="sans-serif">Also, can you have widgets displayed
'side by side'? &nbsp;For example, displaying the cursor x and y position
uses the following widgets:</font>
<br><font size=2 face="sans-serif">&lt;cwc2 type=&quot;Cursorpos&quot;
axis=&quot;X&quot; label=&quot;Easting: &quot; labelposition=&quot;8&quot;
labelvalign=&quot;middle&quot; labelclass=&quot;label&quot; widgetclass=&quot;inputBox&quot;&gt;&lt;/cwc2&gt;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp;&lt;cwc2 type=&quot;Cursorpos&quot;
axis=&quot;Y&quot; label=&quot;Northing: &quot; labelposition=&quot;8&quot;
labelvalign=&quot;middle&quot; labelclass=&quot;label&quot; widgetclass=&quot;inputBox&quot;&gt;&lt;/cwc2&gt;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp;</font>
<br><font size=2 face="sans-serif">And the result reads something like:</font>
<br><font size=2 face="sans-serif">Easting: &nbsp;####</font>
<br><font size=2 face="sans-serif">Northing: &nbsp;#####</font>
<br>
<br><font size=2 face="sans-serif">I would like to display the result as
&nbsp; &nbsp;Easting: #### &nbsp; &nbsp; Northing: #####</font>
<br><font size=2 face="sans-serif">Any ideas?</font>
<br>
<br><font size=2 face="sans-serif">Thanks.</font>
<br>
<br><font size=2 face="sans-serif">Kevin</font>
<p>