<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2668" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hello,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I haven't seen much traffic on this list since 
joining so i'm not sure how active it is but I am having trouble getting started 
with Rosa and was hoping to get a nudge in the right direction.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I have a php/mapscript application that I would 
eventually like to enhance with rosa, but i'm having trouble right from the 
get-go.&nbsp; It may be my ignorance in working with java applets, but this is 
what I have so far:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>This is a very basic starting point obviously.. it 
just displays a map with basic navigation buttons.&nbsp; The problem I have 
right now is that I don't know how to start coding for the buttons... for 
example when I make a zoom-in rectangle or click a point for a query it doesn't 
actually submit the form, even though I have them as type auto_rect. auto_point, 
etc.&nbsp;&nbsp;&nbsp; I've been looking a bit at the gmap75 demo but I can't 
seem to find the missing piece that makes this all make sense.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thanks a lot,</FONT></DIV>
<DIV><FONT face=Arial size=2>Jeff</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>--- code below --</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&lt;html&gt;<BR>&lt;head&gt;<BR>&lt;Title&gt; Rosa 
Test &lt;/title&gt;<BR>&lt;/head&gt;<BR>&lt;body&gt;<BR>&lt;?PHP<BR>if 
(PHP_OS=="WINNT" || PHP_OS=="WIN32")<BR>&nbsp; $dlext="dll";<BR>else 
$dlext="so";</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>if (!extension_loaded("MapScript"))<BR>&nbsp; 
dl("php_mapscript.$dlext");</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial 
size=2>$map=ms_newMapObj("us.map");<BR>$map-&gt;imagecolor-&gt;setRGB(81,170,255);</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial 
size=2>$img=$map-&gt;draw();<BR>$url=$img-&gt;saveWebImage();</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>//////////////////////////<BR>?&gt;<BR>&lt;APPLET 
NAME="RosaApplet" ARCHIVE="../rosa/rosa_png.jar" 
CODE="Rosa2000"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; WIDTH="600" 
HEIGHT="400" MAYSCRIPT&gt;<BR>&lt;PARAM NAME="IMG_URL" 
VALUE="$url"&gt;<BR>&lt;PARAM NAME="INP_FORM_NAME" 
VALUE="mapform"&gt;<BR>&lt;PARAM NAME="INP_TYPE_NAME" 
VALUE="INPUT_TYPE"&gt;<BR>&lt;PARAM NAME="INP_COORD_NAME" 
VALUE="INPUT_COORD"&gt;</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&lt;PARAM NAME="TB_POSITION" 
VALUE="TOP"&gt;<BR>&lt;PARAM NAME="TB_ALIGN" VALUE="CENTER"&gt;<BR>&lt;PARAM 
NAME="TB_BUTTONS" VALUE="query|full|zoomin|zoomout"&gt;<BR>&lt;PARAM 
NAME="TB_SELECTED_BUTTON" VALUE="query"&gt;<BR>&lt;PARAM NAME="TB_BUT_query_IMG" 
VALUE="graphics/tool_info_1.gif"&gt;<BR>&lt;PARAM NAME="TB_BUT_full_IMG" 
VALUE="graphics/tool_recenter_1.gif"&gt;<BR>&lt;PARAM NAME="TB_BUT_zoomin_IMG" 
VALUE="graphics/tool_zoomin_1.gif"&gt;<BR>&lt;PARAM NAME="TB_BUT_zoomout_IMG" 
VALUE="graphics/tool_zoomout_1.gif"&gt;<BR>&lt;PARAM NAME="TB_BUT_query_IMG_PR" 
VALUE="graphics/tool_info_2.gif"&gt;<BR>&lt;PARAM NAME="TB_BUT_full_IMG_PR" 
VALUE="graphics/tool_recenter_2.gif"&gt;<BR>&lt;PARAM 
NAME="TB_BUT_zoomin_IMG_PR" VALUE="graphics/tool_zoomin_2.gif"&gt;<BR>&lt;PARAM 
NAME="TB_BUT_zoomout_IMG_PR" 
VALUE="graphics/tool_zoomout_2.gif"&gt;</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&lt;PARAM NAME="TB_BUT_query_HINT" VALUE="Query Map 
Point"&gt;<BR>&lt;PARAM NAME="TB_BUT_query_INPUT" 
VALUE="auto_point"&gt;<BR>&lt;PARAM NAME="TB_BUT_query_NAME" 
VALUE="action"&gt;<BR>&lt;PARAM NAME="TB_BUT_query_VALUE" 
VALUE="query"&gt;</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&lt;PARAM NAME="TB_BUT_full_HINT" VALUE="Zoom to 
Full Extents"&gt;<BR>&lt;PARAM NAME="TB_BUT_full_INPUT" 
VALUE="submit"&gt;<BR>&lt;PARAM NAME="TB_BUT_full_NAME" 
VALUE="action"&gt;<BR>&lt;PARAM NAME="TB_BUT_full_VALUE" 
VALUE="full"&gt;</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&lt;PARAM NAME="TB_BUT_zoomin_HINT" VALUE="Zoom 
In"&gt;<BR>&lt;PARAM NAME="TB_BUT_zoomin_INPUT" 
VALUE="auto_rect"&gt;<BR>&lt;PARAM NAME="TB_BUT_zoomin_NAME" 
VALUE="action"&gt;<BR>&lt;PARAM NAME="TB_BUT_zoomin_VALUE" 
VALUE="zoomin"&gt;</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&lt;PARAM NAME="TB_BUT_zoomout_HINT" VALUE="Zoom 
Out"&gt;<BR>&lt;PARAM NAME="TB_BUT_zoomout_INPUT" 
VALUE="auto_point"&gt;<BR>&lt;PARAM NAME="TB_BUT_zoomout_NAME" 
VALUE="action"&gt;<BR>&lt;PARAM NAME="TB_BUT_zoomout_VALUE" 
VALUE="zoomout"&gt;<BR>&lt;/APPLET&gt;</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&lt;form method="GET" 
name="mapform"&gt;<BR>&lt;input type="hidden" name="action" 
value=""&gt;<BR>&lt;/form&gt;</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial 
size=2>&lt;/body&gt;<BR>&lt;/html&gt;<BR></FONT></DIV></BODY></HTML>