Announcement

Collapse
No announcement yet.

Ultra View message Status

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Ultra View message Status

    I finally figured it all out. I have one more thing I would like to tweak and that is when I pull up the Ultra View page to look at the floor plan I get the movable box showing messages. I can move it around but would like to eliminate it or be able to turn on and off. I am using doomenu so I'm not sure if it is putting it their or Ultra....

    #2
    Look for id="divRefresh" in the ultra_view2.asp code and change the style attribute as follows: style="display:none;"

    You could also add an onclick event to any HTML element to hide it when you don't want to see it:

    Code:
    onclick="document.all.divStatus.style.display='none'"
    Regards,
    Ultrajones
    Plug-ins: UltraMon, UltraM1G, UltraCID, Ultra1Wire, UltraLog, UltraWeatherBug, UltraPioneerAVR, UltraGCIR

    Comment


      #3
      I just added style="display:none;"
      but it still shows up... Does it need HS restart?

      Comment


        #4
        Sorry, I told you wrong... the div your looking for is called "divStatus" and not "divRefresh".
        Plug-ins: UltraMon, UltraM1G, UltraCID, Ultra1Wire, UltraLog, UltraWeatherBug, UltraPioneerAVR, UltraGCIR

        Comment


          #5
          Ok Thats works Thanks!

          Comment

          Working...
          X