Interesting workaround. The login pane seems to only appear when I use a shortcut with the Opt key. So before where I was using Cmd-Opt-1, it was triggering the login pane, but when I switch to Cmd-Ctrl-1 it goes directly there, no pane (pardon the pun).
Not sure if this is on the FastScripts side or Mailplane side, but either way I've solved my own problem. On a side note, the deeper mailplane urls don't seem to work if you haven't already logged in the first time for a given account. Thus, if I try to directly open mailplane://your.email%40domain.com/#search/applescript when Mailplane isn't already running, it'll go to the main page but not into the "applescript" search. Once the account is already logged in, it works great. Minor point. John On Mon, Feb 8, 2010 at 8:56 PM, John Sheets <[email protected]> wrote: > On Sun, Feb 7, 2010 at 9:29 AM, Ruben Bakker <[email protected]>wrote: > >> How to use AppleScript to open the URL (Important: install the latest >> 2.1.5 preview first: http://mailplaneapp.com/download/preview/): >> >> *tell* application "Mailplane" >> >> *open location* >> "mailplane://your.email%40domain.com/#search/applescript<http://40gmail.com/#search/applescript> >> " >> >> *end* *tell* >> > > Hi Ruben, > > This works nicely from within AppleScript Editor and also via the > FastScripts menu, except when I try to invoke it with a FastScripts keyboard > shortcut. It still works, but every time pops up a login pane (see > attached) which I have to click through or hit <enter>. > > Any idea what's going on? Some sort of app focus issue? Sooo close! > > Thanks! > John > > -- > John Sheets <[email protected]> > Twitter: @picodog, @icasa > > "The Internet is not something you just dump something > on. It's not a big truck. It's a series of tubes." > --Senator Ted Stevens, R-AK > > John Sheets Twitter: @picodog, @icasa "The Internet is not something you just dump something on. It's not a big truck. It's a series of tubes." --Senator Ted Stevens, R-AK -- You received this message because you are subscribed to the Google Groups "mailplaneapp" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/mailplaneapp?hl=en.
