<?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: Custom image for Toolbutton displays too small when deployed to device in ArcPad Questions</title>
    <link>https://community.esri.com/t5/arcpad-questions/custom-image-for-toolbutton-displays-too-small/m-p/165634#M1185</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Nice workaround. I'll file that one away.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Mar 2012 18:47:39 GMT</pubDate>
    <dc:creator>TimHopper</dc:creator>
    <dc:date>2012-03-08T18:47:39Z</dc:date>
    <item>
      <title>Custom image for Toolbutton displays too small when deployed to device</title>
      <link>https://community.esri.com/t5/arcpad-questions/custom-image-for-toolbutton-displays-too-small/m-p/165631#M1182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a custom Toolbutton defined within the .apx file. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Taking a lead from one of the tutorials, I've taken an icon (.ico) from the sample data folder in Public Documents, saved it via Paint as a .bmp and selected this as the icon for my Toolbutton.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've used the Compile function in ArcPad studio to embed it in the .apx file and the .apx file (ArcPad.apx) resides in My Documents/MyArcPad.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I fire up ArcPad on the desktop, the custom button looks fine. When I use the same .apx on the Windows Mobile 6 deployment of ArcPad, the button takes up only the top-left quadrant of the allocated space for the button. Clicking the button shows that the regular space is allotted for the button, but the image is squashed into that quadrant. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried resizing the .bmp file to double the height and width, but when deployed it is still confined to the top-left quadrant.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Has anyone else encountered similar problems? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2012 18:47:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/custom-image-for-toolbutton-displays-too-small/m-p/165631#M1182</guid>
      <dc:creator>MatthewCarey</dc:creator>
      <dc:date>2012-03-05T18:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: Custom image for Toolbutton displays too small when deployed to device</title>
      <link>https://community.esri.com/t5/arcpad-questions/custom-image-for-toolbutton-displays-too-small/m-p/165632#M1183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Matthew,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is a known issue in ArcPad and is currently logged as a bug.&amp;nbsp; It's an issue with high resolution devices, which most after the GeoExplorer 2008 / Juno SB are.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've mostly seen this issue with 32x32 bitmaps, but I've seen it with other sizes as well.&amp;nbsp; You could try them as 16x16, but no guarantees. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2012 20:34:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/custom-image-for-toolbutton-displays-too-small/m-p/165632#M1183</guid>
      <dc:creator>TimHopper</dc:creator>
      <dc:date>2012-03-05T20:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: Custom image for Toolbutton displays too small when deployed to device</title>
      <link>https://community.esri.com/t5/arcpad-questions/custom-image-for-toolbutton-displays-too-small/m-p/165633#M1184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks, bit of a bummer but good to know.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I finally came up with a less-than-optimal workaround:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- In ArcPad Studio, choose one of the ArcPad icons that I don't think I'll ever need from the drop-down for my button, with a name that begins with an '@.'&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- This icon is not copied to the mobile device with the .apx, instead it looks for the same icon within this folder on the device : Program Files/ArcPad/Icons&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- So, find the same icon on the mobile device (you have to do it visually as the filename will not match the description it's given in ArcPad Studio).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Copy the icon from the mobile device to your desktop/laptop where you can edit it (I used Visual Studio, and ran into a snag where it could only edit a 24-bit icon but not a 32-bit one)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Customize the icon as you wish (wield the eraser and start over if you want).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Copy it back to your mobile device, replacing the older version of itself.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Now ArcPad on your mobile device should use your custom icon without knowing that it's custom, and it displays it at the right size.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This worked for me but it might not be desirable for everyone to do this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2012 18:21:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/custom-image-for-toolbutton-displays-too-small/m-p/165633#M1184</guid>
      <dc:creator>MatthewCarey</dc:creator>
      <dc:date>2012-03-08T18:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: Custom image for Toolbutton displays too small when deployed to device</title>
      <link>https://community.esri.com/t5/arcpad-questions/custom-image-for-toolbutton-displays-too-small/m-p/165634#M1185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Nice workaround. I'll file that one away.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2012 18:47:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/custom-image-for-toolbutton-displays-too-small/m-p/165634#M1185</guid>
      <dc:creator>TimHopper</dc:creator>
      <dc:date>2012-03-08T18:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: Custom image for Toolbutton displays too small when deployed to device</title>
      <link>https://community.esri.com/t5/arcpad-questions/custom-image-for-toolbutton-displays-too-small/m-p/165635#M1186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here's a better way to get your icons full size:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Save your 32x32 bitmap as a icon file format .ico (You may already have a graphics program capable of this. If not, then GIMP is a free program that can convert)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Configure your tool button image to the file name but leave out the .ico and leave out any file path. By default Arcpad will assume it's a .ico file and look inside the \icons folder where ArcPad is installed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Copy the icon file to your mobile device where ArcPad is installed inside the \icons folder&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers, Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2012 15:24:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/custom-image-for-toolbutton-displays-too-small/m-p/165635#M1186</guid>
      <dc:creator>JeffRoland</dc:creator>
      <dc:date>2012-08-02T15:24:43Z</dc:date>
    </item>
  </channel>
</rss>

