HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. miloadam77
    3. Topics
    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 8
    • Groups 0

    Topics

    • M

      Scriptnode Floating Tile

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      7
      0 Votes
      7 Posts
      331 Views
      LindonL

      @ustk said in Scriptnode Floating Tile:

      @d-healey Dave's just trying to make us think there are places in England where you need to set an umbrella to hide from the burning sun.. Let's all say ok 😛

      I'm pretty sure us Brits wouldn't think an umbrella has any other use than keeping the rain off would we? 🙄

    • M

      Troubleshooting Panels Not Using Paint Routines Once Compiled

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      7
      0 Votes
      7 Posts
      291 Views
      M

      @d-healey It turned out I was including my scripts like this

      include("./Fold/Script.js")

      instead of

      include("/Fold/Script.js")

      Which makes sense to why it was working in HISE but not when compiled.