Announcement

Collapse
No announcement yet.

On-Screen Keyboard Pop-up Discussion

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

    On-Screen Keyboard Pop-up Discussion

    Hi all,

    This thread is to discuss the On-Screen Keyboard Pop-up which you can get from here: Keyboard Pop-up

    Cheers
    Al
    Attached Files
    HS 4.2.8.0: 2134 Devices 1252 Events
    Z-Wave 3.0.10.0: 133 Nodes on one Z-Net

    #2
    Is there a way to set the position for the keyboard when it comes up?

    Peace,

    -Chris
    -~^~--~^~--~^~--~^~--~^~--~^~--~^~--~^~--~^~--~^~-
    Why do today what you can put off indefinitely

    Comment


      #3
      Hi Chris,

      The keyboard was designed to popup where you clicked. If you want to have it popup in a fixed position, open imagepopup.js and modify these two lines:

      <pre class="ip-ubbcode-code-pre">
      crossobj.style.left=pageXOffset+e.clientX+document.body.scro llLeft
      crossobj.style.top=pageYOffset+e.clientY+document.body.scrol lTop
      </pre>
      to be:
      <pre class="ip-ubbcode-code-pre">
      crossobj.style.left=5
      crossobj.style.top=5
      </pre>
      You can change the numbers (5 in my example) to be anything you'd like.

      Let me know if that works for you.

      Cheers
      Al

      http://www.sparkman.dns2go.com/
      HS 4.2.8.0: 2134 Devices 1252 Events
      Z-Wave 3.0.10.0: 133 Nodes on one Z-Net

      Comment

      Working...
      X