Announcement

Collapse
No announcement yet.

create message box

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

    create message box

    Hi

    I want to have a message box (specific text and an OK button to clear) pop up to indicate the event has been executed.

    How do I do this.

    Thanks.

    #2
    Select the events properties and on the scripts/speech tab, script to run field, enter &msgbox "this is the text to appear"
    💁‍♂️ Support & Customer Service 🙋‍♂️ Sales Questions 🛒 Shop HomeSeer Products

    Comment


      #3
      Thanks

      Thanks.

      I could not find that in the help files.

      Comment


        #4
        remle,
        Be careful because sometimes a msgbox will halt all other HS execution until the message box is dismissed.
        💁‍♂️ Support & Customer Service 🙋‍♂️ Sales Questions 🛒 Shop HomeSeer Products

        Comment


          #5
          Hi,
          I use this for one of my other machines.
          hs.launch "net", "send computer name incoming phone call"
          (I actually have a bigger script which sends the incoming caller id to my other pc.)
          you can also run this on your Hs machine and the message box will wait for you to click ok but it will not hold up Hs.

          Stuart

          Comment

          Working...
          X