View Issue Details

IDProjectCategoryView StatusLast Update
0005813CaseTalk ModelerImport and Exportpublic2026-07-28 11:10
ReporterMarco Wobben Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Target Version15.0 
Summary0005813: Groupings are lost when a diagram is saved as .igdx
Description

When a diagram is saved, CaseTalk can write an accompanying .igdx file - an XML rendering of the same picture, meant for exchange with other tools and for reading a diagram without the binary file.

Anything that was grouped on the diagram was missing from that XML. The elements were written, but the fact that some of them belong together in a group - and the way that group looks (its title, fill colour, border colour, border width and border style) - was not, so a diagram read back from .igdx showed no groups at all.

The .igdx file now records, for every element, which group it belongs to, plus a separate section holding the appearance of each group. The outline drawn around a group is not stored: it is calculated from the members, exactly as on screen, so a group keeps hugging its elements wherever they are moved.

Older .igdx files without groups still read normally, and the new files can still be read by anything that only knows the previous format.

TagsNo tags attached.
CaseTalk EditionCorporate

Activities

Marco Wobben

Marco Wobben

2026-07-28 11:10

administrator   ~0008680

Groups are now part of the .igdx file: every element records the group it belongs to, and each group's title, fill colour, border colour, width and style are stored once. The outline around a group is recalculated from its members, so it keeps following them. Existing .igdx files are unaffected.

Issue History

Date Modified Username Field Change
2026-07-28 11:09 Marco Wobben New Issue
2026-07-28 11:10 Marco Wobben Note Added: 0008680
2026-07-28 11:10 Marco Wobben Status new => resolved
2026-07-28 11:10 Marco Wobben Resolution open => fixed