not sure if this is what you are trying to get happen, but when I
start up quicksilver (cmd+space) and press the period key "." (text
mode) and type in the notification "pizza" and then tab over it by
default chooses "large type" which will display the word pizza in
large text on the screen. With advanced mode turned on, you can tab
over after typing in the text, and large type is chosen press ctrl
+enter and choose to run the operation at a later time.
Hope this helps,
C
On Jan 31, 4:36 am, "san" <tengwei...@gmail.com> wrote:
Hm that wasn't quite what I meant. I'm trying to use applescript to
display notifications through growl, using quicksilver. Via
applescript, displaying large type text with
tell application "Quicksilver" to show large type "test"
works but
tell application "Quicksilver" to show notification "test"
throws an error. The command "show notification" is a valid
instruction in quicksilver's applescript dictionary.
On Jan 31, 6:35 pm, Camelot <christophercjen...@gmail.com> wrote:
> not sure if this is what you are trying to get happen, but when I
> start up quicksilver (cmd+space) and press the period key "." (text
> mode) and type in the notification "pizza" and then tab over it by
> default chooses "large type" which will display the word pizza in
> large text on the screen. With advanced mode turned on, you can tab
> over after typing in the text, and large type is chosen press ctrl
> +enter and choose to run the operation at a later time.
> Hope this helps,
> C
> On Jan 31, 4:36 am, "san" <tengwei...@gmail.com> wrote:
> > Is there anything else I need to do for this to work? Or is this
> > functionality removed? I'm running 10.5.1 with QS 3815.
This may be a problem with Quicksilver not properly registering itself
with newer versions of Growl. I've looked at
http://growl.info/documentation/applescript-support.php and adapted it
to register my scripts that depend on Quicksilver notification to use
Growl directly.
On Feb 5, 3:39 am, "san" <tengwei...@gmail.com> wrote:
> Hm that wasn't quite what I meant. I'm trying to use applescript to
> display notifications through growl, using quicksilver. Via
> applescript, displaying large type text with
> tell application "Quicksilver" to show large type "test"
> works but
> tell application "Quicksilver" to show notification "test"
> throws an error. The command "show notification" is a valid
> instruction in quicksilver's applescript dictionary.
> On Jan 31, 6:35 pm, Camelot <christophercjen...@gmail.com> wrote:
> > Hi,
> > not sure if this is what you are trying to get happen, but when I
> > start up quicksilver (cmd+space) and press the period key "." (text
> > mode) and type in the notification "pizza" and then tab over it by
> > default chooses "large type" which will display the word pizza in
> > large text on the screen. With advanced mode turned on, you can tab
> > over after typing in the text, and large type is chosen press ctrl
> > +enter and choose to run the operation at a later time.
> > Hope this helps,
> > C
> > On Jan 31, 4:36 am, "san" <tengwei...@gmail.com> wrote:
> > > Is there anything else I need to do for this to work? Or is this
> > > functionality removed? I'm running 10.5.1 with QS 3815.
> This may be a problem with Quicksilver not properly registering itself
> with newer versions of Growl. I've looked athttp://growl.info/documentation/applescript-support.phpand adapted it
> to register my scripts that depend on Quicksilver notification to use
> Growl directly.
> On Feb 5, 3:39 am, "san" <tengwei...@gmail.com> wrote:
> > Hm that wasn't quite what I meant. I'm trying to use applescript to
> > display notifications through growl, using quicksilver. Via
> > applescript, displaying large type text with
> > tell application "Quicksilver" to show large type "test"
> > works but
> > tell application "Quicksilver" to show notification "test"
> > throws an error. The command "show notification" is a valid
> > instruction in quicksilver's applescript dictionary.
> > On Jan 31, 6:35 pm, Camelot <christophercjen...@gmail.com> wrote:
> > > Hi,
> > > not sure if this is what you are trying to get happen, but when I
> > > start up quicksilver (cmd+space) and press the period key "." (text
> > > mode) and type in the notification "pizza" and then tab over it by
> > > default chooses "large type" which will display the word pizza in
> > > large text on the screen. With advanced mode turned on, you can tab
> > > over after typing in the text, and large type is chosen press ctrl
> > > +enter and choose to run the operation at a later time.
> > > Hope this helps,
> > > C
> > > On Jan 31, 4:36 am, "san" <tengwei...@gmail.com> wrote:
> > > > Is there anything else I need to do for this to work? Or is this
> > > > functionality removed? I'm running 10.5.1 with QS 3815.