<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Bob,<br>
      <br>
        In 2.something (or earlier?) I did something similar by
      modifying the geomoose.html to deliver a static list:<br>
      <br>
          <script type="text/javascript"
      src="custom/tour.js"></script><br>
          :<br>
          <div id="toolbar"><br>
              <select
      onChange="custom_tour(this.options[this.selectedIndex].value)"
      style="width: 120px"><br>
                  <option value=""> Choose a Tour </option><br>
                  <option value="Sample1"> Sample 1
      </option><br>
              </select><br>
          </div><br>
      <br>
      <br>
      And I did something similar in v2.4.   I instead coded a
      geomoose.php to deliver most of the standard geomoose.html, but
      added a bit to query a database and add entries to a select object:<br>
      <br>
              <select id="GA_SelectedImage"
onchange="GeoMOOSE.UX.registered_extensions.GA_ImageOps.prototype.zoomToImage(this.value);"><br>
                  <option value="">Choose Image:</option><br>
              :<br>
          while ($row = pg_fetch_array($result)) {<br>
              if (!empty($image_id) &&
      $image_id==$row['image_id']) {<br>
                echo '<option selected="selected"
      value="'.$row['image_id'] . ":" . $row['extents'] . ":" .
      $row['path'] . '">' . $row['imagename'] . "</option>";<br>
              } else {<br>
                echo '<option value="'.$row['image_id'] . ":" .
      $row['extents'] . ":" . $row['path'] . '">' . $row['imagename']
      . "</option>";<br>
              }<br>
            print "\n";<br>
          }  <br>
              :<br>
      <br>
              </select> <br>
      <br>
      <br>
      <br>
      <pre class="moz-signature" cols="72">Best Regards,
Brent Fraser</pre>
      On 4/3/2013 9:52 AM, Bistrais, Bob wrote:<br>
    </div>
    <blockquote
cite="mid:D655A37D8BC306438F87579A672E3D1012A93339@OIT-TEAQEXMBX01.som.w2k.state.me.us"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      <meta name="Generator" content="Microsoft Word 14 (filtered
        medium)">
      <style><!--
/* Font Definitions */
@font-face
        {font-family:Helvetica;
        panose-1:2 11 6 4 2 2 2 2 2 4;}
@font-face
        {font-family:Helvetica;
        panose-1:2 11 6 4 2 2 2 2 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";
        color:black;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
pre
        {mso-style-priority:99;
        mso-style-link:"HTML Preformatted Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";
        color:black;}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
        {mso-style-priority:99;
        mso-style-link:"Balloon Text Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:8.0pt;
        font-family:"Tahoma","sans-serif";
        color:black;}
span.HTMLPreformattedChar
        {mso-style-name:"HTML Preformatted Char";
        mso-style-priority:99;
        mso-style-link:"HTML Preformatted";
        font-family:"Consolas","serif";
        color:black;}
span.apple-style-span
        {mso-style-name:apple-style-span;}
span.EmailStyle20
        {mso-style-type:personal;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
span.EmailStyle21
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
span.BalloonTextChar
        {mso-style-name:"Balloon Text Char";
        mso-style-priority:99;
        mso-style-link:"Balloon Text";
        font-family:"Tahoma","sans-serif";
        color:black;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
      <div class="WordSection1">
        <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">Thanks
            Brent.  I suppose this is possible, but the problem is, I’d
            like this to work for, among other things, picking a town
            name.  I have over 900 towns/townships that I would need to
            code in a list that way, so I’m not sure that’s very
            feasible.<o:p></o:p></span></p>
        <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
        <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
        <div>
          <div style="border:none;border-top:solid #B5C4DF
            1.0pt;padding:3.0pt 0in 0in 0in">
            <p class="MsoNormal"><b><span
style="font-size:10.0pt;font-family:"Tahoma","sans-serif";color:windowtext">From:</span></b><span
style="font-size:10.0pt;font-family:"Tahoma","sans-serif";color:windowtext">
                Brent Fraser [<a class="moz-txt-link-freetext" href="mailto:bfraser@geoanalytic.com">mailto:bfraser@geoanalytic.com</a>]
                <br>
                <b>Sent:</b> Wednesday, April 03, 2013 11:38 AM<br>
                <b>To:</b> Bistrais, Bob<br>
                <b>Cc:</b> <a class="moz-txt-link-abbreviated" href="mailto:geomoose-users@lists.osgeo.org">geomoose-users@lists.osgeo.org</a><br>
                <b>Subject:</b> Re: [Geomoose-users] Possible to have a
                dropdown as a tool in toolbar?<o:p></o:p></span></p>
          </div>
        </div>
        <p class="MsoNormal"><o:p> </o:p></p>
        <div>
          <p class="MsoNormal">Bob,<br>
            <br>
              As Jim points out, you could use a Drawer to execute your
            code:<br>
            <br>
            <drawer title="MyList" ...<br>
                    <tool name="item1" title="item 1"
            type="javascript" selectable="false"><br>
                      
 GeoMOOSE.UX.registered_extensions.my_extension.prototype.my_script('item1');<br>
                    </tool> <br>
                    <tool name="item2" title="item 2"
            type="javascript" selectable="false"><br>
                       
GeoMOOSE.UX.registered_extensions.my_extension.prototype.my_script('item2');<br>
                    </tool> <br>
            <br>
            or set the type='service', but I'm not sure how to pass the
            selected tool id to the service...<br>
            <br>
            And in either case, I don't think a multi-select would be
            possible.<br>
            <br>
            <o:p></o:p></p>
          <pre>Best Regards,<o:p></o:p></pre>
          <pre>Brent Fraser<o:p></o:p></pre>
          <p class="MsoNormal">On 4/3/2013 9:19 AM, Bistrais, Bob wrote:<o:p></o:p></p>
        </div>
        <blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
          <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">Looking
              for something different.</span><o:p></o:p></p>
          <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">The
              demo uses a “drawer” to contain related tools.  I’m
              looking for something like an HTML pick list/combobox-
              select a value from it, then do something with that
              value.  Although I could do this as a service if need be,
              it would be nicer if I could have the dropdown right on
              the toolbar.</span><o:p></o:p></p>
          <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"> </span><o:p></o:p></p>
          <div>
            <div style="border:none;border-top:solid #B5C4DF
              1.0pt;padding:3.0pt 0in 0in 0in">
              <p class="MsoNormal"><b><span
style="font-size:10.0pt;font-family:"Tahoma","sans-serif"">From:</span></b><span
style="font-size:10.0pt;font-family:"Tahoma","sans-serif"">
                  Jim Klassen [<a moz-do-not-send="true"
                    href="mailto:klassen.js@gmail.com">mailto:klassen.js@gmail.com</a>]
                  <br>
                  <b>Sent:</b> Wednesday, April 03, 2013 11:16 AM<br>
                  <b>To:</b> Bistrais, Bob<br>
                  <b>Cc:</b> <a moz-do-not-send="true"
                    href="mailto:geomoose-users@lists.osgeo.org">geomoose-users@lists.osgeo.org</a><br>
                  <b>Subject:</b> Re: [Geomoose-users] Possible to have
                  a dropdown as a tool in toolbar?</span><o:p></o:p></p>
            </div>
          </div>
          <p class="MsoNormal"> <o:p></o:p></p>
          <p class="MsoNormal">Doesn't the demo do this with "Layer
            Tools"?  Or are you looking for something different?<o:p></o:p></p>
          <div>
            <p class="MsoNormal"> <o:p></o:p></p>
            <div>
              <div>
                <p class="MsoNormal">On Apr 3, 2013, at 10:00 AM,
                  Bistrais, Bob wrote:<o:p></o:p></p>
              </div>
              <p class="MsoNormal"><br>
                <br>
                <br>
                <o:p></o:p></p>
              <div>
                <div>
                  <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif"">Is
                      it possible to have a dropdown list as a tool in
                      the GeoMoose toolbar (version 2.6.x)?  If so, does
                      anyone have a sample of how to set that up?</span><o:p></o:p></p>
                </div>
                <p class="MsoNormal"><span
style="font-size:13.5pt;font-family:"Helvetica","sans-serif"">_______________________________________________<br>
                    Geomoose-users mailing list<br>
                    <a moz-do-not-send="true"
                      href="mailto:Geomoose-users@lists.osgeo.org">Geomoose-users@lists.osgeo.org</a><br>
                    <a moz-do-not-send="true"
                      href="http://lists.osgeo.org/mailman/listinfo/geomoose-users">http://lists.osgeo.org/mailman/listinfo/geomoose-users</a></span><o:p></o:p></p>
              </div>
            </div>
            <p class="MsoNormal"> <o:p></o:p></p>
          </div>
          <p class="MsoNormal"><br>
            <br>
            <br>
            <o:p></o:p></p>
          <pre>_______________________________________________<o:p></o:p></pre>
          <pre>Geomoose-users mailing list<o:p></o:p></pre>
          <pre><a moz-do-not-send="true" href="mailto:Geomoose-users@lists.osgeo.org">Geomoose-users@lists.osgeo.org</a><o:p></o:p></pre>
          <pre><a moz-do-not-send="true" href="http://lists.osgeo.org/mailman/listinfo/geomoose-users">http://lists.osgeo.org/mailman/listinfo/geomoose-users</a><o:p></o:p></pre>
        </blockquote>
        <p class="MsoNormal"><o:p> </o:p></p>
      </div>
    </blockquote>
    <br>
  </body>
</html>