Jump to content

mikedvzo

Member
  • Posts

    212
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by mikedvzo

  1. I believe this was working after installing the update until a recent reload and now it no longer works.
  2. 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.
  3. Thanks Andrew that must be it sorry I thought I checked this but it was driving me nuts especially when the extra characters were being inserted. It looks like Safari does not care about the extra line breaks. Thx
  4. 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 Transposed URL - http://topic.cisco.com/vivisimo/cgi-bin/query-meta?q=%2522signalling+refre%0Ash+interval%2522&btnG=Search&sa=Search&searchmode=basic&v%253Asources=Newsgr%0Aoup
  5. Thanks man that change worked. Looks like Alfred did not like the function call and I am not about to figure out why. :-)
  6. 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
  7. I used this Contact search filter in v1 and looking forward to the addition of this feature too!! Thx
  8. Sorry if I was not totally clear I am talking about building in the Thesaurus function to Alfred along with Define and Spell.
  9. Wondering why this feature cannot just be built into Alfred and just query the built in Thesaurus in the Dictionary.app instead of gong to Dictionary.com ?
×
×
  • Create New...