On 11/04/2009, at 12:37 PM, Chris Cairns wrote:
B54(3815)
But i think someone can write an applescript to fix the "large
type" is "large type" was scriptable. I will see.
when i wrote the above, my idea was to use something like this
using terms from application "Quicksilver"
on process text largetype
set largetypetext to largetype
tell application "SEC Helper"
show screen message largetypetext duration 10
end tell
end process text
end using terms from
However, it is an irony that the third pane is broken only for
"process text" in B56a6. :) :) :)
Now, can someone tell me if applescript can work on the text in
first pane of quicksilver without using "process text" so that i
dont have to need the third pane.
I think, based on my experiments, there could be a way around it. You
can't use process text, but actions written as shell scripts etc still
work. You should be able to write an applescript using the on run
handler and call that script from a bash script with something like
osascript scriptname $1
in other words call the applescript, which doesn't seem to be able to
get the text from a shell script, which seems to be able to.