Jump to content

mikedvzo

Member
  • Posts

    212
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by mikedvzo

  1. Toggle visibility for Applications using Hotkeys is  broken in 2.0.2.  It was working prior to this release.  I needed to turn it off for all of my workflows since the App will only appear briefly and then disappear when using the hotkey.  

  2. I am trying to paste a URL into Alfred and Alfred is transposing it.  I tried turning off the calculator function and few other things but to no avail.  If I paste the URL into Safari directly it works fine.  It is an internal URL that is used for a search engine.  Here is the correct and transposed URl.  I am guessing Alfred is interpreting some characters improperly.  

     

     

    Correct URL  -  http://topic.cisco.com/vivisimo/cgi-bin/query-meta?q=%22signalling+refre

    sh+interval%22&btnG=Search&sa=Search&searchmode=basic&v%3Asources=Newsgr
    oup
     
     
  3. With Growl 2.0 and Sandbox it appears the only way to attach an icon to a growl notification with AS is with the following.  However I cannot get this to work with Alfred.  I am hacking through AS since I am not a programmer.  I got this code to work in AS but not inside Alfred.  Any help is appreciated.  

     

     

     

    on alfred_script(q)
    on get_image(imgPath)
        set imgfd to open for access POSIX file imgPath
        set img to read imgfd as "TIFF"
        close access imgfd
        return img
    end get_image
     
    set noteImage to get_image("/Users/mike/Dropbox/Sync/Alfred 2/Alfred.alfredpreferences/workflows/user.workflow.946F3088-0DF4-4391-94C4-FC8804197304/icon.png")
     
    tell application "Growl" to notify with name "Extension Output" title "Ping Failed" description "Ping to failed." application name "Alfred" identifier "Ping" image noteImage
    end alfred_script
×
×
  • Create New...