Announcement

Collapse
No announcement yet.

Small problem...

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Small problem...

    For a while now (at least the last half dozen versions of message server) I have had a problem with how I use it for one chore. I have an event that triggers when I detect the doorbell has rung. It has message server push 2 images out to my PCs to show camera views of the front and back doors so I can see who is at the door. The message server command in the event is:
    PHP Code:
    <IMG SRC="http://10.0.0.10/image.jpg"><applet codebase="http://10.0.0.60:4935/" code="b.class" archive="classes.jar" name="b" width="320" height="240" hspace="0" vspace="0" align="top" refresh="185"  filename="cam_2.jpg"></applet
    That works fine. The only time I have a problem is if I'm not at home or don't close the window it opens before the message server client window closes itself. If that happens I end up with a gray blank window (about 250X200 pixels) in the upper left corner and a gray application bar in the bar along the bottom of the screen. The only way to get rid of it is by shutting down the message server client on the PC and then I have to restart it.
    Has anyone else seen anything like this?

    Dick Masson
    Dick
    HS PRO 2.5.0.81, WinXP, IE8, Shuttle XS35V3, 2.13GHz, 4GB, 40GB SSD drive, AC-RF2, ADIOcelot, Message Server, TI103, SNEVL CID, pjcOutlook, MCSTemperature, Powertrigger, BLBackup, BLFloorplan, BLIcon, BLOccupied, BLRadar, BLRfid, BLLogMonitor, ACPUPSD, UltraECM, WeatherXML & Stipus' script connector. 500+ devices, 260+ events, 1-wire weather station + temp/humidity sensors & Oregon Scientific temp & humidity sensors & 2 Brultech ECM-1240s

    #2

    Comment


      #3
      PHP Code:
      <APPLET CODEBASE="http://java.sun.com/applets/other/Bubbles/classes"
         
      CODE="Bubbles.class" WIDTH=500 HEIGHT=500 ALIGN=MIDDLE>
      <
      P><IMG SRC="bubbles.gif" ALT="[GIF image (2k)]"><BR>
      An extract from a snapshot of <CITE>Bubbles</CITEanimation
      by 
      <A HREF="http://java.sun.com/">java.sun.com</A>.</P>
      </
      APPLET

      Comment


        #4
        Originally posted by cyvinec
        Everything is on my local network, so there is no problem with this part of it. Everything displays just as I want it to.The gray blank windw IS the problem I was concerned about. The funny thing is, if I close the message server client window before it times out, everything is OK. It's only (usually) when I'm not around to close it that I get the gray blank window.
        Thanks for your concern,
        Dick
        Dick
        HS PRO 2.5.0.81, WinXP, IE8, Shuttle XS35V3, 2.13GHz, 4GB, 40GB SSD drive, AC-RF2, ADIOcelot, Message Server, TI103, SNEVL CID, pjcOutlook, MCSTemperature, Powertrigger, BLBackup, BLFloorplan, BLIcon, BLOccupied, BLRadar, BLRfid, BLLogMonitor, ACPUPSD, UltraECM, WeatherXML & Stipus' script connector. 500+ devices, 260+ events, 1-wire weather station + temp/humidity sensors & Oregon Scientific temp & humidity sensors & 2 Brultech ECM-1240s

        Comment


          #5

          Comment


            #6
            Fixed!!!

            I found the problem. I needed to copy the "classes.jar" referred to in the applet to my Homeseer/html directory. Once I did that, it works fine.

            Thanks for narrowing it down to a problem with the applet code.

            Dick
            Dick
            HS PRO 2.5.0.81, WinXP, IE8, Shuttle XS35V3, 2.13GHz, 4GB, 40GB SSD drive, AC-RF2, ADIOcelot, Message Server, TI103, SNEVL CID, pjcOutlook, MCSTemperature, Powertrigger, BLBackup, BLFloorplan, BLIcon, BLOccupied, BLRadar, BLRfid, BLLogMonitor, ACPUPSD, UltraECM, WeatherXML & Stipus' script connector. 500+ devices, 260+ events, 1-wire weather station + temp/humidity sensors & Oregon Scientific temp & humidity sensors & 2 Brultech ECM-1240s

            Comment

            Working...
            X