[Chameleon-dev] [Bug 614] New: [Chameleon - Widget] DHTMLMapWidget WaitImage parameter relative to nothing.

bugzilla-daemon at www.maptools.org bugzilla-daemon at www.maptools.org
Fri Aug 6 15:47:24 EDT 2004


http://www.maptools.org/bugzilla/show_bug.cgi?id=614

           Summary: [Chameleon - Widget] DHTMLMapWidget WaitImage parameter
                    relative to nothing.
           Product: Chameleon
           Version: 1.99
          Platform: PC
        OS/Version: Windows 2000
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Widget
        AssignedTo: chameleon-dev at lists.maptools.org
        ReportedBy: cthorne at dmsolutions.ca


When not using the WaitImage shared resource and instead just defining the
waitimage in the DHTMLMapWidget Widget. I found that the orginal path defined in
the SharedResource could find the relative path to the service instance
spinner.gif, but for hte map widget it had to be a url to
/chameleon/images/spinner.gif inorder for the waitimage to appear.

<cwc2 type="SharedResource" name="WaitImage">
    <waitimage language="en-CA" 
               waitimage="images/spinner.gif" 
               waitimagewidth="216" 
               waitimageheight="50"/>
</cwc2>


Vs.


<cwc2 type="MapDHTMLWidget" 
      visible="true" 
      width="400" height="300" 
      allowresize="true" 
      marqueecolor="FF3333" 
      marqueewidth="2" minscale="1"       
      waitimage="http://dev1.dmsolutions.ca/chameleon/images/spinner.gif"      
      waitimagewidth="216" 
      waitimageheight="50"/>



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


More information about the Chameleon-dev mailing list