Decoder
unread,Jan 30, 2012, 10:20:43 AM1/30/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cocoa-unbound
Hi All,
We have a very nice feature in Mac OS X, whenever we type any
expression such as: 35 + 36, in spotlight, it shows: Calculator -
<calculator app icon> - 71 in the result list.
It seems like whatever user is typing as an expression in spotlight,
calculator application is taking it as input and showing the
calculated value in result list.
I want to make a sample application behaving in the same way, and when
I did some searching on net, I found couple of keywords such as-
spotlight API, spotlight plugin, but I am not sure if any of these is
going to serve the intended purpose.
Can anyone direct me towards right direction?
Thanks