Recent content by snarkyninja

  1. snarkyninja

    Haiku Haiku is now Space, available shortly!

      I know, I've been keeping up to date - is there a solid timeframe on "SpaceHelper" release then? And will custom JS be a drop-in replacement, or will rewrites be necessary? I might check out Space as it's now available in the App Store, but without the companion server app it's more as a...
  2. snarkyninja

    Haiku Haiku is now Space, available shortly!

    So, I'm still struggling with a bug I reported back in February: http://cocoontech.com/forums/topic/26185-haikuhelper-javascript-includes-not-loading-on-startup/. It was supposed to be fixed in "the next update". Am I correct in assuming that there will no longer be a next update to HaikuHelper...
  3. snarkyninja

    Haiku HaikuHelper Javascript includes not loading on startup

    Here's a picture of the error I'm getting for reference.   http://postimg.org/image/50sluspbd/   Also, controller logs:     2014-02-22 20:57:06 HaikuHelper v4.03 starting up… 2014-02-22 20:57:07 ControllerNameHere: Initializing scripting environment… 2014-02-22 20:57:08 ControllerNameHere...
  4. snarkyninja

    Haiku HaikuHelper Javascript includes not loading on startup

    That's already the case. I've put all my code on PasteBin, see below for links.   http://pastebin.com/1TwGhUGC - HaikuHelper script http://pastebin.com/viRtcMg9 - alerts.js http://pastebin.com/S2WYWQzZ - buttons.js http://pastebin.com/tFitWT9c - schemes.js http://pastebin.com/GRx82La3 - time.js
  5. snarkyninja

    Haiku HaikuHelper Javascript includes not loading on startup

    The error does show the function name, usually either getTimeFromTimestamp (in the onSyncStart function) or sendAlert (in the various zone/unit/button callbacks).   You should be able to replicate the problem as follows:   * Define a function in an included Javascript file. * Add a call to the...
  6. snarkyninja

    Haiku HaikuHelper Javascript includes not loading on startup

    Hi all, having a little problem with the helper.include() function - I've included four files at the top of my script, but when HH starts the files aren't actually included (I get a bunch of errors along the lines of "Unhandled exception on line 92: can't find variable functionNameHere()"). If I...
  7. snarkyninja

    Haiku onUnitLevelChange behavior

    Background: I have two units that I want to link the states of, i.e. Unit1 ON means Unit2 ON, Unit1 OFF means Unit2 OFF and vice versa. In PC Access, the code was pretty simple: WHEN Unit1 ON THEN Unit2 ON WHEN Unit1 OFF THEN Unit2 OFF WHEN Unit2 ON THEN Unit1...
  8. snarkyninja

    Haiku New to HaikuHelper questions

    Awesome, thanks for the info! Controller response speed is actually a big issue, so that's good to know.
  9. snarkyninja

    Haiku New to HaikuHelper questions

    Hey all, just picked up a Mac Mini and HaikuHelper to hopefully take my HAI system to the next level. I had a couple questions while getting into the software, hoping you can help:   1. Is there any way to leverage javascript's object oriented capabilities for triggered actions? I.e. instead of...
Back
Top