Documentation

« Ouvrir le fichier dialogue » : différence entre les versions

Aucun résumé des modifications
Aucun résumé des modifications
Ligne 1 : Ligne 1 :


=== Why does this dialog flash? ===
=== Why does this dialog flash? ===
<br>
 
[[Image: DateiOeffnenDlg_f.jpg|The dialog "Open file" gives advice|none]]Image: Is the project ''Langloch_1.T3001'' already opened by anyone?
[[Image: DateiOeffnenDlg_f.jpg|Le dialogue "Ouvrir le fichier" donne un renseignement|none]]Image: Est-ce que le projet ''Langloch_1.T3001'' déjà ouvert de qn?
<br><br>
<br><br>


=== Preface ===
=== Preface ===


As soon as an existing PCB-project is opened, TARGET internally creates a copy and works with the copy. This copy gets the extension OPEN to the file name, for example looks that way: ''Langloch_1.T3001OPEN'', see image below. The Saving et the end of a session overgives the changes to the initial file and the OPEN-copy is deleted. This happens automatically, the user will not get aware of it. All well, all correct.
Dès qu'un PCB-projet existant est ouvert, TARGET crée une copie en interne et travaille avec la copie. Cette copie obtient l'extension OPEN pour le nom du fichier, par exemple regarde de cette façon: '' Langloch_1.T3001OPEN '', voir image ci-dessous. En sauvegarder le projet à la fin d'une session les modifications sont apportées au fichier initial et OPEN-copie est supprimé. Cela se fait automatiquement, l'utilisateur ne sera pas prend conscience de cela. Tout va bien, tous corrects.
<br><br>
 


=== A second person accesses the same project at the same time ===
=== A second person accesses the same project at the same time ===

Version du 2 juillet 2015 à 13:10

Why does this dialog flash?

Le dialogue "Ouvrir le fichier" donne un renseignement
Le dialogue "Ouvrir le fichier" donne un renseignement

Image: Est-ce que le projet Langloch_1.T3001 déjà ouvert de qn?



Preface

Dès qu'un PCB-projet existant est ouvert, TARGET crée une copie en interne et travaille avec la copie. Cette copie obtient l'extension OPEN pour le nom du fichier, par exemple regarde de cette façon: Langloch_1.T3001OPEN , voir image ci-dessous. En sauvegarder le projet à la fin d'une session les modifications sont apportées au fichier initial et OPEN-copie est supprimé. Cela se fait automatiquement, l'utilisateur ne sera pas prend conscience de cela. Tout va bien, tous corrects.


A second person accesses the same project at the same time

TARGET wants to generate the OPEN copy for the second person but it already exists because the first person edits the project at the moment. Caution! Version conflicts can arise. The one saving the latest will win and the work of the other is lost. Trouble will be on its way.


The dialog appears although no second person opens the file at this time


reason:
The OPEN-copy was not automatically deleted. So it remains in the project directory. This can happen if the project was not saved and closed properly, maybe caused by a crash.

Solution:
Close TARGET, open Windows Explorer, go to your project directory and delete the file with the extension "OPEN".

The OPEN-Copy in the project folder
The OPEN-Copy in the project folder

Image: Delete the OPEN-File.


Now start TARGET new and open the desired project file. The Open file dialog won't appear any more.


fr:Ouvrir le fichier dialogue