Re: How to get the app in use
Re: How to get the app in use
- Subject: Re: How to get the app in use
- From: KOENIG Yvan <email@hidden>
- Date: Thu, 10 Jan 2008 11:45:45 +0100
Le 9 janv. 2008 à 22:18, has a écrit :
On 9 Jan 2008, at 18:33, KOENIG Yvan wrote:
I wish to write a script able to paste the dateTime in several
documents (Pages, Numbers, TextEdit, Mail).
I would suggest using ThisService to package your script as a
system service:
http://wafflesoftware.net/thisservice/
Dead simple to do, and the resulting service can be used in any
application with a Services menu.
HTH
has
Hello.
Now I have my first own service:
on process(intext)
set curDate to (current date) as Unicode text
return curDate
end process
is encapsulated in thisService as a filter script.
I knew that Devon Technologies offered such a Service but at least on
my machines, it insert wrong strings:
with Date et Heure courtes I get:
07/01/2008 lundi 7 janvier 2008 19:00:58
which Date et Heure longues I get:
lundi 7 janvier 2008 lundi 7 janvier 2008 19:01:23
With my own one the inserted string is correctly:
lundi 7 janvier 2008 19:00:58
THANK YOU has !
Yvan KOENIG _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden