MapTools.org

[Chameleon] Chameleon 1.1 Installation

Paul Spencer spencer@dmsolutions.ca
Tue, 09 Mar 2004 15:18:33 -0500
This is a multi-part message in MIME format.
--------------050005050001000905090807
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

Debbie,

the syntax of the widgets that use buttons has changed ... you now have
the plain-jane version of the buttons that have no javascript associated
with them (or very little) ... but what you are probably expecting is
fancier buttons ...

The technical details of the change are discussed here:

http://lists.maptools.org/pipermail/chameleon/2004-January/000436.html

In summary, you need to add to create a sharedresource (see attached
file) and point your widget tag at it:

styleresource="<sharedresourcename>"

And you need to add subtags:

<cwc2 type="<widget>" styleresource="<sharedresourcename>"
image="images/icon_blah.png" ...>
    <image state="normal"/>
    <image state="selected"/>
    <image state="hover"/>
</cwc2>

I've attached a text file containing some useful widgets in this new
format that you should be able to copy/paste into your templates.  If
you are a TextPad user then you can use this directly as a TextPad Clip
Library.

Cheers,

Paul

Debbie Pagurek wrote:
> Hi all,
> I just updated my chameleon to alpha version 1.99 dated 20040303.  It's 
> working but for some reason now my sample apps navigation buttons have a 
> radio button next to the image and the radio button needs to be checked 
> in order for the zoom in etc to work.   (See attached image)
>  
> What change occured between version alpha-20031031 and this most recent 
> one to cause this, and how do I fix it?
>  
> I could really use some new examples or samples to use here!
>  
> Thanks,
> D. Pagurek
> 
> ------------------------------------------------------------------------
> 

-- 
   -----------------------------------------------------------------
|Paul Spencer                           spencer@dmsolutions.ca    |
|-----------------------------------------------------------------|
|Applications & Software Development                              |
|DM Solutions Group Inc                 http://www.dmsolutions.ca/|
   -----------------------------------------------------------------


--------------050005050001000905090807
Content-Type: text/plain;
 name="widgets.tcl"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="widgets.tcl"

!TCL=1000, Copyright (C) 2003 DM Solutions Group
!TITLE=CWC2 Widgets With JavaScript
!SORT=Y
!CHARSET=ANSI

!TEXT=BoundingBoxPopup
<cwc2 type="BoundingBoxPopup" image="images/icon_zoombounds.png" visible="true" styleresource="NavButton" popupstyleresource="" imagetip="Zoom to Bounding Box or Point" imagewidth="24" imageheight="24" popupwidth="490" popupheight="450" toolbar="false" status="false" menubar="false">
  <image state="normal"/>
  <image state="selected"/>
  <image state="hover"/>
  <image state="disabled" image="images/icon_zoombounds_x.png"/>
</cwc2>
!
!TEXT=Catalog Search
<cwc2 type="catalogsearch" image="images/icon_catalog.png" label="Catalog" styleresource="TextButton" popupresource="TextButton" PopupWidth="500" PopupHeight="550" Toolbar="false" Status="true" Menubar="false"  Visible="true" >
  <image state="normal"/>
  <image state="selected"/>
  <image state="hover"/>
</cwc2>
!
!TEXT=ClearPoints
<cwc2 type="ClearPoints" styleresource="TextButton" popupresource="TextButton" Image="images/icon_locate.png" ImageTip="Clear points" Label="Clear Points">
  <image state="normal"/>
  <image state="selected"/>
  <image state="hover"/>
</cwc2>
!
!TEXT=ClearWFSFilter
<cwc2 type="ClearWFSFilter" visible="true" styleresource="NavButton" popupstyleresource="TextButton" image="images/icon_expression_clear.png" imagetip="Clear WFS filter on active layer(s)" toolset="Navigation">
      <image state="normal"/>
      <image state="selected"/>
      <image state="hover"/>
    </cwc2>
!
!TEXT=CompassPoint - East
<cwc2 type="compasspoint" Visible="true" styleresource="" Direction="east" ImageWidth="16" ImageHeight="29" PanPercent="80">
      <image state="normal" image="images/pan_east_1.png"/>
      <image state="selected" image="images/pan_east_3.png"/>
      <image state="hover" image="images/pan_east_2.png"/>
      </cwc2>
!
!TEXT=CompassPoint - North
<cwc2 type="compasspoint" Visible="true" styleresource="" Direction="north" ImageWidth="29" ImageHeight="16" PanPercent="80">
      <image state="normal" image="images/pan_north_1.png"/>
      <image state="selected" image="images/pan_north_3.png"/>
      <image state="hover" image="images/pan_north_2.png"/>
      </cwc2>
!
!TEXT=CompassPoint - North East
<cwc2 type="compasspoint" Visible="true" styleresource="" Direction="northeast" ImageWidth="20" ImageHeight="20" PanPercent="80">
      <image state="normal" image="images/pan_northeast_1.png"/>
      <image state="selected" image="images/pan_northeast_3.png"/>
      <image state="hover" image="images/pan_northeast_2.png"/>
      </cwc2>
!
!TEXT=CompassPoint - North West
<cwc2 type="compasspoint" Visible="true" styleresource="" Direction="northwest" ImageWidth="20" ImageHeight="20" PanPercent="80">
      <image state="normal" image="images/pan_northwest_1.png"/>
      <image state="selected" image="images/pan_northwest_3.png"/>
      <image state="hover" image="images/pan_northwest_2.png"/>
      </cwc2>
!
!TEXT=CompassPoint - South
<cwc2 type="compasspoint" Visible="true" styleresource="" Direction="south" ImageWidth="29" ImageHeight="16" PanPercent="80">
      <image state="normal" image="images/pan_south_1.png"/>
      <image state="selected" image="images/pan_south_3.png"/>
      <image state="hover" image="images/pan_south_2.png"/>
      </cwc2>
!
!TEXT=CompassPoint - South East
<cwc2 type="compasspoint" Visible="true" styleresource="" Direction="southeast" ImageWidth="20" ImageHeight="20" PanPercent="80">
      <image state="normal" image="images/pan_southeast_1.png"/>
      <image state="selected" image="images/pan_southeast_3.png"/>
      <image state="hover" image="images/pan_southeast_2.png"/>
      </cwc2>
!
!TEXT=CompassPoint - South West
<cwc2 type="compasspoint" Visible="true" styleresource="" Direction="southwest" ImageWidth="20" ImageHeight="20" PanPercent="80">
      <image state="normal" image="images/pan_southwest_1.png"/>
      <image state="selected" image="images/pan_southwest_3.png"/>
      <image state="hover" image="images/pan_southwest_2.png"/>
      </cwc2>
!
!TEXT=CompassPoint - West
<cwc2 type="compasspoint" Visible="true" styleresource="" Direction="west" ImageWidth="16" ImageHeight="29" PanPercent="80">
      <image state="normal" image="images/pan_west_1.png"/>
      <image state="selected" image="images/pan_west_3.png"/>
      <image state="hover" image="images/pan_west_2.png"/>
      </cwc2>
!
!TEXT=CursorPos
<cwc2 type="Cursorpos" axis="X" label="Mouse lon:" labelposition="8" labelvalign="middle" fontface="Arial,Helvetica,sans-serif" fontsize="1"/>
!
!TEXT=Download Context
<cwc2 type="DownloadContext" styleresource="TextButton" popupresource="TextButton" image="images/icon_save.png" label="Save" PopupWidth="450" PopupHeight="175" Toolbar="false" Status="false" Menubar="false" Visible="true" Scrollbars="false" ImageTip="Save the current context">
   <Version value="1.0.0"/>
   <image state="normal"/>
   <image state="selected"/>
   <image state="hover"/>
</CWC2>
!
!TEXT=ErrorReport
<cwc2 type="ErrorReport" styleresource="TextButton" popupresource="TextButton" popupwidth="500" popupheight="400" toolbar="false" status="false" menubar="false"  visible="false" image="images/icon_error.png" imagewidth="18" imagetip="Display Error Report" label="Errors">
  <image state="normal"/>
  <image state="selected"/>
  <image state="hover"/>
</cwc2>
!
!TEXT=ExpressionBuilder
<cwc2 type="ExpressionBuilder" visible="true" styleresource="NavButton" popupstyleresource="TextButton" image="images/icon_expression_build.png" imagetip="Build Filter Expression" popupwidth="700" popupheight="500" toolbar="false" status="false" menubar="false" wildcard="@" singlechar="." escape="!" toolset="Navigation"> 
    <style name="Popplace" sld="http://localhost/chameleon/widgets/sld/expressionbuilder.sld" namedlayer="popplace"></style>
      <image state="normal"/>
      <image state="selected"/>
      <image state="hover"/>
    </cwc2>
!
!TEXT=Extent
<cwc2 type="Extent" visible="true" extent="minx|miny|maxx|maxy"/>
!
!TEXT=ExtractWFSData
<cwc2 type="ExtractWFSData" visible="true" styleresource="NavButton" popupstyleresource="TextButton" image="images/icon_extract.png" imagetip="Extract WFS Data" popupwidth="400" popupheight="300" toolbar="false" status="false" menubar="false" outputformats="GML,Shape" toolset="Navigation">
      <image state="normal"/>
      <image state="selected"/>
      <image state="hover"/>
    </cwc2>
!
!TEXT=KeyMap
<cwc2 type="KeyMap" image="../htdocs/images/keymap.png" width="120" height="90" color="-1 -1 -1" outlinecolor="255 0 0" minx="-2594561" miny=" -712631" maxx="3467361" maxy="3840000" srs="epsg:42304"/>
!
!TEXT=Language - English/French
<cwc2 type="language">
<language name="en-CA"/>
<language name="fr-CA"/>
</cwc2>
!
!TEXT=LayerManager
<cwc2 type="LayerManager" styleresource="TextButton" popupresource="TextButton" PopupWidth="590" PopupHeight="600" Toolbar="false" Status="false" Menubar="false" Visible="true" Image="images/icon_layers.png" ImageTip="Control Map Layers" Label="Map Selection" >
  <image state="normal"/>
  <image state="selected"/>
  <image state="hover"/>
</cwc2>
!
!TEXT=LegendTemplate - Embedded
<cwc2 type="LegendTemplate" visible="true" embedded="true" template="legend_template.html" popupwidth="500" popupheight="400" status="false" menubar="false"/>
!
!TEXT=LegendTemplate - Popup
<cwc2 type="LegendTemplate" styleresource="TextButton" embedded="false" template="legend_template_widget.html" PopupWidth="350" PopupHeight="300" Toolbar="false" Status="false" Menubar="false" Location="false" Visible="true" Image="images/icon_legend.png" ImageTip="Display Legend" LABEL="Legend">
   <image state="normal"/>
   <image state="selected"/>
   <image state="hover"/>
</cwc2>
!
!TEXT=Link
<cwc2 type="Link" styleresource="TextButton" href="alert('put a link here!')" Image="images/icon_help.png" ImageTip="Launch Help" Label="Help">
   <image state="normal"/>
   <image state="selected"/>
   <image state="hover"/>
</cwc2>
!
!TEXT=Locate
<cwc2 type="Locate" styleresource="TextButton"  popupresource="TextButton" PopupWidth="460" PopupHeight="550" Toolbar="false" Status="false" Menubar="false" Image="images/icon_locate.png" ImageTip="Find a place or NTS Sheet" Label="Locate" ZoomToScale="1000000">
  <image state="normal"/>
  <image state="selected"/>
  <image state="hover"/>
</cwc2>
!
!TEXT=MapDHTMLWidget
<cwc2 type="MapDHTMLWidget" visible="true" width="400" height="300" allowresize="false" marqueecolor="FF3333" marqueewidth="2" minscale="1"/>
!
!TEXT=MapSize
<cwc2 type="MapSize" styleresource="TextButton" popupresource="TextButton" Embedded="false" PopupWidth="480" PopupHeight="200" Toolbar="false" Status="false" Menubar="false"  Visible="true" Image="images/icon_mapsize.png" ImageTip="Set Map Size" Label="Map Size">
  <mapsize label="small" width="400" height="300"/>
  <mapsize label="medium" width="600" height="450"/>
  <mapsize label="large" width="800" height="600"/>
  <mapsize label="custom ..." width="custom" height="custom"/>
  <image state="normal"/>
  <image state="selected"/>
  <image state="hover"/>
</CWC2>

!
!TEXT=MapUnits
<cwc2 type="MapUnits" label="Map Units:"/>
!
!TEXT=PanMap
<cwc2 type="PanMap" image="images/icon_pan.png" visible="true" styleresource="NavButton" popupstyleresource="" imagetip="Pan Map" imagewidth="24" imageheight="24" toolset="Navigation">
  <image state="normal"/>
  <image state="selected"/>
  <image state="hover"/>
  <image state="disabled" image="images/icon_pan_x.png"/>
</cwc2>
!
!TEXT=PrintWidget
<cwc2 type="PrintWidget" image="images/icon_print.png" styleresource="TextButton"  popupresource="TextButton" PopupWidth="500" PopupHeight="550" Toolbar="false" Status="true" Menubar="false"  Visible="true" template="/ms4w/apps/chameleon/htdocs/legend_template.html" ImageTip="Download printable image" Label="Print">
  <image state="normal"/>
  <image state="selected"/>
  <image state="hover"/>
</cwc2>
!
!TEXT=ProjectionLabel
<cwc2 type="ProjectionLabel" label="Projection:"/>
!
!TEXT=ProjectionSelector
<cwc2 TYPE="ProjectionSelector" styleresource="TextButton"  popupresource="TextButton" PopupWidth="460" PopupHeight="215" Toolbar="false" Status="false" Menubar="false" Scrollbars="false" Image="images/icon_projection.png" ImageTip="Change to a new Projection" Label="Projection">
  <image state="normal"/>
  <image state="selected"/>
  <image state="hover"/>
</cwc2>
!
!TEXT=Query
<cwc2 type="Query" image="images/icon_query.png" visible="true" styleresource="NavButton" popupstyleresource="TextButton" imagetip="Identify Feature" toolset="Navigation" PopupWidth="500" PopupHeight="600" Toolbar="false" Status="false" Menubar="false" RADIUS="3" MAXFEATURES="5"> 
    <image state="normal"/>
    <image state="selected"/>
    <image state="hover"/>
</cwc2>
!
!TEXT=Recenter
<cwc2 type="Recenter" image="images/icon_recentre.png" visible="true" styleresource="NavButton" popupstyleresource="TextButton" imagetip="Click to recentre" toolset="Navigation">
    <image state="normal"/>
    <image state="selected"/>
    <image state="hover"/>
</cwc2>
!
!TEXT=ROICircleTool
<cwc2 type="ROICircleTool" visible="true" styleresource="NavButton" popupstyleresource="TextButton" image="images/icon_roi_ellipse.png" imagetip="Define a circular ROI" toolset="Navigation" numberofpoints="12"> 
    <image state="normal"/>
    <image state="selected"/>
    <image state="hover"/>
</cwc2>
!
!TEXT=ROIManagerMode - add
<CWC2 TYPE="ROIManagerMode" Visible="true" styleresource="NavButton" popupstyleresource="TextButton" Image="images/icon_roi_mode_add.png" ImageTip="Add Mode" ToolSet="roimode" MODE="add"> 
    <image state="normal"/>
    <image state="selected"/>
    <image state="hover"/>
</cwc2>
!
!TEXT=ROIManagerMode - normal
<CWC2 TYPE="ROIManagerMode" Visible="true" styleresource="NavButton" popupstyleresource="TextButton" Image="images/icon_roi_mode_replace.png" ImageTip="Replace Mode" ToolSet="roimode" MODE="normal" default="true"> 
    <image state="normal"/>
    <image state="selected"/>
    <image state="hover"/>
</cwc2>
!
!TEXT=ROIManagerMode - subtract
<CWC2 TYPE="ROIManagerMode" Visible="true" styleresource="NavButton" popupstyleresource="TextButton" Image="images/icon_roi_mode_subtract.png" ImageTip="Subtract Mode" ToolSet="roimode" MODE="subtract"> 
    <image state="normal"/>
    <image state="selected"/>
    <image state="hover"/>
</cwc2>
!
!TEXT=ROIPolygonTool
<cwc2 type="ROIPolygonTool" visible="true" styleresource="NavButton" popupstyleresource="TextButton" image="images/icon_roi_polygon.png" imagetip="Define a n-sided polygon ROI" toolset="Navigation" numberofpoints="100" pointspacing="10"> 
    <image state="normal"/>
    <image state="selected"/>
    <image state="hover"/>
</cwc2>
!
!TEXT=ROIRectangleTool
<CWC2 TYPE="ROIRectangleTool" Visible="true" styleresource="NavButton" popupstyleresource="TextButton" Image="images/icon_roi_rectangle.png" ImageTip="Define a rectangular ROI" ToolSet="Navigation"> 
    <image state="normal"/>
    <image state="selected"/>
    <image state="hover"/>
</cwc2>
!
!TEXT=ROIRemoveAll
<CWC2 TYPE="ROIRemoveAll" Visible="true" styleresource="NavButton" popupstyleresource="TextButton" Image="images/icon_roi_clear.png" ImageTip="Erase ROI" ToolSet=""> 
    <image state="normal"/>
    <image state="selected"/>
    <image state="hover"/>
</cwc2>
!
!TEXT=ROIRemoveLast
<CWC2 TYPE="ROIRemoveLast" Visible="true" styleresource="NavButton" popupstyleresource="TextButton" Image="images/icon_roi_undo.png" ImageTip="Erase ROI" ToolSet=""> 
    <image state="normal"/>
    <image state="selected"/>
    <image state="hover"/>
</cwc2>
!
!TEXT=Ruler
<cwc2 type="Ruler" image="images/icon_ruler.png" visible="true" styleresource="NavButton" popupstyleresource="" imagetip="Measure Distance" imagewidth="24" imageheight="24" toolset="Navigation" units="Miles">
  <image state="normal"/>
  <image state="selected"/>
  <image state="hover"/>
  <image state="disabled" image="images/icon_ruler_x.png"/>
</cwc2>
!
!TEXT=RulerResult
<cwc2 type="RulerResult" visible="true" label="Dist:" labelposition="8" labelvalign="middle"/>
!
!TEXT=ScaleBar
<cwc2 type="SCALEBAR" units="MILES" visible="true" width="250" height="3"/>
!
!TEXT=SharedResource NavButton
<cwc2 type="SharedResource" name="NavButton">
    <textbuttonbackgroundimage value=""/>
    <imagewidth value="24"/>
    <imageheight value="24"/>
    <textbuttonpadding value="0"/>
    <textbuttonnudge value="0"/>
    <labelcolor value="111111"/>
    <labelfont value="../etc/fritqat.ttf"/>
    <labelalign value="left"/>
    <labelfontsize value="8"/>
    <labelantialias value="true"/>
    <usetextbuttoncache value="true"/>
    <state value="normal">
        <textbuttoncolor value="CCCCCC"/>
        <textbuttonborder_topleft_image value="images/tl_1.png"/>
        <textbuttonborder_top_image value="images/t_1.png"/>
        <textbuttonborder_topright_image value="images/tr_1.png"/>
        <textbuttonborder_right_image value="images/r_1.png"/>
        <textbuttonborder_bottomright_image value="images/br_1.png"/>
        <textbuttonborder_bottom_image value="images/b_1.png"/>
        <textbuttonborder_bottomleft_image value="images/bl_1.png"/>
        <textbuttonborder_left_image value="images/l_1.png"/>
    </state>
    <state value="hover">
        <textbuttoncolor value="EEEEEE"/>
        <textbuttonborder_topleft_image value="images/tl_2.png"/>
        <textbuttonborder_top_image value="images/t_2.png"/>
        <textbuttonborder_topright_image value="images/tr_2.png"/>
        <textbuttonborder_right_image value="images/r_2.png"/>
        <textbuttonborder_bottomright_image value="images/br_2.png"/>
        <textbuttonborder_bottom_image value="images/b_2.png"/>
        <textbuttonborder_bottomleft_image value="images/bl_2.png"/>
        <textbuttonborder_left_image value="images/l_2.png"/>
    </state>
    <state value="selected">
        <textbuttoncolor value="AAAAAA"/>
        <textbuttonborder_topleft_image value="images/tl_3.png"/>
        <textbuttonborder_top_image value="images/t_3.png"/>
        <textbuttonborder_topright_image value="images/tr_3.png"/>
        <textbuttonborder_right_image value="images/r_3.png"/>
        <textbuttonborder_bottomright_image value="images/br_3.png"/>
        <textbuttonborder_bottom_image value="images/b_3.png"/>
        <textbuttonborder_bottomleft_image value="images/bl_3.png"/>
        <textbuttonborder_left_image value="images/l_3.png"/>
    </state>
    <state value="disabled">
        <textbuttoncolor value="CCCCCC"/>
        <textbuttonborder_topleft_image value="images/tl_1.png"/>
        <textbuttonborder_top_image value="images/t_1.png"/>
        <textbuttonborder_topright_image value="images/tr_1.png"/>
        <textbuttonborder_right_image value="images/r_1.png"/>
        <textbuttonborder_bottomright_image value="images/br_1.png"/>
        <textbuttonborder_bottom_image value="images/b_4.png"/>
        <textbuttonborder_bottomleft_image value="images/bl_1.png"/>
        <textbuttonborder_left_image value="images/l_1.png"/>
    </state>
</cwc2>
!
!TEXT=SharedResource Projection
<cwc2 type="SharedResource" name="projection">
    <projection name="NAD 83 / Geographic" srs="epsg:4269"/>
    <projection name="WGS 84 / Geographic" srs="epsg:4326"/>
    <projection name="WGS 84 / Auto UTM" srs="AUTO:42001"/>
    <projection name="WGS 84 / Auto Tr. Mercator" srs="AUTO:42002"/>
    <projection name="WGS 84 / Auto Orthographic" srs="AUTO:42003"/>
    <projection name="WGS 84 / Auto Equirectangular" srs="AUTO:42004"/>
    <projection name="WGS 84 / LCC Canada" srs="epsg:42101"/>
    <projection name="NAD 83 / NRCan LCC Canada" srs="epsg:42304" default="true"/>
</cwc2>
!
!TEXT=SharedResource TextButton
<cwc2 type="SharedResource" name="TextButton">
    <textbuttonbackgroundimage value=""/>
    <imagewidth value="100"/>
    <imageheight value="24"/>
    <textbuttonpadding value="2"/>
    <textbuttonnudge value="0"/>
    <labelcolor value="111111"/>
    <labelfont value="../etc/fritqat.ttf"/>
    <labelalign value="left"/>
    <labelfontsize value="8"/>
    <labelantialias value="true"/>
    <usetextbuttoncache value="true"/>
    <state value="normal">
        <textbuttoncolor value="CCCCCC"/>
        <textbuttonborder_topleft_image value="images/tl_1.png"/>
        <textbuttonborder_top_image value="images/t_1.png"/>
        <textbuttonborder_topright_image value="images/tr_1.png"/>
        <textbuttonborder_right_image value="images/r_1.png"/>
        <textbuttonborder_bottomright_image value="images/br_1.png"/>
        <textbuttonborder_bottom_image value="images/b_1.png"/>
        <textbuttonborder_bottomleft_image value="images/bl_1.png"/>
        <textbuttonborder_left_image value="images/l_1.png"/>
    </state>
    <state value="hover">
        <textbuttoncolor value="EEEEEE"/>
        <textbuttonborder_topleft_image value="images/tl_2.png"/>
        <textbuttonborder_top_image value="images/t_2.png"/>
        <textbuttonborder_topright_image value="images/tr_2.png"/>
        <textbuttonborder_right_image value="images/r_2.png"/>
        <textbuttonborder_bottomright_image value="images/br_2.png"/>
        <textbuttonborder_bottom_image value="images/b_2.png"/>
        <textbuttonborder_bottomleft_image value="images/bl_2.png"/>
        <textbuttonborder_left_image value="images/l_2.png"/>
    </state>
    <state value="selected">
        <textbuttoncolor value="AAAAAA"/>
        <textbuttonborder_topleft_image value="images/tl_3.png"/>
        <textbuttonborder_top_image value="images/t_3.png"/>
        <textbuttonborder_topright_image value="images/tr_3.png"/>
        <textbuttonborder_right_image value="images/r_3.png"/>
        <textbuttonborder_bottomright_image value="images/br_3.png"/>
        <textbuttonborder_bottom_image value="images/b_3.png"/>
        <textbuttonborder_bottomleft_image value="images/bl_3.png"/>
        <textbuttonborder_left_image value="images/l_3.png"/>
    </state>
    <state value="disabled">
        <textbuttoncolor value="CCCCCC"/>
        <textbuttonborder_topleft_image value="images/tl_1.png"/>
        <textbuttonborder_top_image value="images/t_1.png"/>
        <textbuttonborder_topright_image value="images/tr_1.png"/>
        <textbuttonborder_right_image value="images/r_1.png"/>
        <textbuttonborder_bottomright_image value="images/br_1.png"/>
        <textbuttonborder_bottom_image value="images/b_1.png"/>
        <textbuttonborder_bottomleft_image value="images/bl_1.png"/>
        <textbuttonborder_left_image value="images/l_1.png"/>
    </state>
</cwc2>
!
!TEXT=SharedResource WaitImage
<cwc2 type="SharedResource" name="WaitImage">
    <waitimage language="en-CA" waitimage="/chameleon_sample/images/spinner.gif" waitimagewidth="216" waitimageheight="50"/>
    <waitimage language="fr-CA" waitimage="/chameleon_sample/images/spinner_f.gif" waitimagewidth="216" waitimageheight="50"/>
</cwc2>
!
!TEXT=UpdateMap
<cwc2 type="UpdateMap" styleresource="TextButton" visible="true" image="images/icon_update.png" imagetip="update map" label="Update">
    <image state="normal"/>
    <image state="selected"/>
    <image state="hover"/>
</cwc2>
!
!TEXT=UploadContext
<cwc2 type="UploadContext" image="images/icon_open.png" label="Open" PopupWidth="450" PopupHeight="250" Toolbar="false" Status="false" Menubar="false" Visible="true" Scrollbars="false" styleresource="TextButton" popupresource="" ImageTip="Load a previously saved context">
    <image state="normal"/>
    <image state="selected"/>
    <image state="hover"/>
</cwc2>
!
!TEXT=ZoomAllLayers
<cwc2 type="ZoomAllLayers" image="images/icon_zoomfull.png" visible="true" styleresource="NavButton" popupstyleresource="" imagetip="Zoom to Full Extents" imagewidth="24" imageheight="24" toolset="Navigation">
  <image state="normal"/>
  <image state="selected"/>
  <image state="hover"/>
  <image state="disabled" image="images/icon_zoomfull_x.png"/>
</cwc2>
!
!TEXT=ZoomIn
<cwc2 type="ZoomIn" image="images/icon_zoomin.png" visible="true" styleresource="NavButton" popupstyleresource="" imagetip="Zoom In" imagewidth="24" imageheight="24" toolset="Navigation">
  <image state="normal"/>
  <image state="selected"/>
  <image state="hover"/>
  <image state="disabled" image="images/icon_zoomin_x.png"/>
</cwc2>
!
!TEXT=ZoomOut
<cwc2 type="ZoomOut" image="images/icon_zoomout.png" visible="true" styleresource="NavButton" popupstyleresource="" imagetip="Zoom Out" imagewidth="24" imageheight="24" toolset="Navigation">
  <image state="normal"/>
  <image state="selected"/>
  <image state="hover"/>
  <image state="disabled" image="images/icon_zoomout_x.png"/>
</cwc2>
!


--------------050005050001000905090807--



This archive was generated by Pipermail.