• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: How to get the app in use
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
References: 
 >How to get the app in use (From: KOENIG Yvan <email@hidden>)
 >Re: How to get the app in use (From: has <email@hidden>)

  • Prev by Date: Re: tell or not to tell
  • Next by Date: Re: Can someone please explain (Language Guide)
  • Previous by thread: Re: How to get the app in use
  • Next by thread: Re: How to get the app in use
  • Index(es):
    • Date
    • Thread