<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Increase Status Bar Size On ArcPad in ArcPad Questions</title>
    <link>https://community.esri.com/t5/arcpad-questions/increase-status-bar-size-on-arcpad/m-p/510240#M3712</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi there...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can adjust the status bar's width by open up your ArcPad.apx file in ArcPad Studio.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Then add a VBScript to your apx, and then add the following code to your VBScript:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
Option Explicit
If StatusBar.Width(1) &amp;lt; 150 Then
 StatusBar.Width(1) = 150
End If
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Note that:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;0 = first pane (text pane)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1 = second pane (coordinate pane)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2 = third pane (scale pane)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3 = fourth pane (rocker mode pane)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Dec 2021 22:20:56 GMT</pubDate>
    <dc:creator>ThaiTruong</dc:creator>
    <dc:date>2021-12-11T22:20:56Z</dc:date>
    <item>
      <title>Increase Status Bar Size On ArcPad</title>
      <link>https://community.esri.com/t5/arcpad-questions/increase-status-bar-size-on-arcpad/m-p/510239#M3711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'd like to increase the status bar size on ArcPad for my Juno Trimble 3B, but can't seem to figure out how. For example, my status bar currently has UTM coordinates of 729584.13 and 3656745.3. I can't see the last few digits because the bar is too small. I found some older forum discussion for ArcPad 7 and 8, but can't seem to make those work. I'm relatively new to ArcPad and ArcGIS, and have no experience with scripting, so the more detailed response, the better!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jakob Sedig&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2012 17:42:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/increase-status-bar-size-on-arcpad/m-p/510239#M3711</guid>
      <dc:creator>JakobSedig</dc:creator>
      <dc:date>2012-05-25T17:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: Increase Status Bar Size On ArcPad</title>
      <link>https://community.esri.com/t5/arcpad-questions/increase-status-bar-size-on-arcpad/m-p/510240#M3712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi there...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can adjust the status bar's width by open up your ArcPad.apx file in ArcPad Studio.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Then add a VBScript to your apx, and then add the following code to your VBScript:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
Option Explicit
If StatusBar.Width(1) &amp;lt; 150 Then
 StatusBar.Width(1) = 150
End If
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Note that:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;0 = first pane (text pane)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1 = second pane (coordinate pane)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2 = third pane (scale pane)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3 = fourth pane (rocker mode pane)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 22:20:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/increase-status-bar-size-on-arcpad/m-p/510240#M3712</guid>
      <dc:creator>ThaiTruong</dc:creator>
      <dc:date>2021-12-11T22:20:56Z</dc:date>
    </item>
  </channel>
</rss>

