<br><font size=2 face="sans-serif">Bill,</font>
<br><font size=2 face="sans-serif">I was able to substitute my own text
in for the 'loading msg' parameter. &nbsp;But when I try to insert an animated
gif, all that's displayed is the path of the gif.</font>
<br><font size=2 face="sans-serif">Is this because the Loading msg &nbsp;parameter
somehow only recognizes the value as being a string of text and not an
animation?</font>
<br>
<br><font size=2 face="sans-serif">Here is the code:</font>
<br><font size=2 face="sans-serif">echo &quot;&lt;param name=\&quot;LOADING_MSG\&quot;
value=\&quot;/images/spinner.gif\&quot;&gt;&quot;;</font>
<br>
<br><font size=2 face="sans-serif">So my loading message parameter only
displays: &nbsp; &nbsp; &nbsp;/images/spinner.gif - as opposed to the actual
animated gif.</font>
<br><font size=2 face="sans-serif">Any ideas?</font>
<br>
<br><font size=2 face="sans-serif">Thanks.</font>
<br>
<br><font size=2 face="sans-serif">Kevin<br>
</font><font size=5 color=blue face="Times New Roman"><br>
______________________________</font>
<br>
<br>
<br>
<table width=100%>
<tr valign=top>
<td width=40%><font size=1 face="sans-serif"><b>&quot;William Bronsema&quot;
&lt;wbronsema@dmsolutions.ca&gt;</b> </font>
<br><font size=1 face="sans-serif">Sent by: &lt;maplab-users-bounces@lists.maptools.org&gt;</font>
<p><font size=1 face="sans-serif">06/03/2005 09:50 AM</font>
<td width=59%>
<table width=100%>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">To</font></div>
<td><font size=1 face="sans-serif">&quot;'Roberto Horst'&quot; &lt;robertohorst@gmail.com&gt;</font>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">cc</font></div>
<td><font size=1 face="sans-serif">&lt;maplab-users@lists.maptools.org&gt;</font>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">Subject</font></div>
<td><font size=1 face="sans-serif">RE: [maplab-users] Change &quot;page
loading...please wait&quot; text</font></table>
<br>
<table>
<tr valign=top>
<td>
<td></table>
<br></table>
<br>
<br>
<br><font size=2><tt>&lt;p align=\&quot;left\&quot;&gt;&lt;b&gt;&lt;font
face=\&quot;Arial\&quot; size=\&quot;2\&quot;&gt;GFI MailSecurity's HTML
threat engine found HTML scripts in this email and has disabled them.&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;Roberto,<br>
<br>
To make the change global for your maplab installation (i.e. all<br>
applications produced by GMapFactory will have the new message) go to<br>
/gmapfactory/htdocs/gmapfactory/templates/app_php_file.php<br>
<br>
Look for the function called &quot;drawMainMap&quot; (around line 656).
There is a<br>
chunk of code that looks like this (around line 685):<br>
<br>
// draw the map as a ROSA applet<br>
echo &quot;&lt;td width=&quot;.$oMap-&gt;width.&quot; height=&quot;.$oMap-&gt;height.&quot;&gt;\n&quot;;<br>
echo &quot;&lt;Xpplet name=\&quot;RosaApplet\&quot; archive=\&quot;&quot;.ROSA_FILE.&quot;\&quot;
&quot;.<br>
 &nbsp; &nbsp; &nbsp; &quot;code=\&quot;Rosa2000\&quot; width=\&quot;&quot;.$oMap-&gt;&lt;!--width.&quot;\&quot;
height=\&quot;&quot;.  &nbsp; &nbsp; &nbsp; &nbsp;$oMap-&gt;height.&quot;\&quot; MAYSCRIPT&gt;\n&quot;; echo &quot;&lt;param name=\&quot;TB_POSITION\&quot; value=\&quot;right\&quot;&gt;\n&quot;; echo &nbsp;&quot;&lt;param name=\&quot;TB_ALIGN\&quot; value=\&quot;top\&quot;&gt;\n&quot;; echo &quot;&lt;param name=\&quot;IMG_URL\&quot; value=\&quot;&quot;.$urlMainMap.&quot;\&quot;&gt;\n&quot;; echo &quot;&lt;param name=\&quot;INP_FORM_NAME\&quot; value=\&quot;main\&quot;&gt;\n&quot;; Add the parameter to this chunk of code. &nbsp;i.e.  echo '&lt;param name=&quot;LOADING_MSG&quot; value=&quot;New loading message&quot;&gt;'; To update an existing application, open the &lt;app_name&gt;.php file and
look for the same code block. HTH, Bill William A. Bronsema, C.E.T. Software &amp; Applications Development, DM Solutions Group Inc. e-mail: wbronsema@dmsolutions.ca Web &nbsp; : http://www.dmsolutions.ca Phone : (613) 565-5056 ext.25 Fax &nbsp; : (613) 565-0925 ________________________________________________ &gt; -----Original Message----- &gt; From: maplab-users-bounces@lists.maptools.org [mailto:maplab-users-<br>
&gt; bounces@lists.maptools.org] On Behalf Of Daniel Morissette<br>
&gt; Sent: Thursday, June 02, 2005 3:11 PM<br>
&gt; To: Roberto Horst<br>
&gt; Cc: maplab-users@lists.maptools.org<br>
&gt; Subject: Re: [maplab-users] Change &quot;page loading...please wait&quot;
text<br>
&gt; <br>
&gt; Roberto Horst wrote:<br>
&gt; &gt; In which file are these parameters???<br>
&gt; &gt;<br>
&gt; <br>
&gt; I don't know, but it shouldn't be too hard for you to find: look for
the<br>
&gt; code that generates the ROSA applet tag in the source files in the<br>
&gt; directory where your GMapFactory app has been created. Once you find
it<br>
&gt; then you need to insert a line for the LOADING_MSG parameter (or edit<br>
&gt; the existing one if there is one).<br>
&gt; <br>
&gt; Daniel<br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; &gt; On 6/1/05, Daniel Morissette &lt;dmorissette@dmsolutions.ca&gt;
wrote:<br>
&gt; &gt;<br>
&gt; &gt;&gt;kgrootendorst@baird.com wrote:<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;&gt;Can anybody tell me where I can change the &quot;Page
loading... Please<br>
&gt; wait&quot;<br>
&gt; &gt;&gt;&gt;text that displays while waiting for a map to draw?<br>
&gt; &gt;&gt;&gt;Specifically, I'd like to substitute an animated gif for
the text. &nbsp;But<br>
&gt; &gt;&gt;&gt;I'm not sure where I can find the text.<br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;I presume you are referring to the &quot;Loading map... Please
wait.&quot; message<br>
&gt; &gt;&gt;that you get in GMapFactory apps?<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;If I remember correctly, I don't think GMapFactory allows
you to change<br>
&gt; &gt;&gt;this through the GUI, but you can edit the generated code
and change the<br>
&gt; &gt;&gt;message by adding/changing the LOADING_MSG parameter to the
ROSA applet<br>
&gt; &gt;&gt;in the page. See:<br>
&gt; &gt;&gt;http://maptools.org/rosa/index.phtml?page=rosa_params.html<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;Daniel<br>
&gt; &gt;&gt;--<br>
&gt; &gt;&gt;------------------------------------------------------------<br>
&gt; &gt;&gt; &nbsp;Daniel Morissette &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; dmorissette@dmsolutions.ca<br>
&gt; &gt;&gt; &nbsp;DM Solutions Group &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp;http://www.dmsolutions.ca/<br>
&gt; &gt;&gt;------------------------------------------------------------<br>
&gt; &gt;&gt;_______________________________________________<br>
&gt; &gt;&gt;Maplab-users mailing list<br>
&gt; &gt;&gt;Maplab-users@lists.maptools.org<br>
&gt; &gt;&gt;http://lists.maptools.org/mailman/listinfo/maplab-users<br>
&gt; &gt;&gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; _______________________________________________<br>
&gt; &gt; Maplab-users mailing list<br>
&gt; &gt; Maplab-users@lists.maptools.org<br>
&gt; &gt; http://lists.maptools.org/mailman/listinfo/maplab-users<br>
&gt; &gt;<br>
&gt; <br>
&gt; <br>
&gt; --<br>
&gt; ------------------------------------------------------------<br>
&gt; &nbsp; Daniel Morissette &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; dmorissette@dmsolutions.ca<br>
&gt; &nbsp; DM Solutions Group &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp;http://www.dmsolutions.ca/<br>
&gt; ------------------------------------------------------------<br>
&gt; _______________________________________________<br>
&gt; Maplab-users mailing list<br>
&gt; Maplab-users@lists.maptools.org<br>
&gt; http://lists.maptools.org/mailman/listinfo/maplab-users<br>
<br>
<br>
_______________________________________________<br>
Maplab-users mailing list<br>
Maplab-users@lists.maptools.org<br>
http://lists.maptools.org/mailman/listinfo/maplab-users<br>
</tt></font>
<br>