11 messages in org.openoffice.fr.progRe: [prog] Enregistrer l'écrit
FromSent OnAttachments
Bourrion DanielFeb 16, 2004 11:53 pm 
Marie jo KOPPFeb 17, 2004 12:05 am 
Bourrion DanielFeb 17, 2004 12:20 am 
Laurent GodardFeb 17, 2004 12:25 am 
Bourrion DanielFeb 17, 2004 12:48 am 
Laurent GodardFeb 17, 2004 1:38 am 
Laurent GodardFeb 17, 2004 2:08 am 
Christian HardyFeb 17, 2004 2:50 am 
Daniel BourrionFeb 17, 2004 3:13 am 
Daniel BourrionFeb 17, 2004 3:38 am 
Marie jo KOPPFeb 17, 2004 9:19 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [prog] Enregistrer l'écritActions...
From:Laurent Godard (list@wanadoo.fr)
Date:Feb 17, 2004 1:38:33 am
List:org.openoffice.fr.prog

Bonjour Daniel,

Ah, cette piste parle plus à mon pauvre cerveau...

:)

Je fais chercher par là (listener, tu dis... Et pour enregistrer le temps écoulé, on fait comment ??)

regarde dans le document d'andrew Pitonyak http://fr.openoffice.org/Documentation/Guides/Indexguide.html chapitre 10.2.6

pour enregistrer: - au lancement de la macro (initialisation des listeners) open "monfichier.txt" for output as #1 - lors du listener : print #1,getsystemticks,<la touche frappée> la difference entre deux lignes te donnera le temps ecoulé en millisecondes, a l'approximation de l'ecriture dans le fichier pres - a la fermeture du listener close #1

N'hesites pas si tu as des questions

laurent