

![]() | Start a set with this search |
![]() | Include this search in one of my sets |
![]() | Exclude this search from one of my sets |
![]() | Permalink to these results Paste this link in email or IM: |
| Atom feed for tracking future search results Paste this URL into your reader: |
20 messages in org.openoffice.fr.progRe: [prog] import des macros sur une ...| From | Sent On | Attachments |
|---|---|---|
| Kohler Gerard | Oct 5, 2008 1:09 am | |
| Bernard BELLE | Oct 5, 2008 2:01 am | .jpg |
| Philippe Lapage | Oct 5, 2008 2:30 am | |
| Philippe Lapage | Oct 5, 2008 3:08 am | |
| gilles bignebat | Oct 5, 2008 3:47 am | |
| Kohler Gerard | Oct 5, 2008 5:56 am | |
| Philippe Lapage | Oct 5, 2008 6:17 am | |
| Gabriel Jourdain | Oct 5, 2008 8:52 am | |
| Kohler Gerard | Oct 5, 2008 12:57 pm | |
| Gabriel Jourdain | Oct 5, 2008 1:11 pm | |
| Kohler Gerard | Oct 5, 2008 1:27 pm | |
| gilles bignebat | Oct 5, 2008 1:36 pm | |
| Kohler Gerard | Oct 5, 2008 1:57 pm | |
| Kohler Gerard | Oct 5, 2008 2:05 pm | |
| yves dutrieux | Oct 5, 2008 2:07 pm | |
| Kohler Gerard | Oct 5, 2008 2:08 pm | |
| Philippe Lapage | Oct 5, 2008 2:24 pm | |
| Gabriel Jourdain | Oct 5, 2008 2:25 pm | |
| Philippe Lapage | Oct 5, 2008 2:29 pm | |
| Aladdin | Oct 10, 2008 2:55 am |

![]() | Permalink for this message Paste this link in email or IM: |
![]() | Permalink for this thread Paste this link in email or IM: |
| Atom feed for this thread Paste this URL into your reader: |
| Subject: | Re: [prog] import des macros sur une nouvelle machine : resolu (=?iso-8859-1?q?=E0_la_hache?= !) | Actions... |
|---|---|---|
| From: | Gabriel Jourdain (jour...@orange.fr) | |
| Date: | Oct 5, 2008 2:25:53 pm | |
| List: | org.openoffice.fr.prog | |
Le Sunday 05 October 2008 17:06:04 Kohler Gerard, vous avez écrit :
j'ai résolu mon problème :
j'ai essayé dans un premier temps de bidouiller les fichiers dialog.xlc et script.xlc dans /home/secretaire/.ooo-2.0/user/basic/ et recopier mon repertoire de bibliothèque dans /home/secretaire/.ooo-2.0/user/basic/ mais cela plante la gestion des macros.
j'ai donc ouvert un tableur vierge, j'ai créer une bibliothèque du même nom que mon ancienne bibliothèque, puis j'ai recopier les fichiers contenus dans mon ancienne bibliothèque dans la nouvelle. après avoir relancé openoffice, ça à l'air de marcher. journée de test grandeur nature demain ! ça peut être chaud !
merci à tous
Gérard
P.S. : si qqun a une solution plus "soft" je suis preneur au cas ou !
Regarde aussi les deux fichiers suivant dans le répertoire Basic en y ajoutant des lignes le nom des macro apparaît dans la fenêtre de dialogue des macros, mais je ne parviens pas à les éditer (alors qu'elles existent).
script_lb.xml
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE library:library PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "library.dtd"> <library:library xmlns:library="http://openoffice.org/2000/library" library:name="Standard" library:readonly="false" library:passwordprotected="false"> <library:element library:name="Chrono"/> <library:element library:name="Courses"/> <library:element library:name="Options"/> <library:element library:name="Outils"/> <library:element library:name="Eleves"/> <library:element library:name="Resultats"/> <library:element library:name="Menus"/> <library:element library:name="_Global"/> </library:library>
Un autre fichier nommé : script.xlb
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE library:library PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "library.dtd"> <library:library xmlns:library="http://openoffice.org/2000/library" library:name="Standard" library:readonly="false" library:passwordprotected="false"> <library:element library:name="Module1"/> <library:element library:name="_Global"/> <library:element library:name="Chrono"/> <library:element library:name="Course"/> <library:element library:name="Elèves"/> </library:library>








.jpg