It could be the menubar actions, have you tried other actions like
Email To..., Search For... , Move to...?
Howard
--Brandon
On 2009-03-05 (Thu) at 08:31:10 -0800, scottk wrote:
>
> I have exact same issue on b56 (3823). Missing this very crucial
> feature of Quicksilver.
> Scott
>
Posted b56a6, which fixes the broken 3rd pane.
Get it here :
http://code.google.com/p/blacktree-alchemy/downloads/list
However, when I use the "Large Type" command, the text only appears
for a split second. This may be a bug.
Thanks again,
Jonna
However, when I use the "Large Type" command, the text only appears
for a split second. This may be a bug.
>
> Hey, so is there a decent build which both the third pane and Large
> Type works on?
B54(3815)
But i think someone can write an applescript to fix the "large type"
is "large type" was scriptable. I will see.
B54(3815)
But i think someone can write an applescript to fix the "large type" is "large type" was scriptable. I will see.
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.
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.