Recent content by jrob

  1. J

    Haiku HaikuHelper and OmniPro II Announcements

    Thanks for your response.  Is there any way to work around this?
  2. J

    Haiku HaikuHelper and OmniPro II Announcements

    I was not using it to speak.  That script was to control speakers(Airport Extreme) in Airfoil. Execution of any Applescript form HH results in the error "Application isn't running".  Any help would be greatly appreciated.   Thanks
  3. J

    Haiku HaikuHelper and OmniPro II Announcements

    This seem to be similar to the issue with iTunes talked about in the thread titled "Applescript issues".  How was that resolved?
  4. J

    Haiku HaikuHelper and OmniPro II Announcements

    AppleScript looks like this:   If application "Airfoil" is not running then      tell application "Airfoil" to run      delay 2 end if   tell application "Airfoil"      set aSpeaker to "2026"      set (volume of every speaker whose name starts with aSpeaker) to .80      connect to (every speaker...
  5. J

    Haiku HaikuHelper and OmniPro II Announcements

    helper.executeAppleScript(controller, 'tell application "page speakers" to activate');   I have tried this in multiple areas from a pushbutton to onSyncStart().  The result is always the same.
  6. J

    Haiku HaikuHelper and OmniPro II Announcements

    Thanks for your response.  My issue is not with itune but jus a simple script to select speakers in airfoil.  Script runs fine from iMac desktop but when called from HH runs but throws the following error:   "executeAppleScript(): AppleScript error: page speakers got an error: Application isn't...
  7. J

    Haiku HaikuHelper and OmniPro II Announcements

    how do you avoid the "the application is not running" return error with the applescript above?   Thanks
Back
Top