Bug 103

Summary: [Chameleon] CompassPoint ImageSelected & ImageHover Parameters
Product: Chameleon Reporter: Chris Thorne <cthorne@dmsolutions.ca>
Component: WidgetAssignee: chameleon-dev <chameleon-dev@lists.maptools.org>
Status: CLOSED INVALID    
Severity: normal    
Priority: P2    
Version: 1.1   
Target Milestone: 1.99 beta 2   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description From 2003-11-12 10:32:19
<CWC2 TYPE="3" VISIBLE="[TRUE|FALSE]" ENABLED="[TRUE|FALSE]"
IMAGEWIDTH="[string]" IMAGEHEIGHT="[string]" IMAGETIP="[string]"
IMAGECLASS="[string]" IMAGESTYLE="[string]" TOOLSET="[string]"
IMAGESELECTED="[string]" IMAGEHOVER="[string]" DIRECTION="[1|0|7|6|5|4|3|2]"
PANPERCENT="[0 < integer < 100]" IMAGEBASE="[string]" IMAGEEXTENSION="[string]"/>

In the documentation of this widget states IMAGEHOVER="[string]" &
IMAGESELECTED="[string]" are possible parameters to use. This is not true, but
is a good idea to have. I believe all button should have this ability, and all
should be standardized.

bug 28, I believe talks about this.
------- Comment #1 From 2004-04-06 12:03:25 -------
no longer valid, the compass point widget now works like every other button.
------- Comment #2 From 2004-06-23 16:20:00 -------
verified in beta 2 2004-06-20, compasspoint also is functional in sample apps.

<cwc2 type="CompassPoint" Visible="true" styleresource="PanArrows"
Direction="northwest" image="icons/icon_pan_nw.png" PanPercent="80"
imagetip="Pan NorthWest">
              <image state="normal"/>
              <image state="hover"/>
              <image state="selected"/>
          </cwc2>
------- Comment #3 From 2004-06-24 10:07:46 -------
closing bug...