An AppleScript won't work any differently than the built in "Large
Type" action. A script telling QS to show large type still suffers the
instant disappearance bug on Snow Leopard, just like the regular
action.

On Oct 26, 9:31 pm, AppleScript <nochan...@gmail.com> wrote:
> also, remember that to you use it, you must type some text in
> Quicksilver's first pane and then run the script from second pane. But
> since you don't want the text from first pane to display is in large
> type, its best to use
>
> tell application "Quicksilver" to show large type (the clipboard as
> text)
> directly from the first pane
>
> On Oct 27, 6:27 am, AppleScript <nochan...@gmail.com> wrote:
>
>
>
> > try this first from your script editor:
> > tell application "Quicksilver" to show large type (the clipboard as
> > text)
> > if it works then try this from Quicksilver:
> > using terms from application "Quicksilver"
> >         on process text thetext
> > show large type (the clipboard as
> > text)
> >         end process text
> > end using terms from
> > --you need not use "tell" when u use "using terms from"
> > On Oct 27, 4:49 am, Jo_y <j...@operamail.com> wrote:
>
> > > --ShowIt
>
> > > using terms from application "Quicksilver"
> > >         on process text thetext
> > > tell application "Quicksilver" to show large type (the clipboard as
> > > text)
> > >         end process text
> > > end using terms from
>
> > > i've no fortune with this script..quicksilver doesn't recognize my
> > > script in path:/Users/myname/Library/Application Support/Quicksilver/
> > > Actions/

Reply via email to