Re: [OpenMap Users] mouseClicked in embedded openmap

From: Don Dietrick <dfdietrick_at_gmail.com>
Date: Thu, 19 Mar 2009 22:25:48 -0400

Hi Janelle,

Is the code you modified in the codebase of the applet, i.e. In the
openmap.jar file?

-- Don

On Mar 19, 2009, at 6:33 PM, "Blazier, Janelle" <Janelle.Blazier_at_dynetics.com
> wrote:

> I created a custom mouseClicked(MouseEvent) function for a
> EsriPlugIn layer, and it works fine when I run it as a stand alone
> GUI. However, when I embed this into a website, none of my mouse
> clicks are working. It’s like it doesn’t register. Does anyone
> know what I need to do to fix it?
>
>
>
> Here is my sample PHP code for embedding the jar file into my
> website, which I pulled from the demo site.
>
>
>
>
>
> <HTML>
>
> <BODY bgcolor="FFFFFF">
>
> <center>
>
> <OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" WIDTH =
> "800" HEIGHT = "500" >
>
> <PARAM NAME = "CODE" VALUE = "com.bbn.openmap.app.OpenMapApplet">
>
> <PARAM NAME = "CODEBASE" VALUE = "." >
>
> <PARAM NAME = "CACHE_OPTION" VALUE = "Plugin" >
>
> <PARAM NAME = "CACHE_ARCHIVE" VALUE = "openmap.jar" >
>
> <EMBED
>
> type = "application/x-java-applet;version=1.3"
>
> java_CODE = "com.bbn.openmap.app.OpenMapApplet"
>
> java_CODEBASE = "."
>
> WIDTH = 800
>
> HEIGHT = 500
>
> cache_option = "Plugin"
>
> cache_archive = "openmap.jar" >
>
>
>
> <NOEMBED>
>
> No Java support for applet!
>
> </NOEMBED>
>
> </EMBED>
>
> </OBJECT>
>
> </center>
>
> </BODY>
>
> </HTML>
>
>
>
> Thanks,
>
>
>
> Janelle Blazier


--
[To unsubscribe to this list send an email to "majdart_at_bbn.com"
with the following text in the BODY of the message "unsubscribe openmap-users"]
Received on Thu Mar 19 2009 - 22:26:54 EDT

This archive was generated by hypermail 2.3.0 : Tue Mar 28 2017 - 23:25:09 EDT