CaGe-graph / CaGe

The Chemical and abstract Graph environment
9 stars 2 forks source link

Allow graphs to be saved to multiple files #9

Open nvcleemp opened 10 years ago

nvcleemp commented 10 years ago

In the result panel we show several save buttons which can be used to save the adjacency information, the 2D embedding and the 3D embedding to a file. Pressing the button opens a save dialog where the user can specify a file name. All subsequent presses on the button save the graphs to the same file. Maybe we should allow users to specify a new file.

One user interface might be to provide a check box in the save dialog to specify that the file should only be used once.

A better user interface might be to show a button below the save buttons for each opened file. Clicking this button then closes that file. This way multiple graphs can be saved to the same file.